UNSQUASHFS - a tool to extract and list Squashfs filesystems Unsquashfs allows you to decompress and extract a Squashfs filesystem without mounting it. It can extract the entire filesystem, or a specific file or directory. Unsquashfs can decompress all official Squashfs filesystem versions. The Unsquashfs usage info is: SYNTAX: unsquashfs [OPTIONS] FILESYSTEM [files to extract or exclude (with -excludes) or cat (with -cat )] Filesystem extraction (filtering) options: -d[est] extract to , default "squashfs-root". This option also sets the prefix used when listing the filesystem -max[-depth] descend at most of directories when extracting -excludes treat files on command line as exclude files -ex[clude-list] list of files to be excluded, terminated with ; e.g. file1 file2 ; -extract-file list of directories or files to extract. One per line -exclude-file list of directories or files to exclude. One per line -match abort if any extract file does not match on anything, and can not be resolved. Implies -missing-symlinks and -no-wildcards -follow[-symlinks] follow symlinks in extract files, and add all files/symlinks needed to resolve extract file. Implies -no-wildcards -missing[-symlinks] Unsquashfs will abort if any symlink can't be resolved in -follow-symlinks -no-wild[cards] do not use wildcard matching in extract and exclude names -r[egex] treat extract names as POSIX regular expressions rather than use the default shell wildcard expansion (globbing) -all[-time]