sgan81 / apfs-fuse

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

Can this mount APFS Sparsebundles? #172

Open Sav0ia opened 1 year ago

Sav0ia commented 1 year ago

Hello everyone,

Thanks for reading my message

I have a corrupted encrypted APFS sparsebundle and I am on mac. Will apfs-fuse allow me to mount this so I can salvage the data?

Any guidance would be much appreciated

Thanks!

sgan81 commented 1 year ago

Sparsebundles are currently not directly supported. But on a Mac, you could either try to convert it to sparseimage or dmg, or use "hdiutil attach -nomount" to attach the image and mount it afterwards using apfs-fuse.