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
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