Virtualbox“VBox”如何管理介质属性 [值]”有效吗?

Virtualbox“VBox”如何管理介质属性  [值]”有效吗?

我忠于一些具有得到像这样:

VBoxManage mediumproperty get c783a12e-d735-4b02-866c-3ce39e55ac6d "Capacity"

我尝试过:位置 mtype 类型状态设备热插拔端口 tport

带引号和不带引号的都行。我总是得到相同的结果:

VBoxManage: error: Property '--mtype' does not exist
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component MediumWrap, interface IMedium, callee nsISupports
VBoxManage: error: Context: "GetProperty(Bstr(pszProperty).raw(), strVal.asOutParam())" at line 1734 of file VBoxManageDisk.cpp

那么如何使用此命令读取属性?

相关内容