sqsh_tools

Fast read-only squashfs implementation written in C

Version

1.5.2-1
(2026-07-22)

Size

77.1

KiB

Repository

HaikuPorts
x86_64
squashfs is an open and free compressed read-only filesystem. It is used in embedded devices, live-CDs, or in packaging. The original implementation resides in the linux kernel, but there are also userspace implementations.

This project provides a userspace implementation of the squashfs filesystem containing a set of command line tools and a C library.

Example usage:

> mkdir /Squashy
> mount -t userlandfs -o "sqshfs ~/foobar.sqfs /Squashy" /Squashy