Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to see HDD temperatures under Ubuntu server

There is a small apllication called Hddtemp, which shows you the Temperature of your HDD by reading data from S.M.A.R.T. on drives that support this feature. Most modern x86 Computer Hard disk comes with S.M.A.R.T (Self-Monitoring, Analysis, and Reporting Technology). It is a monitoring system for computer hard disks to detect and report on various indicators of reliability, in the hope of anticipating failures.

sudo apt-get install hddtemp


then run it for your /dev/sda hard drive:

sudo hddtemp /dev/sda


it should print something like this:

/dev/sda: WDC WD10EARS-003BB1: 36°C


Resources: cyberciti.biz


This post first appeared on Ubuntu Tutorials, please read the originial post: here

Share the post

How to see HDD temperatures under Ubuntu server

×

Subscribe to Ubuntu Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×