Q&A Session:
How to measure CPU (Processor) and Harddisk (HDD) temperature in Linux ?
Here is my installation steps for Ubuntu:
—————————————–
Install lm-sensors:
$sudo apt-get install lm-sensors
Create config file as per this hardware:
(provide YES/yes for all the options, usually it is safe)
$sudo sensors-detect
Optionally install:
$sudo service kmod start
Install tool to sense HDD/SSD temperature:
$sudo apt-get install hddtemp
Test the same:
————–
1)For CPU:
Run sensors to get all sensor info:
kiran@siri:/$ sensors
2)For HDD:
Get HDD/SSD temperature:
kiran@siri:/$ sudo hddtemp /dev/sda
/dev/sda: TS128GSSD370: 39°C
kiran@siri:/$ sudo hddtemp /dev/sdb
/dev/sdb: WDC WD2500BEVT-22ZCT0: 43°C
Credits:
Sincere thanks to Luís Eduardo for submitting the Portuguese-Brazil Subtitles
If you are interested to join Summer classes on Networking,
Linux, Systems software and software architecture you can contact me via email:
kiran -dot- kankipati -at- gmail.com
by Kiran Kankipati,
Founder: TOFFEE
Website: http://www.the-toffee-project.org
—————
Please do subscribe to this channel for live updates of upcoming episodes. Post your queries/clarifications on Youtube comments and get clarified 🙂