【问题标题】:VBoxManage Error (VERR_NOT_SUPPORTED) while converting to RAW转换为 RAW 时出现 VBoxManage 错误 (VERR_NOT_SUPPORTED)
【发布时间】:2014-03-29 08:25:43
【问题描述】:

我正在尝试将从 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

【问题讨论】:

    标签: amazon-web-services azure virtualbox vmdk


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2016-09-08
      • 2013-03-06
      • 2019-07-14
      • 2016-01-04
      • 1970-01-01
      • 2020-05-14
      • 2021-10-16
      • 2021-04-25
      • 2012-07-13
      相关资源
      最近更新 更多