You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to mount an APFS encrypted drive, but I don't get which command to use.
I've tried with : sudo apfs-fuse -r PASSWORD /dev/sdb1 /mnt/raid
getting: This doesn't seem to be an apfs volume (invalid superblock). Unable to load container.
sudo apfs-fuse -r PASSWORD /dev/sdb3 /mnt/raid
getting the same.
And sudo apfs-fuse -r PASSWORD /dev/sdb2 /mnt/raid
getting: ERROR: Invalid omap block @ oid 0x5d6a64 Failed to load nx omap Unable to load container.
I've been looking around but couldn't get how to mount a RAID
Anyone can help me?
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to mount an APFS encrypted drive, but I don't get which command to use.
I've tried with :
sudo apfs-fuse -r PASSWORD /dev/sdb1 /mnt/raid
getting:
This doesn't seem to be an apfs volume (invalid superblock). Unable to load container.
sudo apfs-fuse -r PASSWORD /dev/sdb3 /mnt/raid
getting the same.
And
sudo apfs-fuse -r PASSWORD /dev/sdb2 /mnt/raid
getting:
ERROR: Invalid omap block @ oid 0x5d6a64 Failed to load nx omap Unable to load container.
I've been looking around but couldn't get how to mount a RAID
Anyone can help me?
The text was updated successfully, but these errors were encountered: