VirtualBox Tips
virtualbox,console,serial,perl,manage,pipe Here's a few tips for working with VirtualBox
Please consult the VirtualBox manual for any questions.
Clone a Disk
- Get a list of drives first
VBoxManage list hdds
- Clone the desired drive using the UUID:
VBoxManage clonehd 3ce7cfe9-845d-4358-9120-7a46390bcf8c ~/.VirtualBox/HardDisks/newname
