| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 [Xen-users] Error Creating Domain:vbd:Segment phy:/dev/hda3 is in	writable use
 
 
  hi all,
 I have few problem while trying to create new domain using,
 xm create xmexample1 -c
 
 the error message is
 "Error Creating Domain:vbd:Segment phy:/dev/hda3 is in writable use"
 
 
 the details of xmexample1 file are
 kernel = "/boot/vmlinuz-2.4.30-xenU"
 memory = 64
 name = "GuestLinux-2.4.30"
 disk = [ 'phy:/dev/hda3,hda1,r',
 'phy:/dev/hda4,hda2,r' ]
 root="/dev/hda1 ro "
 extra = "4"
 
 Red Hat Linux installation is on /dev/hda3 and swap space is on /dev/hda4
 The details of grub file are:
 default=0
 timeout=10
 splashimage=(hd0,1)/grub/splash.xpm.gz
 title Red Hat Enterprise Linux WS (2.4.21-4.EL)
 root (hd0,1)
 kernel /vmlinuz-2.4.21-4.EL ro root=LABEL=/
 initrd /initrd-2.4.21-4.EL.img
 title DOS
 rootnoverify (hd0,0)
 chainloader +1
 title Xen 2.0 / XenLinux 2.6
 root(hd0,1)
 kernel /xen-2.0.gz dom0_mem=131072
 com1=115200,8n1 noht console=com1
 module /vmlinuz-2.4-xen0  ro root=/dev/hda3  console=tty0
 
 
 
 Can anyone advise me what is the source of problem?
 
 
 ![]()  _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |