torarnv / sparsebundlefs

FUSE filesystem for reading macOS sparse-bundle disk images
BSD 2-Clause "Simplified" License
330 stars 38 forks source link

encrypted sparsebundles #38

Closed kapitainsky closed 2 years ago

kapitainsky commented 2 years ago

are encrypted sparsebundles supported?

I have no problem working with non encrypted ones but for encrypted sparsebundlefs mount them without any error nor warning however then can't mount any partition with apfs-fuse.

apfs-fuse works when I try to mount encrypted dmg image.

kapitainsky commented 2 years ago

I did RTFM part... but it is not clear at all:)

kapitainsky commented 2 years ago

after more investigation it is clear that sparsebundlefs does not support encrypted images...

if anybody is interested I have solved my problem by using different tool:

https://github.com/jief666/hdimount

It is not well documented but I have compiled it following this advice:

https://github.com/jief666/hdimount/issues/4#issuecomment-606800104