| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] physical device
 
To: xen-users@xxxxxxxxxxxxxxxxxxxFrom: "sven waeyenbergh" <sven.waeyenbergh@xxxxxxxxx>Date: Thu, 3 Jan 2008 16:33:11 +0100Cc: tr1719@xxxxxxxxxxxDelivery-date: Thu, 03 Jan 2008 07:33:42 -0800Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=usmzmEK8Hw/jSApa5zPWpIZQD0jzDgv9w+2AUDsXAjwhRwJVQSbdEWqOy07UMtWniHunr0yXmEZYez8VWJHs0ci9qqp5cgFnCWx3SQ8OovT28DBIIahx8IGDQKgQJvMJSqEuPGDYVz+axRWt1yAYSNBIfswOs0rQSQH/Q4m9vcI=List-id: Xen user discussion <xen-users.lists.xensource.com> 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 
 |