以下以 Debian10 举例
安装 smartmontools
硬盘的 SMART 是S.M.A.R.T.的缩写,全称是“Self-Monitoring, Analysis and Reporting Technology”,翻译为“自我监测分析与报告技术”,它可以对硬盘的温度、内部电路、盘片表面介质材料等进行监测,力求及时分析出硬盘可能发出的问题,并发出警告,从而保护数据不受损失。在 Linux 上使用 smartctl 命令查看硬盘的 SMART 信息,Linux 中 smartctl 命令在 smartmontools 包中
sudo apt-get install smartmontools
常用命令
- 检查硬盘是否打开了SMART支持
smartctl -i <device>
- 查看硬盘的健康状况
smartctl -H <device>