http://bugzilla.novell.com/show_bug.cgi?id=521379 http://bugzilla.novell.com/show_bug.cgi?id=521379#c12 --- Comment #12 from Jeff Mahoney <jeffm@novell.com> 2010-04-16 16:20:25 UTC --- galileo:~ # mount /dev/sdb1 /mnt galileo:~ # cd /mnt galileo:/mnt # rm foo time galileo:/mnt # sync; time !dd; time sync sync; time dd if=/dev/zero of=foo bs=1M count=2000; time sync 2000+0 records in 2000+0 records out 2097152000 bytes (2.1 GB) copied, 431.577 s, 4.9 MB/s real 7m11.605s user 0m0.005s sys 0m5.044s real 0m38.178s user 0m0.000s sys 0m0.007s galileo:/mnt # cd .. galileo:/ # !u umount /mnt galileo:/ # mount -oflush /dev/sdb1 /mnt galileo:/ # cd !$ cd /mnt galileo:/mnt # sync; time dd if=/dev/zero of=foo bs=1M count=2000; time sync 2000+0 records in 2000+0 records out 2097152000 bytes (2.1 GB) copied, 472.171 s, 4.4 MB/s real 7m55.760s user 0m0.003s sys 0m5.126s real 0m2.123s user 0m0.001s sys 0m0.007s Looks like it's pretty close to me. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.