Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created July 16, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/3124039 to your computer and use it in GitHub Desktop.
Save ziadoz/3124039 to your computer and use it in GitHub Desktop.
Clone VirtualBox Image
# Clear Ubuntu image network rules before cloning.
sudo rm /etc/udev/rules.d/70-persistent-net.rules
# Clone a VirtualBox disk image.
VBoxManage clonehd /path/to/original.vdi /path/to/clone.vdi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment