Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Convert disk allocation to dynamic:
- VBoxManage clonehd source.vdi target.vdi --variant Standard
- Convert disk allocation to fixed:
- VBoxManage clonehd source.vdi target.vdi --variant Fixed
- Resize disk:
- VBoxManage modifyhd source.vdi --resize [megabytes]
- Change disk format:
- VBoxManage clonehd source.vdi target.vmdk --format VMDK
Advertisement
Add Comment
Please, Sign In to add comment