https://bugs.winehq.org/show_bug.cgi?id=38107
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |950c82094b34bec87b38e09fe46 | |57df4eeeb0522 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Qian Hong fracting@gmail.com --- Confirming fixed, thanks Alexandre Julliard and Sebastian Lackner!
With the current implemenation, /dev/zero and /dev/null works pretty well in MSYS2: (A couple of other patches from wine-staging needed, but not related to this bug)
fracting@fracting-ThinkPad-Edge-E431 MSYS ~ $ dd if=/dev/zero of=/dev/null bs=1M count=100 100+0 records in 100+0 records out 104857600 bytes (105 MB) copied, 0.0079404 s, 13.2 GB/s
fracting@fracting-ThinkPad-Edge-E431 MSYS ~ $ dd if=/dev/zero of=/dev/full bs=1M count=100 dd: error writing ‘/dev/full’: No space left on device 1+0 records in 0+0 records out 0 bytes (0 B) copied, 0.0051413 s, 0.0 kB/s