MKSQUASHFS - a tool to create Squashfs filesystems As Squashfs is a read-only filesystem, the Mksquashfs program must be used to create populated squashfs filesystems. SYNTAX:mksquashfs source1 source2 ... FILESYSTEM [OPTIONS] [-e list of exclude dirs/files] Filesystem compression options: -b set data block to . Default 128 Kbytes. Optionally a suffix of K or M can be given to specify Kbytes or Mbytes respectively -comp select compression Compressors available: gzip (default) lzo lz4 xz zstd -noI do not compress inode table -noId do not compress the uid/gid table (implied by -noI) -noD do not compress data blocks -noF do not compress fragment blocks -noX do not compress extended attributes -no-compression do not compress any of the data or metadata. This is equivalent to specifying -noI -noD -noF and -noX Filesystem build options: -tar read uncompressed tar file from standard in (stdin) -no-strip act like tar, and do not strip leading directories from source files -tarstyle alternative name for -no-strip -cpiostyle act like cpio, and read file pathnames from standard in (stdin) -cpiostyle0 like -cpiostyle, but filenames are null terminated. Can be used with find -print0 action -reproducible build filesystems that are reproducible (default) -not-reproducible build filesystems that are not reproducible -mkfs-time