search for: squashfs

Displaying 20 results from an estimated 251 matches for "squashfs".

2017 Apr 05
2
IRC question: squashfs
>From josv on IRC: > Hi! I am on Fedora 25 and installed libguestfs (1.36.2) from the > fedora repo. It seems that the squashfs feature is missing in this > installation (guestfish add-drive /dev/null : run : available squashfs > returns "error: squashfs: group not available"). What would be the > recommended way to have the squashfs feature available? $ guestfish -a /dev/null run : supported ......
2017 Feb 14
0
[PATCH 10/10] dib: add squashfs output format
Implement the "squash" output format, i.e. a squashfs compressed filesystem. This was implemented in diskimage-builder upstream as commit 9d13084c4183b63587e1f5e4b03395a8df6538f6. --- dib/Makefile.am | 1 + dib/output_format_squashfs.ml | 39 +++++++++++++++++++++++++++++++++++++++ dib/utils.ml | 1 + dib/virt-dib.po...
2017 Apr 06
0
Re: IRC question: squashfs
On Thursday, 6 April 2017 00:26:26 CEST Richard W.M. Jones wrote: > > >From josv on IRC: > > > Hi! I am on Fedora 25 and installed libguestfs (1.36.2) from the > > fedora repo. It seems that the squashfs feature is missing in this > > installation (guestfish add-drive /dev/null : run : available squashfs > > returns "error: squashfs: group not available"). What would be the > > recommended way to have the squashfs feature available? > > $ guestfish -a /dev/null r...
2017 Feb 14
0
[PATCH 09/10] New API: mksquashfs
Introduce a new API to create a new squashfs filesystem out of a path in the guest. It can be configured to exclude paths based on patterns, and to select which compression use for the filesystem. The advantage of running mksquashfs directly in the appliance is that ownerships are properly saved, as opposed to tar_out + local untar. --- ap...
2010 Oct 12
1
SquashFS: how good is it?
Hello listmates, Have any of you used SquashFS? See: http://en.wikipedia.org/wiki/SquashFS We have tried it on small file sets, seems good but if you have experience using it, especially to store/archive lage volumes of files, please share your experience. Thanks. Boris.
2014 Jul 23
1
Info to upstream centos mirror: file centos/7.0.1406/os/x86_64/LiveOS/squashfs.img IS CORRUPT !
...ed PXE/kickstart system using various local mirrors but it alway hung after partitioning with no further exception. When I encountered squshfs errors on the Console (text based / kickstart installation) I re-synced (rsync) with CERN mirror afterwards with switch.ch mirror and fh-esslingen - But the squashfs image remained corrupt. To prove my suspicion i've finally copied the file from Netboot.iso into our local mirror and voil? - finally the installation works as expected. Just wanted to let you know - it might save man people from many hours of trouble ... Please check - and keep up the great...
2019 Mar 07
2
readonly archive folders using squashfs
I have a dovecot server running under CentOS using maildir format.? Due to the issue with minimum blocksize for files I would like to offer some kind of readonly archive using something like the compressed squashfs? where I would move messages to be archived to a maildir folder and then convert "cur" directory into a squashfs and mount it in place of the original directory so my biggest users could have readonly access to older messages without it using so much disk space. Has anyone tried anything...
2017 Feb 14
2
Re: [PATCH 09/10] New API: mksquashfs
On Tue, Feb 14, 2017 at 09:12:10AM +0100, Pino Toscano wrote: > Introduce a new API to create a new squashfs filesystem out of a path > in the guest. It can be configured to exclude paths based on patterns, > and to select which compression use for the filesystem. > > The advantage of running mksquashfs directly in the appliance is that > ownerships are properly saved, as opposed to tar_o...
2014 Mar 13
3
Memory usage with memdisk vs initrd a squashfs
Question, Some Linux distributions I support show two approaches for pxe booting them. One uses memdisk to boot an ISO file. The other uses pxelinux to boot kernel and initrd a squashfs file. I'm unfamiliar with the impact to memory either approach has. Like, does using memdisk permanently squirrel away a chunk of memory for the ISO file that the OS will be unable to use? Is using initrd to pull down the squashfs file more or less efficient? I would appreciate any insight! Ap...
2017 Feb 01
1
Squashfs as root filesystem
Hello all I have squashfs file i want use as root filesystem for diskless machines (PXE boot). I can't figure out how to configure it. I was able to embed this file in initrd (builded by dracut) - but i don't know how to mount it in /sysroot automatically, and what put in 'kernel=' commandline option. Mayb...
2013 Feb 21
1
boot from different partition
Hello, Is it possible for syslinux to boot from a different partition ? I have a UFD with 2 partitions. The first one is fat32 and the second one is a squashfs. I have the OS files in the squashfs partition. As the syslinux won't boot from a squashfs partition, I thought of creating a fat32 (first partition) and install syslinux in it. If I do that, is it possible to configure syslinux to boot from the squashfs partition ? I read from the following u...
2014 Jul 15
2
Re: working with mount-local
2014-07-16 0:58 GMT+04:00 Richard W.M. Jones <rjones@redhat.com>: > BTW is there any reason to use FUSE instead of using the libguestfs > API directly? Using the API is going to be much more robust. I'm need to create squashfs from root file system. I see some methods like tar and cpio, but i can't find anything suitable for creating squashfs. Also i can't use root permissions and need to work only with user rights. -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2008 Sep 30
1
Questions on custom LiveCD
...ss to the net in their office can use/test a database project. So, going on, I would like to add the code and database to the CD, so that the user can open Firefox and use the application from the local webserver. I see that the structure of the CD is an ext3fs.img with the root filesystem in a squashfs.img in the iso file. If I change the content of the ext3fs.img can I put it back on the rw mounted squashfs.img and that in the iso? If yes, I assume I would need to cater for a necessary resize of the images. If no or if there is a better way, how? Kai -- Kai Sch?tzl, Berlin, Germany Get yo...
2017 Feb 14
14
[PATCH 00/10] dib/API: improvements and fixes
...when running extra-data.d scripts dib: re-read list of scripts when running in-chroot hooks dib: cleanup logs at end of build copy-out: new 'excludes' optional argument dib: add appliance check hook in Output_format daemon: move make_exclude_from_file as common helper New API: mksquashfs dib: add squashfs output format appliance/packagelist.in | 2 + daemon/Makefile.am | 1 + daemon/daemon.h | 2 + daemon/guestfsd.c | 62 +++++++++++++++++ daemon/squashfs.c | 150 ++++++++++++++++++++++++++++++++++++++++++ daemon/tar....
2019 Jan 09
0
Squashfs as rootfs
Hello. I'm trying to add option to grub menu (amongst other options) to boot from squashfs image. But 'root=live:/path/tofile' doesn't work. I didn't find anything useful on the internet. Anybody can point me in right direction? Maybe better choice is to replace grub with isolinux? I have working solution with iso with squashfs booting through PXE, but i don't know h...
2009 Aug 19
0
[PATCH] tests: Use ISO instead of squashfs
The tests currently break on my Debian machine. The reason is that the squashfs that we use to store test data has an incompatible format with the kernel used in the appliance. Anyway, avoid using a squashfs at all, and use an ISO instead. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.co...
2014 Mar 13
0
Memory usage with memdisk vs initrd a squashfs
On Thu, Mar 13, 2014 at 3:31 PM, Ian Bannerman <ian at internals.io> wrote: > Question, > > Some Linux distributions I support show two approaches for pxe booting them. One uses memdisk to boot an ISO file. The other uses pxelinux to boot kernel and initrd a squashfs file. > I'm unfamiliar with the impact to memory either approach has. Like, does using memdisk permanently squirrel away a chunk of memory for the ISO file that the OS will be unable to use? Is using initrd to pull down the squashfs file more or less efficient? > I would appreciate any in...
2019 Mar 10
0
readonly archive folders using squashfs
...irtual_mailbox_domains) Yassine. On 3/8/19 12:49 AM, Natu via dovecot wrote: > I have a dovecot server running under CentOS using maildir format.? Due > to the issue with minimum blocksize for files I would like to offer some > kind of readonly archive using something like the compressed squashfs > where I would move messages to be archived to a maildir folder and then > convert "cur" directory into a squashfs and mount it in place of the > original directory so my biggest users could have readonly access to > older messages without it using so much disk space. > &g...
2013 Nov 28
3
[PATCH 1/3] inspect: recognise Debian live images as such
Check for filesystem.squashfs also in /live, since it is where live-build places it. --- src/inspect-fs-cd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/inspect-fs-cd.c b/src/inspect-fs-cd.c index 407e4f8..eaeaa6f 100644 --- a/src/inspect-fs-cd.c +++ b/src/inspect-fs-cd.c @@ -429,7 +429,8 @@ guest...
2016 Aug 16
5
hfsplus on C7
I dont see anything hfsplus in the modules area??? > uname -r > > 3.10.0-327.28.2.el7.x86_64 > > [root at nuc5i3 ~]# find /lib/modules/3.10.0-327.28.2.el7.x86_64/ |grep hfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs/squashfs.ko > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/net/sched/sch_hfsc.ko > /lib/modules/3.10.0-327.28.2.el7.x86_64/weak-updates/hfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/weak-updates/hfs/hfs.ko > > The pack...