Important hardware monitoring – check HDD temperature:
Install (Debian /Ubuntu way):
1 | aptitude install hddtemp |
Check it:
1 2 3 4 | hddtemp /dev/sda1 # Output: # /dev/sda1: ST31500341AS: 42°C # /dev/sdb1: ST31500341AS: 38°C |
1 2 3 | hddtemp -n /dev/sda1 Output: # 42 |
Leave a Reply