VBoxManage clonehd ERROR: Cannot register the hard disk (Solved)I tried to convert the VirtualBox image to a raw image format using the following command:
Code:
VBoxManage clonehd "image.vdi" "image.img" --format RAW Code:
ERROR: Cannot register the hard disk '/home/user/.VirtualBox/VDI/image.vdi' with UUID {25396d59-55d2-4d40-8091-14af3b2ee8d1} because a hard disk 'home/user/.VirtualBox/VDI/image.vdi' with UUID {25396d59-55d2-4d40-8091-14af3b2ee8d1} already exists in the media registry ('/home/user/.VirtualBox/VirtualBox.xml') Code:
VBoxManage clonehd "/home/user/.VirtualBox/VDI/image.vdi" "/home/user/.VirtualBox/VDI/image.img" --format RAW |
All times are GMT -6. The time now is 08:35 AM. |