Hello,

On Mon, 22 Sep 2008, [EMAIL PROTECTED] wrote:
>           I have installed the xen in fc6 by default [Domain-0]. i have
> configured to create another domain . they follows
> 
>  kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
> memory = 416
> name = "test"
> #disk = ['phy:sda,sda1,w','phy:sdb,sdb1,w']
> disk = ['phy:sdb,sdb1,w']
> root = "/dev/VolGroup00/LogVol00"
         ^^^^^^^^^^^^^^^^^^^^^^^^^^

I think you mean this is a logical device for dom0. So it must be
exported to the domU as a virtual device. Your entry should be
something like

 kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
 memory = 416
 name = "test"
 disk = ['phy:/dev/VolGroup00/LogVol00,sdb1,w']
 root = "/dev/sdb1"

Please check this before using it or you may trash your disk!

Kapil.
--

_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to