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
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
- Homepage
-
License:
BSD (2-clause) - Download HPKG file