Lines Matching +full:squashfs +full:- +full:root
1 SQUASHFS 3.0 - A squashed read-only filesystem for Linux
3 Copyright 2002-2006 Phillip Lougher <phillip@lougher.org.uk>
7 Welcome to the first release of Squashfs version 3.0. Squashfs 3.0 has the
26 the Squashfs kernel code for faster read access.
33 There is a new Unsquashfs utility (in squashfs-tools) than can be used to
36 Squashfs 3.0 supports 2.x filesystems. Support for 1.x filesystems
40 -------------
44 SYNTAX: unsquashfs [-ls | -dest] filesystem
45 -version print version, licence and copyright information
46 -info print files as they are unsquashed
47 -ls list filesystem only
48 -dest <pathname> unsquash to <pathname>, default "squashfs-root"
50 The "-ls" option can be used to list the contents of a filesystem without
53 The "-info" option forces Unsquashfs to print each file as it is decompressed.
55 The "-dest" option specifies the directory that is used to decompress
57 decompressed to the directory "squashfs-root" in the current working directory.