graphic: 0.799 debug: 0.773 permissions: 0.759 semantic: 0.752 PID: 0.733 vnc: 0.714 device: 0.713 other: 0.713 performance: 0.688 network: 0.623 boot: 0.616 KVM: 0.579 files: 0.575 socket: 0.571 Can't convert to vmdk with the streamOptimized subformat Hi all, I'm trying to convert a qcow2 image file to the vmdk (on Ubuntu Server 12.04): # qemu-img convert -f qcow2 -O vmdk -o Stream spv-2912.qcow2 spv-2912-3.vmdk -o subformat=streamOptimized VMDK: can't write to allocated cluster for streamOptimized qemu-img: error while writing sector 65: Input/output error Same result with any input format. Others subformats work but the StreamOptimized it is by far the most important one. The only workaround I found is to migrate to raw and then to use VBoxManage (VirtualBox). Thanks for reporting this bug. While the error looks different, I assume it is related to the same general lack of support as bug 905095 (and https://bugzilla.redhat.com/show_bug.cgi?id=548723) Actually, using the same options as you do I do not get a failure. Can you show the result of qemu-img info spv-2912.qcow2 Hi Serge, the bug was confirmed by Stefan Hajnoczi[1] and still in QEMU 1.1: "Unfortunately there has not been a fix. The cause of the bug is known and described in the email thread you linked. If someone has time to write a fix and test it, it could be merged. It won't be possible for QEMU 1.1 since the release is imminent." [1] http://