dd if=/dev/zero of=./testfile bs=1G count=1 oflag=direct # 写入测试(绕过缓存) dd if=./testfile of=/dev/null bs=1G count=1 iflag=direct # 读取测试