Comment 2 for bug 1253465

Revision history for this message
Patrick Schleizer (adrelanos) wrote :

> If you are aware of open source software which already supports version 3, please let us know!

VirtualBox can.

- VirtualBox uses VMDK version 3 disks.
- When you export a VM with VirtualBox (creating an .ova), it will include VMDK version 3 disks.
- VirtualBox can convert from vmkd to vdi. ('VBoxManage clonehd --format VDI "vmdk_file" "vdi_file"')

Does that help?