• Home
  • Raw
  • Download

Lines Matching full:directories

12 and directories.  Inodes in the system are very small and all blocks are
24 1. Data, inodes and directories are compressed.
64 8. Support for files, directories, symbolic links, device nodes, fifos
145 -root-becomes <name> when appending source files/directories, make the
212 Source1 source2 ... are the source directories/files containing the
213 files/directories that will form the squashfs filesystem. If a single
218 If multiple source directories or files are specified, mksquashfs will merge
220 containing each of the source files/directories. The name of each directory
225 To make this clear, take two example directories. Source directory
242 directories "/home/phillip/test" and "goodies".
364 inodes/directories, data and fragments respectively. Giving all options
415 The -e and -ef options allow files/directories to be specified which are
417 files/directories from the command line, the -ef option takes the
418 exlude files/directories from the specified exclude file, one file/directory
430 the source directories. If an exclude file/directory is absolute (i.e.
467 Exclude all files beginning with "example" inside directories called
480 often useful to exclude a file matching anywhere in the source directories.
488 Exclude files matching "*.gz" anywhere in the source directories.
494 Exclude files matching "*.gz" inside directories called "Test" or
495 "test" that occur anywhere in the source directories.
501 Exclude all files matching "*.gz" anywhere in the source directories,
539 As shown in the previous section, for single source directories
584 Mksquashfs supports pseudo files, these allow fake files, directories, character
586 built, rather than requiring them to be present in the source directories.
720 The -info option displays the files/directories as they are compressed and
740 SYNTAX: ./unsquashfs [options] filesystem [directories or files to extract]
758 -e[f] <extract file> list of directories or files to extract.
776 files/directories should be specified using the full path to the
777 files/directories as they appear within the Squashfs filesystem. The
778 files/directories will also be extracted to those positions within the specified
794 Extract all files beginning with "example" inside top level directories
820 directory even if files or directories already exist. This allows you
823 refuse to overwrite any existing files, or to create any directories if they
882 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
899 regular files and directories, and extended types where extra
902 5.3 Directories
905 Like inodes, directories are packed into compressed metadata blocks, stored
906 in a directory table. Directories are accessed using the start address of
910 Directories are organised in a slightly complex way, and are not simply
914 Directories are therefore organised in a two level list, a directory
920 Directories are sorted, and can contain a directory index to speed up
923 in each metadata block. Directories are sorted in alphabetical order,