vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
291 stars 66 forks source link

Add LZMA decompression support #17

Closed ericdand closed 4 years ago

ericdand commented 7 years ago

I have a SquashFS file that's compressed with LZMA, and I'd love to open it with squashfuse! ;)

andyn commented 7 years ago

Today I came across an eons-old squashfs image that I could not mount with due to the lack of LZMA support. I find it rather surprising that the feature hasn't yet been ported, because LZMA support for squashfs images obviously has existed for a long time.

vasi commented 7 years ago

It should be pretty easy to add, I just haven't encountered such an image in awhile. Would you like to give it a try?

vido89 commented 7 years ago

+1 for adding LZMA decompression support

TheAssassin commented 5 years ago

LZMA decompression is available:

This issue can probably be closed.

vasi commented 4 years ago

The "lzma" you're seeing is a bit confusing. That's for "liblzma", which does xz decompression. But we still don't quite support old-style "raw LZMA" compression.

Dup of PR #37