Re: [kvm-devel] direct access to hard-disk devices

2008-04-03 Thread Brian Jackson
kvm -drive file=/dev/sdX Where sdX is some drive you want to hook up to the virtual machine. Be very careful, you can really mess things up if you use the wrong device. --Brian Jackson On Thursday 03 April 2008 8:50:49 pm Andrés Moré wrote: > Hi, > > I've been trying to use kvm (+ PXE + root-o

[kvm-devel] direct access to hard-disk devices

2008-04-03 Thread Andrés Moré
Hi, I've been trying to use kvm (+ PXE + root-over-NFS) to remotely boot live images on client servers started using wakeonlan. However, I'm still trying to find out how to attach a kvm guest directly to a 'real' harddisk device file. Is this possible on the current implementation? Thanks in adv