squashfstools
Squashfs-tools is a collection of user-space utilities for creating, inspecting, and extracting SquashFS images, a compressed read-only filesystem for Linux. It provides programs such as mksquashfs, which creates a SquashFS filesystem from a directory tree, and unsquashfs, which extracts the contents of an image. Additional tools allow listing, testing, and managing metadata. The suite is widely used for building compact root filesystems in embedded devices and live media.
SquashFS is a highly compressed, read-only filesystem designed for space efficiency and fast access. Widely adopted
Key features include support for multiple compression algorithms such as gzip, lzma (xz), lzo, and newer formats
In practice, squashfs-tools are common in embedded Linux builds, live ISO creation, and software distribution where
The project is open source, with public repositories and ongoing development. Licenses vary by version and