测试磁盘只写

dd if=/dev/zero of=/tmp/test bs=8k count=3000000 conv=fdatasync

测试磁盘只读

dd if=/tmp/test of=/dev/null bs=8k count=300000

参数

if   读取文件

of   写入文件

bs  读写的块数

count  读写的次数

相关文章:

  • 2022-01-29
  • 2022-12-23
  • 2021-04-10
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-04
  • 2021-09-26
  • 2021-07-13
相关资源
相似解决方案