|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Unable to find number for device (sda2)
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
|
|
|
|
|