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-users

RE: [Xen-users] SBS 2008 install finds no disks

To: "Scott McKenzie" <scott.xensource@xxxxxxxxxxxxx>, "xen-users" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] SBS 2008 install finds no disks
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2008 14:45:03 +1000
Delivery-date: Tue, 03 Jun 2008 21:45:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <48461174.4020702@xxxxxxxxxxxxx>
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: <48461174.4020702@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjF9qLknh4SVwVySpSoEruox5qJBQABuYSA
Thread-topic: [Xen-users] SBS 2008 install finds no disks
> disk = [ "phy:/dev/sdd,hda,w" ]
> disk = [ "phy:/dev/loop0,hdc:cdrom,r" ]

I think you are only supposed to have one 'disk =' line.

Merge them like this:

disk = [ "phy:/dev/sdd,hda,w", "phy:/dev/loop0,hdc:cdrom,r" ]

Also, why phy:/dev/loop0? Xen can do this for you if you specify
'file:/images/somefile.iso' instead. The way you've done it shouldn't be
the cause of any problems though.

James

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>