Questions tagged [squashfs]

SquashFS is a read-only compressed file system intented mainly to create live CD-ROM and DVD-ROM Linux installations.

94 questions
6
votes
1 answer

SQUASHFS 3 vs 4

I'm trying to modify a firmware file by unsquashing it, editing my files and squash it again. But I got problems with the device which does not accept the file because of different squashfs types (as I suppose). Here's the output on my dev…
Mose
  • 161
  • 1
  • 6
4
votes
2 answers

How to use 'unsquashfs' with lzma?

I'm using Ubuntu 12.04. I want to unsquash an lzma image. I have done sudo apt-get squashfs-tools Now, when I do unsquashfs I get Filesystem uses lzma compression, this is unsupported by this version I know my squashed…
3
votes
1 answer

How to check integrity of squashfs files

Is there a method to check integrity of squashfs files, using standard squashfs tools. At the time I'm using a separate file with sha256 hashes.
1
vote
0 answers

Modifying a squashfs

I am having a problem recompiling this squashfile with the same file format. Here's the file I already tried with squashfs 3.4 but the problem is I am missing something with non-standard signature. http://qw12.cf/aa/initrd.zip Please help me. I…
1
vote
1 answer

squashfs reserve some free space

Briefly: Is it possible to reserve some free space using mksquashfs? I'm creating an image of simple livecd based on squashfs filesystem. Everything works fine except that I've got very little "free" space on a root partition. Can I assign more free…
Dejwi
  • 221
0
votes
1 answer

How to update mounted squashfs filesystem

How to update mounted squashfs filesystem? Is it safe to write to mounted block device(routers update firmware somehow)?