add_vm_share
Add a host directory as a VirtioFS share to a stopped VM. The share persists across boots and appears as /Volumes/My Shared Files/ inside the guest.
Instructions
Add a host directory as a VirtioFS share on a VM.
Creates a security-scoped bookmark so the share persists across boots and works with Apple VF clones. The directory appears inside the guest at /Volumes/My Shared Files/.
Args: name: VM name (must be stopped) path: Host directory path to share (e.g. "/Users/you/project")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes |