Re: Mounting Disk Images

2006-05-03 Thread Christoph Nenning
Am Mittwoch, 3. Mai 2006 19:07 schrieb David Baron: > Virtualization may be the wave of the future but "communications" between > the host and the virtual machine are needed: > > How might I mount qemu (raw) disk images and read and write to such files. > I remember having done so once with a file

Re: Mounting Disk Images

2006-05-03 Thread Linas Žvirblis
David Baron wrote: > I can install downloads by downloading using the images IE but I have these > files elsewhere so wish to use directly or copy to the image file. mount -o loop,offset=32256 image.raw /mnt/something The important part is "offset=32256" because that is where the first partitio

Mounting Disk Images

2006-05-03 Thread David Baron
Virtualization may be the wave of the future but "communications" between the host and the virtual machine are needed: How might I mount qemu (raw) disk images and read and write to such files. I remember having done so once with a file used as /home in a qemu knoppix session. Forgot what I did