如何找出驱动器已使用了多少小时?

use*_*215 3 hard-drive smart

如何查看驱动器已使用了多少小时?我查看了 Drive Utility,但在智能数据中没有看到它。有没有更好的方法或程序?谢谢

Ign*_*ams 5

smartctl -A <device> 如果驱动器支持,以 root 身份从命令行显示 SMART 参数 9,“Power_On_Hours”。

  • 如果您还没有安装,则必须编写“sudo apt-get install smartmontools” (2认同)