|
|
本帖最后由 flyfish 于 2014-11-28 22:47 编辑
9 Power_On_Hours 0x0012 062 062 000 Old_age Always - 17055
[root@sd ~27]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 216.262 s, 1.2 MB/s
[root@sd-27 ~]# dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 28.0919 s, 76.4 MB/s
你们的怎么样?
|
|