|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] physical device
I think you should do something like:
disk = [ 'phy:vg0/vx-disk,sda1,w', 'phy:vg0/vx-swap,sda2,w','phy:vg0/vx-data,sda5,w','phy:hda,sdb,w' ]
S
On Jan 3, 2008 12:23 PM, tr1719 < tr1719@xxxxxxxxxxx> wrote:
Hi!
I' ve a xen virtual machine, and i' d like to assign cdrw device to it. My physical device on domain0 is /dev/hda, and in the configuration file i' ve this:
disk = [ 'phy:vg0/vx-disk,sda1,w', 'phy:vg0/vx-swap,sda2,w',
'phy:vg0/vx-data,sda5,w' ]
I' ve tried to assign the cdrom to it in many ways i found in different examples, but none of them worked. I tried to load the cdrom, and ide-generic module, and create the device (with mknod), but didn' t help.
Please help me to solve this problem.
Many thanks.
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|