This group of parameters is used to create new virtual hard disk drives for your virtual machines and configure their properties. The parameters syntax is as follows:
prlctl set <
ID
|
VM_name
> --device-add hdd [--image <
name
>]
[--type <expand|plain>][--size <
number
>][--split]
[--iface <ide|scsi>][--position <
number
>]
[--enable|--disable]
prlctl set <
ID
|
VM_name
> --device-add hdd --device <
name
>
[--iface <ide|scsi>][--position <
number
>]
[--enable|--disable]
prlctl set <
ID
|
VM_name
> --device-set hdd
N
[--image <
name
>]
[--type <expand|plain>][--size <
number
>][--split]
[--iface <ide|scsi>][--position <
number
>]
[--enable|--disable]
prlctl set <
ID
|
VM_name
> --device-set hdd
N
--device <
name
>
[--iface <ide|scsi>][--position <
number
>]
[--enable|--disable]
All VM disk drive-related parameters are explained in the following table:
Parameter Name |
Description |
|
Adds a virtual hard disk drive to the virtual machine. By default, the
Note: You can connect up to four IDE devices and up to seven SCSI devices to a virtual machine. Any of these devices can be a virtual hard disk or DVD/CD-ROM drive. |
|
Used to configure certain settings of the specified VM hard disk drive. |
|
Informs the
|
|
The name of the virtual hard disk drive whose parameters you wish to configure where
|
|
Tells the
When used with
You can use the
|
|
The name of the file to be used for emulating the VM virtual disk drive. If this option is omitted and the
Note:
In fact,
|
|
The type of the virtual disk drive. It can be set to one of the following:
|
|
The size of the hard disk drive, in megabytes. By default, the size of all newly created disk drives is set to 32 Gb. |
|
Splits the hard disk drive into 2 Gb pieces. For example, you should split your virtual disk if it is stored on a file system that cannot support files larger than 2 Gb (e.g. FAT16). |
|
The interface type of the VM disk drive. It can be one of the following:
By default, the interface type of the newly added disk drive is set to 'SCSI'. |
|
The SCSI or IDE device identifier to be used for the disk drive. The allowed ID ranges are the following:
You can use one of the following formats for specifying IDs:
|
|
Enables the specified disk drive. All newly added disk drives are enabled by default (provided the
|
|
Temporarily disables the operations with the specified disk drive. The disk drive itself is not removed from the virtual machine configuration. |