Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 556 Bytes

squashfs-util

Simple utility to read information about a squashfs filesystem.

As of now, just dumps the superblock information. If you want a full-blown ability to manipulate these systems, see diskfs and its various libraries. This originally was developed to help work on squashfs for diskfs.

Running

squashfs-util <filename>

Building

make build

Will install in the same directory squashfs-util .

Installing

make install

Will install in $GOPATH/bin/