I just wanted to make a clone with the following command and I got an error:
Code: Select all
[vbox@jean-host mentes]$ VBoxManage clonevm teszt --basefolder=/media/usbdisk/ --name=teszt_clone
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...
Progress state: NS_ERROR_INVALID_ARG
VBoxManage: error: Clone VM failed
VBoxManage: error: Cannot register the hard disk '/media/usbdisk/teszt_clone/teszt_clone.vdi' {72a78f54-6bb7-414d-9a43-66ce16fb8249} because a hard disk '/media/usbdisk/teszt_clone/teszt_clone.vdi' with UUID {b9eae1f5-33eb-4e54-9e07-ef239eee58d4} already exists
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBoxWrap, interface IVirtualBox
VBoxManage: error: Context: "RTEXITCODE handleCloneVM(HandlerArg*)" at line 610 of file VBoxManageMisc.cppCode: Select all
VBoxManage list vms
"tesztjoinhoz" {133a2463-7b26-4ba4-8fe4-724a5c3fc42a}
"jean-master" {0374cb72-7c32-4363-969d-e97ae307cbf1}
"jean-slave" {380c1a2a-6206-4fa5-b975-c1761a5600c8}
"jean-oracle" {ff9e9d64-5f0c-46a5-9fcb-45a35ada98fd}
"teszt" {a62b2803-2171-42d7-aa34-d2b5074afdd6}What"s going on?
I hope somebody can help me, many thanks in advance.