login as: root root@www.hz618.com's password:
Linux debian 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
记录了16384+0 的读入
记录了16384+0 的写出
1073741824字节(1.1 GB)已复制,9.24892 秒,116 MB/秒
root@debian:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
记录了16384+0 的读入
记录了16384+0 的写出
1073741824字节(1.1 GB)已复制,12.0296 秒,89.3 MB/秒
root@debian:~#