id summary reporter owner description type status component version resolution keywords cc guest host 7458 Certain calls of VBoxManage clonehd produce a strange error Paul Abrahams "With certain arguments, '''VBoxManage clonehd''' produces this strange error: {{{ pwa@Asus-laptop:/aux/Virtual Drives$ VBoxManage clonehd ""Windows XP Ultimate.vdi"" WXPU2.vdi Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation All rights reserved. ERROR: Cannot register the hard disk '/aux/Virtual Drives/Windows XP Ultimate.vdi' with UUID {f7d38364-8b13-4b33-a804-214066c6b9b7} because a hard disk '/aux/Virtual Drives/Windows XP Ultimate.vdi' with UUID {f7d38364-8b13-4b33-a804-214066c6b9b7} already exists in the media registry ('/home/pwa/.VirtualBox/VirtualBox.xml') Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee nsISupports Context: ""OpenHardDisk(Bstr(szFilenameAbs), AccessMode_ReadWrite, false, Bstr(""""), false, Bstr(""""), srcDisk.asOutParam())"" at line 633 of file VBoxManageDisk.cpp }}} Note that the first argument has apparently been duplicated to create the second argument, which is why the target VDI appears to already exist. The error seems to be related to the use of relative rather than absolute paths, though some relative paths do work. " defect closed other VirtualBox 3.2.8 duplicate clonehd vboxmanage other Linux