linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
510 stars 34 forks source link

Trying to mount a RAID #37

Closed rafacampoamor closed 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?

Luflosi commented 1 year ago

This is the wrong repo, you're looking for https://github.com/sgan81/apfs-fuse.

rafacampoamor commented 1 year ago

Oh, sorry!