ryantanglao

RESOURCE: VirtualBox VBoxManage tools

Feb 11th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Convert disk allocation to dynamic:
  2. VBoxManage clonehd source.vdi target.vdi --variant Standard
  3.  
  4. Convert disk allocation to fixed:
  5. VBoxManage clonehd source.vdi target.vdi --variant Fixed
  6.  
  7. Resize disk:
  8. VBoxManage modifyhd source.vdi --resize [megabytes]
  9.  
  10. Change disk format:
  11. VBoxManage clonehd source.vdi target.vmdk --format VMDK
Advertisement
Add Comment
Please, Sign In to add comment