darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
273 stars 45 forks source link

Error: LZFSE is not yet supported #93

Closed flylzj closed 5 years ago

flylzj commented 5 years ago

when i ran Darling [/Volumes/SystemRoot/home/lzj/Downloads]$ hdiutil attach uu.dmg and i got

Skipping partition of type Primary GPT Header
Skipping partition of type Primary GPT Table
Skipping partition of type Apple_Free
Using partition #3 of type Apple_HFS
Error: LZFSE is not yet supported

Possible reasons:
1) The file is corrupt.
2) The file is not really a DMG file, although it resembles one.
3) There is a bug in darling-dmg.

does this mean the app can't be run by darling

ahyattdev commented 5 years ago

Duplicate of #88

flylzj commented 5 years ago

So, can't I still run this dmg file?

ahyattdev commented 5 years ago

Yes, I tested using the DMG from #88 and it mounted and I could view the contents

flylzj commented 5 years ago

Could you tell me how I can mount this DMG?

ahyattdev commented 5 years ago

@flylzj the same way you would mount it on the command line from macOS, which is hdiutil attach myfile.dmg 👍