https://bugs.winehq.org/show_bug.cgi?id=14914
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |winetest@luukku.com
--- Comment #43 from winetest@luukku.com --- (In reply to Dmitry Timoshkov from comment #41)
(In reply to comment #40)
So, basically this version behaves like the previous one. Unfortunately, any attempts to preallocate space leads to insanely decreased write speed. Probably we'll have to deal with heavily fragmented files, unless someone knows any other way to preallocate file space. Or maybe ext3 is just plane bad, and we should move to something more advanced (there are enough alternatives). Thanks for reading!
This confirms that it is not really a Wine bug but a deficiency of the Linux file system.
Opening file... Preallocating... Writing data... Done.
wine 2.0rc4. Used precompiled binary.
Conclusion?