我有一个带有Raid 1的AMD SB通过这个设置。我安装Ubuntu时没有任何问题。不过,我知道,通过windows,人们可以设置智能测试与AMD的软件。有没有一种方法可以在Ubuntu中定期运行智能测试并导致电子邮件失败?
发布于 2011-02-17 13:14:06
好的,我发现即使在硬件raid中,smartmontools也能工作。
sudo apt-get install smartmontools 信息
smartctl -i /dev/sda 为sda打开智能电源
smartctl -s on /dev/sda 得到估计
smartctl -c /dev/sda 进行长时间的测试
smartctl -t long /dev/sda 显示测试结果
smartctl -l selftest /dev/sda https://askubuntu.com/questions/26646
复制相似问题