sgan81 / apfs-fuse

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

Unable to get volume! #190

Open mio-19 opened 8 months ago

mio-19 commented 8 months ago
sudo apfs-fuse -d 255 /dev/sdd2 mnt
Device /dev/sdd2 opened. Size is 2000137707520
Mounting xid different from NXSB at 0 (xid = 339467). xid = 339511
Mounting xid 339511
omap: oid=1027 xid=339511 flags=0 size=4096 paddr=17259
omap: oid=1029 xid=339511 flags=0 size=4096 paddr=17260
starting LoadKeybag @ 161fa40
 all blocks verified
Unable to get volume!
vaboro commented 8 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.

vegerot commented 1 month ago

Thanks @vaboro ! This fixed it