0

我正在尝试将从 AWS 获得的 VMDK 转换为 RAW,但 VBoxManage 失败并返回"VERR_NOT_SUPPORTED"错误!

有什么解决办法吗?


环境:

CentOS 6.5

VBoxManage 4.3.8r92456


[root@dhcp-xxx-xx-xx-xx Disks]# **VBoxManage clonehd downloadedImage.vmdk foo.img --format RAW**
VBoxManage: error: Could not get the storage format of the medium '/home/swapniku/Documents/Disks/downloadedImage.vmdk' (VERR_NOT_SUPPORTED)
VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component Medium, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 178 of file VBoxManageDisk.cpp
4

1 回答 1

0

找到了根本原因。VBoxManage 无法识别最新版本的 VMDK。所以我曾经qemu-img将VMDK转换为RAW。我希望这有帮助!

于 2014-04-06T08:06:54.570 回答