- Install EPEL repository.
- Install the hddtemp package:
# yum install hddtemp
- Execute hddtemp:
# hddtemp /dev/sda /dev/sda: ST3750640AS: 46°C
Also you can get a hard drive temperature from hdd SMART table:
- Install the smartmontools package:
# yum install smartmontools
- Execute smartctl:
# smartctl -d ata -A /dev/sda ... ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 194 Temperature_Celsius 0x0022 045 049 000 Old_age Always - 45 (0 17 0 0)

0 comments:
Post a Comment