Frank备忘录

Good Luck To You!

ubuntu下测试硬盘,网卡光口的脚本

#!/bin/bash


# 检查是否是root用户

if [ "$EUID" -ne 0 ]

  then echo "请使用root权限运行该脚本"

  exit

fi


# 测试硬盘的读写速度

echo "正在测试硬盘的读写速度..."

hdparm -t /dev/sda  # 将/dev/sda替换为你要测试的硬盘设备

<< 1 >>

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.