The squashfs tag has no wiki summary.
-2
votes
1answer
41 views
How to log in to BackTrack Linux?
I've installed BackTrack 5 R3, a security testing distro, onto a USB drive, and I can get it to boot up, but I'm stuck in the BusyBox shell. Everybody says "just log in with username root and password ...
3
votes
1answer
78 views
Mount /etc from disc into squashfs
I've created a gentoo-live system which should be booted from a CF-card. The whole file-system is in a squashfs. I've created a custom initrd which first mounts the CF-card and from there the squashed ...
1
vote
1answer
117 views
What parts of the filesystem to tmpfs/squashfs/sparseimage for USB live system
I want to create a live system on a USB key / SDCard with Linux Mint 14 (KDE or Debian Edition) that stores data persistently. The USB key needs to have at least one fat32 partition. As storage for ...
5
votes
1answer
249 views
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 ...
2
votes
0answers
174 views
SquashFS image as rootfs in LXC
Is it possible to use a SquashFS filesystem as an LXC rootfs? I can mount an ext3 image as a rootfs just by setting lxc.rootfs to the filename, but if it's any other type of image, lxc-start just says ...
2
votes
1answer
3k views
how to make read only filesystem writable on busybox?
I want to change some files on my router. Firstly i can change everything in /var, but i want to change /etc/fstab. when i try to change it, i get an error message that says filesystem is read only.
...
4
votes
1answer
2k views
Modifying a squashfs,
Obviously I don't want to actually modify a squashfs. What I would like to do though is take an existing squashfs, a set of files and create a new squashfs which is identical to the old one except ...