Virtual Floppy Drive
Adding a Virtual FDD
Note: Adding virtual floppy drives is not supported in macOS virtual machines.
The command adds a virtual floppy disk drive based on a file image.
--device-add fdd --image <image> [--recreate]
Modifying a Virtual 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 prlctl list --info
command.
--image: specifies the image file.
--recreate: if included, recreates the image file if it exists.
Last updated