linux读取hdd_temp硬盘温度

1install sysstat(iostat isin this package):

   apt-get install -y sysstat

2. install hddtemp:

   apt-get install -y hddtemp


命令hddtemp获取温度,  如 hddtemp -n  /dev/sda      其中/dev/sda为目录


你可能感兴趣的:(linux读取hdd_temp硬盘温度)