|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Floppy disk in Windows DomU
On Sunday May 25 2008 11:10:37 pm James Harper wrote:
> Does anyone know of a way to give DomU a floppy disk of some sort? I
> need to try and load some drivers at the text mode install step of
> installing Windows...
Not sure of the Windows syntax for a floppy - fda? Maybe something like this
in your domu config:
disk = [ 'phy:/dev/fd0,fda,w', ... ], or
disk = [ 'file:floppy.img,fda,w' ... ]
I just noticed that my Fedora system doesn't have the /dev/fd0* devices, tho'
my SuSE system does. Maybe they are hotplugged.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|