Sunday 8 May 2011

Resize a virtual machine (vdi)

Assume we want to resize small.vdi into big.vdi. Then create a new virtual machine (with gui or shell) with name big.vdi with the disk size of our will and execute the following command:

$ VBoxManage clonehd --existing /path/to/small.vdi /path/to/big.vdi

No comments:

Post a Comment