Skip to content

Instantly share code, notes, and snippets.

@curdin
Created July 25, 2017 02:41
Show Gist options
  • Select an option

  • Save curdin/f16c1f62329703491936f54e848fce1e to your computer and use it in GitHub Desktop.

Select an option

Save curdin/f16c1f62329703491936f54e848fce1e to your computer and use it in GitHub Desktop.
VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi
VBoxManage modifyhd "cloned.vdi" --resize 51200
VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment