Changing the Disk TypeA virtual disk can be one of the two types:
A new virtual machine is created with an expanding virtual disk. However, you can change the type of the virtual disk using either the
# pctl set MyVM --device-set hdd0 --type plain or # prl_disk_tool convert --hdd /vz/vmprivate/MyVM/harddisk.hdd --plain
The main difference between these two commands is that
To change the disk type back to expanding, run one of the following commands: # pctl set MyVM --device-set hdd0 --type expand or # prl_disk_tool convert --hdd /vz/vmprivate/MyVM/harddisk.hdd --expanding |
||||
|