-
Notifications
You must be signed in to change notification settings - Fork 40
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 lzip support #126
Comments
I have stumbled upon this format a few times already but never saw it used. Are you using it or are there public datasets distributed in this format? Like many formats in #109, it probably would be somewhat supported by libarchive. There are two issues:
|
I'm evaluating lzip for long-term archival purposes, and the ability to mount a large archive would be a point in its favor. But as you say it's not widely used, and there are reasonable alternatives. So waiting for support via libarchive seems perfectly reasonable, even if that's not in the cards for now. Thanks for looking into it; feel free to close the issue if that makes sense. |
@hohav I'm finished with the libarchive backend in #130 , which also supports lzip. If you want to test it out, I'd welcome feedback. That branch can be installed directly from git with:
There are some inherent performance problems with libarchive, but I tried to avoid the bigger pitfalls that e.g. archivemount suffers from. |
Lzip is a lesser-known format, but offers advantages over other formats. The ability to mount .lz files would be very nice.
The text was updated successfully, but these errors were encountered: