squashfs

Reading a SquashFS archive

(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 fil...

How to mount squasfs where .sqfs and squashfs tools is different version in Linux

Hi All, I had an image .sqfs, it's build with squashfs tools version 1.3.r3 where this version support for kernel 2.4 I want to extract (mount) the image into my local computer. my squasfs tools is version 4.0 and my kernel is 2.6 My question, Is it possible to me to mount the image where it's has a different version? Here The Ouput ...