#12616 new enhancement
Implement write support for VHDX
回報者: | mrwjr2003 | 負責人: | |
---|---|---|---|
元件: | virtual disk | 版本: | VirtualBox 4.3.6 |
關鍵字: | 副本: | ||
Guest type: | all | Host type: | all |
描述
When trying to create a virtual machine, when selecting hard drive, I've selected a vhdx create by Windows 8 Hyper-V. I get the following errors:
Failed to open the hard disk file C:\SharePointDev.vhdx.
Could not open the medium 'C:\SharePointDev.vhdx'.
VD: error VERR_NOT_SUPPORTED opening image file 'C:\SharePointDev.vhdx' (VERR_NOT_SUPPORTED).
Result Code: E_FAIL (0x80004005) Component: Medium Interface: IMedium {05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac} Callee: IVirtualBox {fafa4e17-1ee2-4905-a10e-fe7c18bf5554} Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
更動歷史 (2)
comment:1 8 年 前 由 編輯
Guest type: | Windows → all |
---|---|
Host type: | Windows → all |
priority: | major → minor |
摘要: | Cannot Create Virtual Machine using Hyper-V vhdx → Implement write support for VHDX |
類型: | defect → enhancement |
comment:2 7 年 前 由 編輯
Unless the objective of VirtualBox is to be a legacy Virtualization Software, you HAVE to implement this. Now, changing the Priority to "minor" will not help this to happen, will ya? :(
VHDX is supported readonly only, you cannot directly attach it to a VM. Either convert it to another format first (VDI, VHD) or attach it as an immutable image so it gets a differencing image created to store written data from the guest.