The prlctl set
command can be used to add shared folders to a virtual machine and to modify and delete existing shared folders.
Syntax
prlctl set ID|VM_name --sharedfolder-add name --path path
[--mode ro|rw]
[--description txt]
[--enable|--disable]
prlctl set ID|VM_name --sharedfolder-set name [--mode ro|rw]
[--path path]
[--description txt]
[--enable|--disable]
prlctl set ID|VM_name --sharedfolder on|off
prlctl set ID|VM_name --sharedfolder-del name
Parameters
Name |
Description |
|
The virtual machine ID. |
|
The virtual machine name. |
|
Adds a shared folder to the virtual machine. |
|
Modifies the settings of an existing shared folder. |
|
Turns folder sharing on or off. |
|
Removes the shared folder specified by |
|
User-defined shared folder name. |
|
Name and path of a folder on the host machine to share with the specified virtual machine. |
|
Sharing mode:
|
|
User-defined shared folder description. |
|
Enable the shared folder. |
|
Disable the shared folder. |
Links