sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

Trying to mount a RAID #177

Open rafacampoamor opened 1 year ago

rafacampoamor commented 1 year ago

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?

sgan81 commented 1 year ago

Interesting ... I have never tested a RAID. Maybe you can get more useful output with the -d command line argument?