squashfs-tools icon indicating copy to clipboard operation
squashfs-tools copied to clipboard

tools to create and extract Squashfs filesystems

Results 38 squashfs-tools issues
Sort by recently updated
recently updated
newest added

Hi all, I am new to the squashfs world and was wondering if there was a way to quickly add a file to a non-root directory of a given squashfs...

File-level deduplication currently present in squashfs is great and surely saves a lots of space in various scenarios. Could block-level deduplication be added **without** breaking compatibility with current format? `mksquashfs`...

enhancement

Label and UUID are extremely useful in automated failover scenarios. Could those be considered for next major release?

enhancement

Hello, Is it possible to pipe put the output of mksquashfs to stdout ? I have half a terabyte of files that i would like to make into a squash...

enhancement

I'm one of those weirdos that takes [reproducible builds](https://reproducible-builds.org/) seriously. Chasing down reproducibility problems in the output of mksquashfs makes me wish that unsquashfs expose all state held in the...

enhancement

If I create the same image twice, with `-reproducible`, without changing the contents of the source directory: ``` $ mksquashfs rootfs/ a -all-root -noappend -comp xz -reproducible $ mksquashfs rootfs/...

enhancement

The project today is binary centric around the `mksquashfs` and `unsquashfs` binaries. Calling this binaries during a build can be annoying since the binaries need to be present on the...

`mksquashfs` obtains physical memory size via POSIX `sysconf(3)` call, but, per the comment that *sysconf(_SC_PHYS_PAGES) relies on /proc being mounted; if it fails use sysinfo*, also calls Linuxish `sysinfo(2)` unconditionally....

When appending - instead of create recovery file (which anyway doesnt work properly. at least in my experience) produce incremental update file. And another option to roll-in that incremental update...

With this patch I can easily pack chroots built in a fakeroot environment without running mksquashfs under fakeroot. Instead I can use `-fakerootdb .fakedata` to get ownership/permissions/device nodes right. It's...