I would be surprised if stream oriented VMDK was faster than a normal VMDK or VDI, in general. In the stream oriented scenario every read of a block has to go through an additional decompression layer, through code that won't have been designed to be particularly fast. Yes, there is less data to shift, and in the right circumstances (e.g. excessively slow host drive), then perhaps the faster I/O would redress the balance. But the downsides for me are far too great. Bottom line: stream oriented VMDKs simply aren't designed for this purpose. They are designed for a scenario where you have to decompress the VM before use.
Skilly wrote:I just uninstalled 5.0.24 and installed 4.3.38 and now when I attach the compressed VMDK, a ~12MB "Dynamically allocated differencing storage" file was created as opposed to the ~78KB "Dynamically allocated compressed storage."
The size of the VMDK is determined by how much writing (to the compressed drive) the guest OS does during booting. Obviously this will be variable, perhaps with VirtualBox version, certainly with guest OS version and boot mode, VM settings (particularly RAM) etc.
I don't understand what your mount command is doing, so I won't comment on that without seeing the VM log and ideally the .vbox file, both packed in one zip.