有没有人知道什么好的工具来检查HDD故障在% OS (红帽系统)没有停机时间。告诉我怎么用。
谢谢。
发布于 2012-11-05 11:09:41
Smartmontools是这方面的好工具。
把它安装在
yum install smartmontools
你可以用
smartctl -t short /dev/sda
您可以在手册页找到更多选项。
https://serverfault.com/questions/445486
相似问题