The pernicious USB-stick stall problem
The pernicious USB-stick stall problem
Posted Nov 14, 2013 19:34 UTC (Thu) by apoelstra (subscriber, #75205)In reply to: The pernicious USB-stick stall problem by chojrak11
Parent article: The pernicious USB-stick stall problem
My understanding is that Windows basically commits everything to disk ASAP under the assumption that the user may pull the drive at any second and expect all the transferred data to be in place. (At least, all the data that the GUI says was transferred successfully.)
One result of this is that average-case data transfer on Windows is noticeably slower than on Linux, which is probably why the kernel folks are loath to copy such a solution.