ubuntu下测试硬盘的读写速度


dd bs=1M count=128 if=/dev/zero of=test conv=fdatasync

dd if=/home/linduo/Work/Test.file bs=1024k |dd of=/dev/null

time dd if=/dev/zero of=/nfs/testfile bs=8k count=1024 这是来测试nfs写

time dd if=/nfs/testfile of=/dev/null bs=8k count=1024 这是测试nfs读

你可能感兴趣的:(ubuntu下测试硬盘的读写速度)