summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/squashfs.rst
blob: 88c97ebbe84ab255fc1f03cacee2d27df229dca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. index:: squashfs (filesystem)

SquashFS filesystem
===================

SquashFS is a highly compressed read-only filesystem for Linux.
It uses zlib, lzo or xz compression to compress both files, inodes
and directories. A SquashFS filesystem can be mounted using the
:ref:`command_mount` command::

  barebox:/ mkdir /mnt
  barebox:/ mount -t squashfs /dev/spiflash.FileSystem /mnt
  barebox:/ ls /mnt
  zImage barebox.bin
  barebox:/ umount /mnt