|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU does not see the virtual disk
Try "hdb1" as disk descriptor
Jan
joeri Belis wrote:
> I have a DomU that is installed in a file.
> But now I want to add a disk the DomU.
>
> But I can't get it to work
>
> This is the config file
>
> kernel = "/boot/vmlinuz-2.6.16.29-xen"
> memory = 64
> name = "DebianSarge"
> disk = [ 'file:/home/noluser/xen/DebianSarge/vmDebianSarge.img,sda1,w',
> 'file:/home/noluser/xen/DebianSarge/vmDebianSargeSwap.img,sda2,w',
> 'phy:VolGroup00/vmshare,hdb,w' ]
> root = "/dev/sda1 ro"
>
> i want to add a hdb
> but I get at boot
>
> hdb: unknown partition table
>
> what am I missing. I tries to format VolGroup00/vmshare with ext2 and ext3,
> same result
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|