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

The first diff is a simple fix to a cache leak in an error path in unsquashfs, which could lead to deadlock waiting for a free cache entry. Hopefully not...

I'm having problems using the Pop_OS installer on a Surface Pro 3. The installer logs gives me the following error: ``` [INFO distinst:src/installer/mod.rs:413] Extracting /cdrom/casper_pop-os_22.04_amd64_nvidia_debug_199/filesystem.squashfs [DEBUG distinst:crates/squashfs/src/lib.rs:166] "unsquashfs" "-f" "-d"...

I'm generating squashfs images to make seekable archives that are then fed into _deduplicating backup programs_ ([`bup`](https://github.com/bup/bup), [`bupstash`](https://github.com/andrewchambers/bupstash), [`kopia`](https://github.com/kopia/kopia), etc). These programs do not perform well when there are billions...

1. OS is the Ubuntu 20.04 with all updates installed. 2. I can reproduce the following crash reliably, i.e. it doesn't feel like a race. 2. It seems the destination...

If I add some pseudo files to the filesystem, the -all-root option will over-ride the uid/gid specified in the pseudo file. For many people this is expected behaviour - if...

The list of options in Unsquashfs has got quite large over the last couple of releases. This can make people not find the option they want or simply glaze over....

enhancement

Here's working code for #59, the basics of which I've reimplemented a few times over the years. Curious what @plougher thinks about this approach. Due to the way squashfs directly...

This PR replaces `make` by `cmake` as a build system for the mksquashfs and unsquashfs tools. User defined variables & options are available in the top section of the CMakeLists.txt...

The current `Makefile` does not check any dependencies and is overall a bit limited. How about setting up a modern build system like CMake?

Hi! My comments in addition to PR #257... MS Windows WIM/ESD archive is very similar to squashfs and how can it be used? Like to squashfs, but you can also...