Hacker News new | ask | show | jobs
by kubanczyk 1075 days ago
Yeah, for a surprisingly long time, linux had a big write cache problem. You were okay if you used all fast-writing devices. You were okay if you used all slow-writing devices. But if you mixed them, the slow writes could totally fill the write cache and starve everything else.

Not only an USB (1?) could cause it but also a cifs transfer over a 100 Mbps link.