Results 1 to 3 of 3
Does anyone know if it's possible to point qemu at an existing partition, rather than a virtual machine file? If i were to do something like:
Code:
qemu -hda /dev/hdb9 ...
- 03-03-2006 #1
Qemu query
Does anyone know if it's possible to point qemu at an existing partition, rather than a virtual machine file? If i were to do something like:
Code:qemu -hda /dev/hdb9 -cdrom /dev/dvd -boot d -m 256
Registered Linux User #379728
SuSE 10.3 :: Athlon XP 3000+ :: AsRock K7VT4A Pro :: Nvidia Geforce 6600GT :: C-Media 8738
www.psypherpunk.org.uk
- 03-03-2006 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Yep it should work fine. I have done it, or rather watched someone do it in the past. Make sure you use the kernel acceleration module else it will be slooooow.
- 03-03-2006 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Yeah, it works - at least it does for livecd's. But remember, not -hda /dev/hdb9 but -hda /dev/hdb

you may also have to be root, depending on the permissions of /dev/hdb.


Reply With Quote
