有没有办法查看硬盘温度??我正在使用 lubuntu 12.04

Bod*_*Das 3 12.04 lm-sensors

我目前正在使用 lm-sensors,但它只显示 CPU 温度。我需要查看硬盘温度。还有

有什么办法吗??

rɑː*_*dʒɑ 6

sudo apt-get install hddtemp 
Run Code Online (Sandbox Code Playgroud)

这将安装 hddtemp。要查找硬盘温度,请使用以下语法:

sudo hddtemp /dev/sda
Run Code Online (Sandbox Code Playgroud)


ubf*_*an1 5

安装 smartmontools 包:

sudo apt-get install smartmontools
Run Code Online (Sandbox Code Playgroud)

然后(假设您要检查的磁盘是 sda)运行

sudo smartctl -a /dev/sda
Run Code Online (Sandbox Code Playgroud)

并且温度将在输出中(我的是项目编号 194)