sgan81 / apfs-fuse

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

Does not work on fedora 34 and TimeMachine disk made on latest Mac update #162

Open alevchuk opened 2 years ago

alevchuk commented 2 years ago
$ sudo ./apfs-fuse /dev/sdb2 tmp/
Unable to get volume!

$ sudo ./apfs-fuse /dev/sdb1 tmp/
This doesn't seem to be an apfs volume (invalid superblock).
Unable to load container.

$ sudo ./apfs-fuse /dev/sdb tmp/
Unable to get volume!
sgan81 commented 1 year ago

Are you sure it is not formatted as HFS+?

sgan81 commented 1 year ago

Although sdb2 seems to be an apfs container ... hmmm ...

sgan81 commented 1 year ago

Maybe the volume does not have id 0. Check using "apfsinfo /dev/sdb2". This may happen if volumes are deleted after others have been created.