Clone VMs to different drive. Nothing registered?
Posted: 29. Apr 2016, 14:31
Hello, I'm trying to clone one of my VMs to a different drive. I have run the following command from sudo:
But the answer is:

..while I am actually running a lot of VMs:

What should I do? Register VMs which are already there? What would "registering a vm" do/accomplish in this case?
Thanks!
Code: Select all
VBoxManage clonevm "Linux Mint" --basefolder "/media/pc_name/pc_ext_drive/Backup_VMs"If I run VBoxManage list vms I have no results O.oVBoxManage: error: Could not find a registered machine named 'Linux Mint'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "FindMachine(Bstr(pszSrcName).raw(), srcMachine.asOutParam())" at line 431 of file VBoxManageMisc.cpp

..while I am actually running a lot of VMs:

What should I do? Register VMs which are already there? What would "registering a vm" do/accomplish in this case?
Thanks!