sgan81 / apfs-fuse

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

Unable to get volume error #154

Open mn200 opened 3 years ago

mn200 commented 3 years ago

I am perhaps not providing enough mount-style options, but when I try

sudo apfs-fuse  -d 255  /dev/sda2 /mnt/macdrive

I get back

Device /dev/sda2 opened. Size is 1500092153856
Mounting xid different from NXSB at 0 (xid = 111075). xid = 111816
Mounting xid 111816
omap: oid=1027 xid=111816 flags=0 size=0 paddr=1027
omap: oid=1029 xid=111816 flags=0 size=0 paddr=1029
starting LoadKeybag @ 380174
 all blocks verified
Unable to get volume!

The quick-dump utility generates a file happily enough and also generates a number of

!!! UNKNOWN NODE TYPE 9c052008 in block             6d9e !!!

errors.

The drive is encrypted. Am I doing something obvious wrong?

vaboro commented 7 months ago

Try the -v option starting with 0 and counting up until the correct container is mounted. Otherwise, apfsutil <device> command can show all available containers. See this closed issue.