WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-users] Exporting "SD" device.

To: "P M, Priya" <pm.priya@xxxxxx>
Subject: Re: [Xen-users] Exporting "SD" device.
From: "Leeman Strout" <lstrout@xxxxxxxxx>
Date: Tue, 13 Jun 2006 15:34:43 -0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 13 Jun 2006 12:35:22 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Ot50juT2vhLx0nnY4IRiUkLd83Gw+AFz3KR4EkQYkkjLKlS0zwmLmX0Zs7s62ujbwDthucSstM7jFmPG+8WsI22bmXG1ofF5u9qmMifdsOUge83BLCSBij1ZuiPEIys3U/pgsjd93FIWRC1uPGnmDTNLxunoEycrQ4dMeGvnk2k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <EC1A9FC8C953C34EA0DB9151F00D6D775CBC22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <EC1A9FC8C953C34EA0DB9151F00D6D775CBC22@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 6/13/06, P M, Priya <pm.priya@xxxxxx> wrote:
Hi,
 

If we use

disk = [ 'file:/home/adteam/linux_fc5_2.6.16,ioemu:hda,w','phy:/dev/sdd,/dev/sdb,w'

/dev/sdb, then the device is not seen on domain 1.


This is just a guess, but you might try using the sda device instead.  Last I used SCSI the Linux kernel squashed all SCSI id's to the beginning.  This means that even if you had 1 device marked with SCSI ID 3, it showed up as /dev/sda.  You are presenting the kernel with a virtual SCSI device and it is likely presenting it as the first SCSI device available: /dev/sda while you are telling xen to mount /dev/sdb.


Leeman
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>