[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Can't write to floppy image (fda)
On Fri, 13 Jul 2012 00:08:14 +0200 Oskar Senft <xen@xxxxxxxxxxxxx> wrote: > > I'm using these two lines in the DomU configuration for the floppy > > disk and the hard disk: > > fda = '/root/xen/floppy' > > disk = [ 'file:/root/xen/win.img,hda,w' ] What happens when you try: disk = ['file:/root/xen/floppy,fda,w', 'file:/root/xen/win.img,hda,w' ] Alternatively you could try fda = ['file:/root/xen/floppy,fda,w',] HTH, Mark _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |