sgan81 / apfs-fuse

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

Mount encrypted Volume fails: BTree Init: Unable to get root node #178

Open lekkacat opened 1 year ago

lekkacat commented 1 year ago

I try to mount a filevault encrypted disk from a mac book pro 2013.

./apfs-fuse -v 4 -r 'MYPASSWORD' -d15 /dev/sda mount

Device /dev/sda opened. Size is 251000193024 Found valid GPT partition table. Looking for APFS partition. Mounting xid different from NXSB at 0 (xid = 74521974). xid = 74521974 Mounting xid 74521974 omap: oid=181644 xid=74521974 flags=0 size=4096 paddr=776135 omap: oid=1029 xid=74521974 flags=0 size=4096 paddr=776136 Volume MacBook Pro is encrypted. omap: oid=7021152 xid=74175896 flags=4 size=4096 paddr=153961 ERROR: GetNode: VerifyBlock failed! ... ERROR: BTree Init: Unable to get root node 6B2260 ERROR: root tree init failed Is there anything what i do wrong or is the disk broken?