[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] how to create guest image file ?
Jeremy Fang wrote: mount /dev/sda2 /temp // /dev/sda2 have enough space dd if=/dev/sda7 of=/temp/sda7.imge bs=64k ... disk = ['file:/root/sda2.img,sda2,w'] ... [root@xen auto]# xm create sda2_img -c Using config file "sda2_image".Error: Error creating domain: vbd: Segment not found: uname=file:/root/sda2.img Shouldn't you have disk = ['file:/temp/sda7.img,sda2,w'] in the configuration file? After all, that's where you saved the image of /dev/sda7, not in the /root directory... Martti _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |