smartmontools-硬盘S.M.A.R.T信息工具

下载

  • Windows

使用

  • 扫描所有设备
1
smartctl --scan
  • APM参数管理
  1. 读取APM参数
1
smartctl -g apm disk0
  1. 设置APM
1
smartctl -s apm off disk0
  • 更新数据库
1
2
3
# 此命令依赖 gpg 命令,如果忽略gpg校验,加上 --no-verify 参数
# 安装 gpg 命令: brew install gpg
update-smart-drivedb --no-verify

查看硬盘SMART信息

  1. 找出电脑中都有哪些磁盘设备
    参考:macOS磁盘设备列表

  2. 列出 disk0 的磁盘信息

1
smartctl -a disk0

smartmontools-硬盘S.M.A.R.T信息工具
https://dnacore.github.io/post/a85ea227-a241-4355-80cb-9f1e5a8f579f.html
作者
DNACore
发布于
2019年2月25日
更新于
2023年7月14日
许可协议