[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Unable to find number for device (sda2)
- To: "Siddharth Wagh" <siddharth.wagh@xxxxxxxxx>
- From: "Arpan Jindal" <jindalarpan@xxxxxxxxx>
- Date: Mon, 8 Dec 2008 22:35:06 +0530
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 08 Dec 2008 09:05:54 -0800
- Domainkey-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=CU1SFXGEV/O692R5kdTQQlLet4/ProdhVyC+i+mbOk1ifWFivXufSJCfbc6Y0JjbcU Wb6DdI/3SmvbpG00ER9YzK+rY0L+UKiQW3Ouph/harSNWKoTovgLAV9JcNsIdlT1vm7A LT4fgKHVdPSELfpJmmTP87cZnCNafgJlK0jI4=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
change the parameter as
disk = [ "phy:/dev/sda2, sda, w" ]
or
disk = [ "phy:/dev/sda2, hda, w" ]
it will start working On Mon, Dec 8, 2008 at 9:36 PM, Siddharth Wagh <siddharth.wagh@xxxxxxxxx> wrote:
I am setting the disk parameters as: disk = [ "phy:/dev/sda2, sda2, w" ] in the config file
and getting the following error:
Unable to find number for device (sda2)
What could be causing the problem?
If I use "ls -l sda2" in /dev, I get the major and minor device numbers as 8, 1
Please enlighten.
Regards, Siddharth Wagh
_______________________________________________
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
|