If you have used the latest version of Virtual PC you may have noticed that you cannot use the GUI to attach a floppy drive.
The MS answer to this is to use a Powershell script
I appear to have stumbled on a much easier way to do this as the vmc file for your virtual machine has floppy support all ready coded in but is disabled. Simply power off your machine and change the following section of your vmc file from
toCode:<super_io> <floppy id="0"> <pathname> <absolute type="string"/> </pathname> </floppy> ........ </super_io>
Use the letter of the physical drive that you wish to attach to the VM and it appears when you start the machine. It can even be used to boot a machine for CC3 building and the like.Code:<super_io> <floppy id="0"> <pathname> <absolute type="string">A</absolute> </pathname> </floppy> ........ </super_io>


LinkBack URL
About LinkBacks






