Virtual floppy disk driveAdd an FDD The command adds a virtual floppy disk drive based on a file image. --device-add fdd --image < image > [ --recreate ] Modify an FDD --device-set < fdd_name > --image < image > [ --recreate ] Parameters
fdd_name
: The name of the FDD to modify. To obtain the list of the available drives, use the
--image : specifies the image file. --recreate : if included, recreates the image file if it exists. |
||||
|