Cloning a VirtualBox Hard Drive (VDI) with VBoxManage Clonehd

Опубликовано: 29 Сентябрь 2024
на канале: lecture snippets
41,263
79

In this video I clone a Virtualbox hard drive (vdi) using the VboxManage command line utility tool. In order to reuse an existing hard drive in Virtualbox you will need to create a copy of the hard drive and have a unique id (UUID) associated with that hard drive. The command is in the format VBoxManage clonehd original.vdi clone.vdi. For more information visit http://lecturesnippets.com