|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Can't add second sparse image file to win2k3 domU
I have a Windows 2003 domU that is using a sparse image file for drive
c. Using virt-manager I created another sparse image file and added it.
I booted the domU and it does not see it.
So I shut down the domU and modified the config for it. I made this
change:
disk=[ 'file:/var/lib/xen/images/server1/disk0.img,hda,w', ]
to
disk=[
'file:/var/lib/xen/images/server1/disk0.img,hda,w','file:/var/lib/xen/images/server1/disk1.img,hdb,w'
]
The windows 2003 domU still does not see the extra disk. The disk1.img
file is there.
What am I missing?
Thanks,
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|