smartctl常用参数
Submitted by Jianing Yang on Mon, 2010-01-18 15:17
- 获取SMART信息:
smartctl -a -d ata /dev/sda - 健康检查:
smartctl -H /dev/sda - 查看错误:
smartctl -l error /dev/sda - 打开SMART支持:
smartctl -s on -d ata /dev/sda
Focus on Linux Server Technologies, Desktop Applications and Hacks
smartctl -a -d ata /dev/sdasmartctl -H /dev/sdasmartctl -l error /dev/sdasmartctl -s on -d ata /dev/sda