On Mon, Apr 04, 2011 at 04:57:46PM +0200, Agustin Martin wrote: > On Wed, Oct 13, 2010 at 11:08:23AM +0200, BenoƮt Knecht wrote: > > The last patch replaces ext3 with ext2 for the image filesystem, which > > should be faster because it doesn't need to write transactions in the > > journal. > > With this change I had some problems. Did not really investigate, but I get > > Loading, please wait... > > -> qemu-pbuilder first-stage > mount: proc already mounted > [ 79.649780] ext3: No journal on filesystem on sdb > mount: wrong fs type, bad option, bad superblock on /dev/sdb, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > I may need to refresh some things in orginal qemubuilder image.
As expected, recreating qemubuilder initial image with your ext2 patch applied made thinks work. Did not get accurate timings, but seems indeed to be faster than using ext3. Since this change can cause old images to stop working, may be is interesting to put it as a documented configurable option, so when reading documentation, users know what to do. Do not know what upstream thinks about this. For now I will stay for my personal use with a patched qemubuilder with your three patches applied. Will let you know if I find further problems. Your patches were really useful, thanks a lot. Regards, -- Agustin -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

