Opened 11 years ago
Closed 9 years ago
#12626 closed defect (obsolete)
Export Appliance fails in Windows (QCOW disk format)
Reported by: | philip orleans | Owned by: | |
---|---|---|---|
Component: | OVF | Version: | VirtualBox 4.3.6 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | Windows |
Description
Result Code: VBOX_E_FILE_ERROR (0x80BB0004) Component: Appliance Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}
Notes: My Vm storage format is qcow. The appliance format is OVF 2.0, but it fails in all formats. I already gave full control to the directory to "everybody", so it is not permissions.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Summary: | Export Appliance fails in Windows, latest version → Export Appliance fails in Windows (QCOW disk format) |
---|
comment:3 by , 9 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Note:
See TracTickets
for help on using tickets.
Qcow format isn't supported for import at present. You can convert Qcow image to VDI/VMDK image, detach QCOW image from VM, attach new converted VDI image to VM and then make export. Utility qemu-img converts qcow to vdi. Example: qemu-img convert -f qcow <your qcow image> -O vdi <new created vdi image>.