Changing Virtual Machine 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
# prlctl set MyVM --device-set hdd0 --type plain or # prl_disk_tool convert --hdd /var/parallels/MyVM.pvm/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: # prlctl set MyVM --device-set hdd0 --type expand or # prl_disk_tool convert --hdd /var/parallels/MyVM.pvm/harddisk.hdd --expanding |
||||
|