.TH UNSQUASHFS 1 "2012\-06\-30" "4.2" "uncompress squashfs filesystems" .SH NAME mksquashfs \- tool to uncompress squashfs filesystems .SH SYNOPSIS \fBunsquashfs\fR [\fIOPTIONS\fR] \fIFILESYSTEM\fR [\fIdirectories or files to extract\fR] .SH DESCRIPTION Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. .PP Squashfs is intended for general read\-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. .SH OPTIONS .IP "\-v, \-version" 4 print version, licence and copyright information. .IP "\-d \fIPATHNAME\fR, \-dest \fIPATHNAME\fR" 4 unsquash to \fIPATHNAME\fR, default "squashfs\-root". .IP "\-n, \-no\-progress" 4 don't display the progress bar. .IP "\-no, \-no\-xattrs" 4 don't extract xattrs in file system. .IP "\-x, \-xattrs" 4 extract xattrs in file system (default). .IP "\-p \fINUMBER\fR, \-processors \fINUMBER\fR" 4 use \fINUMBER\fR processors. By default will use number of processors available. .IP "\-i, \-info" 4 print files as they are unsquashed. .IP "\-li, \-linfo" 4 print files as they are unsquashed with file attributes (like ls \-l output). .IP "\-l, \-ls" 4 list filesystem, but don't unsquash. .IP "\-ll, \-lls" 4 list filesystem with file attributes (like ls \-l output), but don't unsquash. .IP "\-f, \-force" 4 if file already exists then overwrite. .IP "\-s, \-stat" 4 display filesystem superblock information. .IP "\-e \fIEXTRACT_FILE\fR, \-ef \fIEXTRACT_FILE\fR" 4 list of directories or files to extract. One per line. .IP "\-da \fISIZE\fR, \-data-queue \fISIZE\fR" 4 Set data queue to \fISIZE\fR Mbytes. Default 256 Mbytes. .IP "\-fr \fISIZE\fR, \-frag\-queue \fISIZE\fR" 4 Set fragment queue to \fISIZE\fR Mbytes. Default 256 Mbytes. .IP "\-r, \-regex" 4 treat extract names as POSIX regular expressions rather than use the default shell wildcard expansion (globbing). .SS Decompressors available .IP "gzip" 4 .IP "lzo" 4 .IP "xz" 4 .SH SEE ALSO mksquashfs(1) .SH HOMEPAGE More information about unsquashfs and the squashfs filesystem can be found at <\fIhttp://squashfs.sourceforge.net/\fR>. .SH AUTHOR squashfs was written by Phillip Lougher <\fIphillip@squashfs.org.uk\fR>. .PP This manual page was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fR>.