Share a host directory with Parallels VM
vm_share_folderMount a host directory into a Parallels virtual machine as a shared folder, enabling file access between host and guest with optional read-only or read-write mode.
Instructions
Mount a host directory into the guest as a Parallels Shared Folder.
Args: vm: The VM name or UUID. name: Name of the share (e.g. "project_workspace"). host_path: Host directory to mount. mode: Sharing mode: "ro" (read-only) or "rw" (read-write). Default is "rw". description: Optional notes describing the shared folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | ||
| mode | No | rw | |
| name | Yes | ||
| host_path | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | ||
| mode | Yes | ||
| name | Yes | ||
| uuid | Yes | ||
| action | Yes | ||
| message | Yes | ||
| host_path | Yes |