helloworld@local:~/downloads$ dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
512+0 records in
512+0 records out
33554432 bytes (34 MB) copied,0.180007 秒,186 MB/秒
helloworld@local:~/downloads$ rm -rf test
helloworld@local:~/downloads$ dd if=/dev/zero of=test bs=512k count=512 oflag=dsync
512+0 records in
512+0 records out
268435456 bytes (268 MB) copied,0.646466 秒,415 MB/秒
helloworld@local:~/downloads$ rm -rf test
helloworld@local:~/downloads$ dd if=/dev/zero of=test bs=128k count=12800 oflag=dsync
12800+0 records in
12800+0 records out
1677721600 bytes (1.7 GB) copied,8.00006 秒,210 MB/秒