vboxmanage modifyhd Siggah.vhd --resize 307200
The following error is generated...
VBoxManage: error: Cannot register the hard disk '/Users/Colin/VirtualBox VMs/SIGGAH.vhd' {763b5d50-c9e9-43aa-bfdb-6f13d59dec3a} because a hard disk '/Users/Colin/VirtualBox VMs/SIGGAH.VHD' with UUID {763b5d50-c9e9-43aa-bfdb-6f13d59dec3a} already exists
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 220 of file VBoxManageDisk.cpp
If I try the UID (as suggested elsewhere on the forum).
$ vboxmanage modifyhd 763b5d50-c9e9-43aa-bfdb-6f13d59dec3a --resize 307200
VBoxManage: error: The given path '763b5d50-c9e9-43aa-bfdb-6f13d59dec3a' is not fully qualified
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Medium, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 220 of file VBoxManageDisk.cpp
Host is OS X 10.8.2
Guest is Win7 - latest patches
VirtualBox is 4.2.4
VBOX log file for this VM is attached.
I am sure it is something stupid that I am or am not doing. However, another set of eyes always helps
Regards
Colin