The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
35 views

Gentoo based custom Live CD won't boot

I followed this guide for building a Gentoo based custom live CD but I didn't manage to preform a complete boot. The kernel boots from the initrd and start scanning modules. After that it states ...
0
votes
0answers
36 views

So many loop devices created when trying to mount squashfs

I am trying to mount, a squashfs file image on an embedded system (linux/busybox). But after some time, I am getting the error "mount: can't setup loop device: No space left on device" . When ...
2
votes
1answer
184 views

ZFS compressed and deduped filesystem on file

I can create squashed filesystems with mksquashfs in this way: mksquashfs dir-1 dir-2 ... dir-n filesystem-on-file.squash -comp xz -Xbcj x86 -Xdict-size 1048576 -b 1024k mksquashfs provides ...