mount_directory
Mount a local directory inside a Multipass instance with optional UID/GID mapping and mount type selection.
Instructions
Mount a local directory inside a Multipass instance.
Args: source: Path of the local directory to mount. instance: Name of the Multipass instance. target: Optional target mount point inside the instance. uid_map: Optional list of UID mappings (host:instance). gid_map: Optional list of GID mappings (host:instance). mount_type: Type of mount ('classic' or 'native').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| instance | Yes | ||
| target | No | ||
| uid_map | No | ||
| gid_map | No | ||
| mount_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |