| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] CDROM access under GPLPV
 
To: Matthias Reif <mattreif@xxxxxxxxxxxxx>From: Nerijus Narmontas <n.narmontas@xxxxxxxxx>Date: Thu, 23 Jul 2009 15:34:30 +0300Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Thu, 23 Jul 2009 05:35:22 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=mime-version:in-reply-to:references:date:message-id:subject:from:to	:cc:content-type;	b=PU/6k9Gxbq+xxsFbFJX0HNhl9sZ3Mky7szjlHBE0D+5Xa/mcdirdogVw0/HuLAiFF/	8idJ/YNL7Fw8xQMdxYxCO7oIaDWS7HPlK+wByjVyoEqMYcFzjEnxbpW1Q/J1HhpAs0fY	A+6VY19nVjWHa7vAy4TWByxpJqL49ZzvvnHJ4=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 On Thu, Jul 23, 2009 at 2:46 AM, Matthias Reif <mattreif@xxxxxxxxxxxxx>  wrote: 
Hi All,
 
 Has anyone worked out a way of accessing
a CDROM from a Windows guest while using the GPLPV drivers?
 
 I don't really mind whether access is
mapped to the physical device or an ISO image, as long as I can change
the media without having to reboot the domU.
 
 My configuration:
 
 dom0 = CentOS 5.3, Xen 3.3.1
 domU = Windows Server 2008 64-bit, GPLPV
version 0.10.0.69
 
 Tried the following disk specs in the
domU config - with the same result:
 
 disk = [ 'phy:/dev/cciss/c0d0p3,xvda,w',
'phy:/dev/hda,hdc:cdrom,r' ]
 disk = [ 'phy:/dev/cciss/c0d0p3,xvda,w',
'file:/iso/cdrom.iso,hdc:cdrom,r' ]
 
 What I can see under Windows is
 
 * a yellow exclamation mark in Device
Manager on device "Intel 82371SB PCI Bus Master IDE Controller"
 
 * two devices "Xen Block Device
Driver" under Storage Controllers
 
 * no sign of a CDROM drive in either
Explorer or Disk Management
 
 
 # xenstore-ls /local/domain/19/device
 ...
 vbd = ""
 51712 = ""
 backend-id = "0"
 virtual-device = "51712"
 device-type = "disk"
 state = "4"
 backend = "/local/domain/0/backend/vbd/19/51712"
 ring-ref = "16383"
 event-channel = "8"
 5632 = ""
 backend-id = "0"
 virtual-device = "5632"
 device-type = "cdrom"
 state = "1"
 backend = "/local/domain/0/backend/vbd/19/5632"
 ...
 
 # xenstore-ls /local/domain/0/backend/vbd/19/5632
 domain = "basil"
 frontend = "/local/domain/19/device/vbd/5632"
 uuid = "a59853e4-57ec-9d02-bd84-f468d41856ca"
 dev = "hdc"
 state = "2"
 params = "/dev/hda"
 mode = "r"
 >
 frontend-id = "19"
 type = "phy"
 physical-device = "3:0"
 hotplug-status = "connected"
 
 
 Thank you.
 Matthias
 
 
 
 SOUTH PACIFIC SEEDS
 PO Box 934, GRIFFITH N.S.W. 2680. AUSTRALIA
 Phone: 02 6962 7333      Fax: 02 6964 1311
 
 CAUTION: The information contained
in this e-mail is privileged and confidential. If you are reading this
message and you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution or reproduction of all or part
of the contents is prohibited. If you receive this message in error, please
notify the sender immediately. Any opinions or views expressed in this
message are those of the individual sender and may not represent those
of their employer.
 
 
 _______________________________________________
 Xen-users mailing list
 Xen-users@xxxxxxxxxxxxxxxxxxx
 http://lists.xensource.com/xen-users
 
 
 How you managed to install GPLPV drivers on Windows 2008 64-bit? I mean what method you used to overcome unsigned drivers issue? 
 Nerijus _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |