Need to see HDD temp.

Status
Not open for further replies.
Joined
Nov 24, 2013
Messages
214
Hi,

How I can see the temperature of my harddrives? The SMART are on but I don't see the temp.

Thanks,

Guillaume
 
Joined
Sep 1, 2014
Messages
9
It should show up in if you run "smartctl -a /targetdisk"

Where targetdisk is likely /dev/ada0 for your first disk, but I can't know for sure.

To get only the temp you can do "smartctl -a /dev/ada0 | grep -i temperature", which should grep only the line that displays the hdd temp.
 

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
By using the CLI. I've made a script to extract the temp from the output of smartctl for each drive (and the CPU temp too); if your interested see the link "Useful Scripts" in my signature ;)
 
Joined
Nov 24, 2013
Messages
214
I got the HDD temp! And the CPU too!

CPU around 31...

37 for the HDDs, this is a good temp? Not too hot?
 

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
No problem. It's recommended to stay below 40 °C and above 30 °C ;)
 
Status
Not open for further replies.
Top