Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LZMA decompression support #17

Closed
ericdand opened this issue Jan 14, 2017 · 5 comments
Closed

Add LZMA decompression support #17

ericdand opened this issue Jan 14, 2017 · 5 comments

Comments

@ericdand
Copy link

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

@andyn
Copy link

andyn commented Feb 24, 2017

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
Copy link
Owner

vasi commented Feb 24, 2017

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
Copy link

vido89 commented Apr 5, 2017

+1 for adding LZMA decompression support

@TheAssassin
Copy link

LZMA decompression is available:

This issue can probably be closed.

@vasi
Copy link
Owner

vasi commented Feb 9, 2020

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

@vasi vasi closed this as completed Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants