libyal / libfsapfs

Library and tools to access the Apple File System (APFS)
GNU Lesser General Public License v3.0
342 stars 38 forks source link

Unable to mount broken file system #34

Closed lornally closed 3 years ago

lornally commented 3 years ago

my external disk had been broken, so use libfsapfs mount it.

sudo fsapfsmount -X volicon=./Volume.icns /dev/disk3s2 got

after this, my got directory is disappear.

ll
ls: got: No such file or directory
total 40288

how can I find the disk just mounted? thank you:)

joachimmetz commented 3 years ago

First of all this project is experimental and not build with broken file system recovery in mind. You'll need to do the hard work there yourself. For troubleshooting see https://github.com/libyal/libfsapfs/wiki/Troubleshooting#verbose-and-debug-output

lornally commented 3 years ago

thank you, i will follow your link.