Comment 264 for bug 620074

Revision history for this message
In , igor.lautar (igor.lautar-linux-kernel-bugs) wrote :

Well, for me it does:

dd if=/dev/zero of=/tmp/bigfile bs=1M count=10000 conv=fdatasync &
sleep 10
time dd if=/dev/zero of=/tmp/smallfile bs=4k count=1 conv=fdatasync

1+0 records in
1+0 records out
4096 bytes (4.1 kB) copied, 15.8284 s, 0.3 kB/s

real 0m16.024s
user 0m0.004s
sys 0m0.020s