# Virtual Floppy Drive

### Adding a Virtual FDD

{% hint style="info" %}
**Note**: Adding virtual floppy drives is not supported in macOS virtual machines.
{% endhint %}

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/parallels-desktop-developers-guide/command-line-interface-utility/manage-virtual-machines-from-cli/virtual-machine-configuration-tasks/device-management/virtual-floppy-drive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
