linux下硬盘检测工具smartmontools使用方法

1、smartctl -a           检查该设备是否已经打开SMART技术。
2、smartctl -s on     如果没有打开SMART技术,使用该命令打开SMART技术。
3、smartctl -t short     后台检测硬盘,消耗时间短;
smartctl -t long       后台检测硬盘,消耗时间长;
smartctl -C -t short  前台检测硬盘,消耗时间短;
smartctl -C -t long   前台检测硬盘,消耗时间长。
其实就是利用硬盘SMART的自检程序。
4、smartctl -X   中断后台检测硬盘。
5、smartctl -l selftest   显示硬盘检测日志。
6、smartctl -l error  显示硬盘错误汇总。