[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Using physical disk in HVM
> I'm trying to use physical disks as virtual disks in HVM domains. > But I couldn't. > > I'm using cs10508 of xen-unstable.hg. > > When I use > disk = [ 'phy:sda5,ioemu:hda,w' ] > in conf file, creating HVM domain says, I need to use 'file' modifier if > I use 'ioemu'. > So, I changed it to > disk = [ 'phy:sda5,hda,w' ]. That won't work because it's the paravirtualised syntax, and you presumably aren't running a Xen-aware driver in the guest. > But HVM window doesn't pop up. > > Did you guys solve this problem? > Can't I use physical disk partitions for virtual disks? Not used VT myself, but have you tried: disk = [ 'file:/dev/sda5,ioemu:hda,w' ] After all, on unix everything is a file ;-) Cheers, Mark -- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |