VirtualBox

Opened 12 years ago

Closed 9 years ago

#11046 closed defect (fixed)

showhdinfo does accept UUID as argument

Reported by: Nick Hibma Owned by:
Component: VM control Version: VirtualBox 4.2.0
Keywords: Cc:
Guest type: BSD Host type: Mac OS X

Description

% VBoxManage list hdds |grep 240ef401-99c0-45c5-b8d4-be435f30507b UUID: 240ef401-99c0-45c5-b8d4-be435f30507b % VBoxManage showhdinfo 240ef401-99c0-45c5-b8d4-be435f30507b VBoxManage: error: The given path '240ef401-99c0-45c5-b8d4-be435f30507b' 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

Change History (2)

comment:1 by Nick Hibma, 12 years ago

It should have been (*Sigh*):

% VBoxManage list hdds |grep  240ef401-99c0-45c5-b8d4-be435f30507b
UUID:        240ef401-99c0-45c5-b8d4-be435f30507b
% VBoxManage showhdinfo 240ef401-99c0-45c5-b8d4-be435f30507b
VBoxManage: error: The given path '240ef401-99c0-45c5-b8d4-be435f30507b' 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

comment:2 by Frank Mehnert, 9 years ago

Resolution: fixed
Status: newclosed

Works with VBox 4.3.x.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use