2901 shaares
124 private links
124 private links
5 results
tagged
disque
In short
# Convert to vdi
VBoxManage clonehd "vm.vmdk" "vm2.vdi" --format vdi
# Resize
VBoxManage modifyhd "vm2.vdi" --resize 20480
# Convert to vmdk
VBoxManage clonehd "vm2.vdi" "vm.vmdk" --format vmdk
Then start the VM and extend the partition via gparted.
See: step 3 from derek molloy