Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active September 9, 2018 05:38
Show Gist options
  • Save magnetikonline/5368951 to your computer and use it in GitHub Desktop.
Save magnetikonline/5368951 to your computer and use it in GitHub Desktop.
VirtualBox hard disk image tools.

VirtualBox hard disk image tools

Some handy commands to clone/modify existing vdi disk images.

Clone VDI disk image

Note: The disk in question must already be associated to VirtualBox.

vboxmanage clonevdi source.vdi target.vdi

Rekey UUID of disk image

Handy when you have an unassigned disk image and simply want to change it UUID for re-attach to VirtualBox.

vboxmanage internalcommands sethduuid source.vdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment