Re: [Qemu-devel] running qemu with image file on a block device

2012-06-25 Thread Stefan Hajnoczi
On Sun, Jun 24, 2012 at 7:49 AM, udit agarwal wrote: >  I have set up a block device of 20G on my hard drive and is located at > /dev/sda2. Now I have created a raw image inside this device via command: >  "hp1:~ # qemu-img create -f raw /dev/sda2:server.img 10G" > > Then I copied the iso file on

[Qemu-devel] running qemu with image file on a block device

2012-06-24 Thread udit agarwal
Hi, I have set up a block device of 20G on my hard drive and is located at /dev/sda2. Now I have created a raw image inside this device via command: "hp1:~ # qemu-img create -f raw /dev/sda2:server.img 10G" Then I copied the iso file on this device via command: "hp1:~# cp ~/CD.iso /dev/sda2:CD,i