SQFSTAR - A tool to create a Squashfs filesystem from a TAR archive Sqfstar will read an uncompressed TAR archive from standard in, and it will create a Squashfs filesystem from it. If a TAR archive is compressed it should be piped through a decompressor utility and then input into Sqfstar. Sqfstar supports V7, ustar, bsdtar (libarchive), GNU tar and PAX extensions. Sparse file extensions are supported, including the "old GNU format, type S", and PAX formats, Versions 0.0, 0.1 and the current 1.0. Sqfstar supports extended attributes, and recognises the SCHILY xattr PAX extension (used by GNU tar), and the LIBARCHIVE xattr PAX extension (used by bsdtar). The Sqfstar usage info is: SYNTAX:sqfstar [OPTIONS] FILESYSTEM [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: -reproducible build filesystems that are reproducible (default) -not-reproducible build filesystems that are not reproducible -mkfs-time