Is there any virtual machine under Linux which can start Windows (XP) from real hard drive partition, not from emulation image?
|
feedback
|
|
VMWare products can map physical disks to virtual disks, both on Linux and Windows: http://www.vmware.com/support/ws55/doc/glossary%5Fws.html#wp1018930
| ||||
|
feedback
|
|
In xen you can use the device and give it directly to your guest. You can use lvm:
or directly a harddrve partition:
you also can give a complete Disk to a guest, and let them partiton it:
| |||
|
feedback
|
|
KVM and Xen can both do it -- you just point the VM at the physical partition. | |||||||
feedback
|
|
Easier:
| |||
|
feedback
|