Workaround for cloning disks - only one problem left
Posted: 16. Jan 2009, 00:39
Hi,
clonehd in Virtualbox 2.1 does not work! The machine does not start, when cloned with clonehd
So I cloned my vdi file with this code:
The new machine with the cloned drive works perfect.
There is only on difference in the virtual media manager!
The format of the vdi file is vmdk although the fileextension is .vdi?
Does anyone know if this could be a problem?
And does anyone know how to convert the vdi file to format vdi without losing data?
Thanks
Matthias
clonehd in Virtualbox 2.1 does not work! The machine does not start, when cloned with clonehd
So I cloned my vdi file with this code:
Code: Select all
"F:\VirtualBox\VBoxManage.exe" clonehd -format VMDK disk_1.vdi disk_2.vdiThere is only on difference in the virtual media manager!
The format of the vdi file is vmdk although the fileextension is .vdi?
Does anyone know if this could be a problem?
And does anyone know how to convert the vdi file to format vdi without losing data?
Thanks
Matthias