|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Changing CD's on DomU
> "
> xm block-configure bitdc02
> phy:/installmedia/Microsoft/W2K3R2_x32_2_ent.iso hdc:cdrom r
> "
>
> I'm using iso images, but the same thing should work if you just
specify
> the same device again for a physical CD drive, or maybe specify an
> invalid device first, wait a few seconds, then specify the original
> device again.
>
One small correction, I found that I always had to do the 'invalid
device' thing first, eg:
"
xm block-configure bitdc02 phy:/dev/null hdc:cdrom r
sleep 1
xm block-configure bitdc02
phy:/installmedia/Microsoft/W2K3R2_x32_2_ent.iso hdc:cdrom r
"
Or else windows would never see the change, unless I did a right click
'eject' on the device under windows.
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|