On Fri, Apr 02, 2004 at 07:48:24PM +0200, Dariush Pietrzak wrote: > > http://vserver.13thfloor.at/Stuff/QEMU/TEST_32M_public.img.bz2 > > > > this is my test boot image for QEMU, which contains a lot more > > than necessary, but it might be some help ... > hmm, thanks, but I'm having some problems with that image, maybe my > download got corrupted? > (2ec37ad33103156a34e6af28633d77ab TEST_32M_public.img) > qemu stops at 'Booting from Hard Disk' and mount -o loop ./TE.. > shows empty filesystem (hmm, strange, it does not fail, but ls > /fs/mountpoint show nothing... it should at least show lost+found for ext2)
no, this is a disk image, including a partition table, with qemu you use it like this: qemu-fast -nographic -m 128 -snapshot -hda TEST_32M_public.img so you have to use the offset of the first partition for a loop setup (63*512 = 32256) HTH, Herbert PS: if you need a tar, just let me know ... _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
