Reading a SquashFS archive
Posted
by p-static
on Stack Overflow
See other posts from Stack Overflow
or by p-static
Published on 2010-05-10T21:00:42Z
Indexed on
2010/05/10
21:04 UTC
Read the original article
Hit count: 149
linux
(SquashFS is a compressed filesystem - http://en.wikipedia.org/wiki/SquashFS)
I'm looking for a way to read a SquashFS filesystem from a program. So far, I've know about the in-kernel drivers for it, but I'm sure that a userspace library for it must exist somewhere. Any language would be fine, but C is preferred.
Just mounting the filesystem and using it that way is technically possible, but I'd rather avoid that route because the application I'm looking at would involve working with at least a few dozen archives at any given time.
© Stack Overflow or respective owner