Quickly Check HD Temps in Unix w/hddtemp

Silencing hard drives, optical drives and other storage devices

Moderators: NeilBlanchard, Ralf Hutter, sthayashi, Lawrence Lee

Post Reply
fri2219
Posts: 222
Joined: Mon Feb 05, 2007 4:14 pm
Location: Forkbomb, New South Wales

Quickly Check HD Temps in Unix w/hddtemp

Post by fri2219 » Thu Apr 30, 2009 11:08 am

Code: Select all

host:~# hddtemp /dev/sda
/dev/sda: WDC WD1500AHFD-00RAR5: 41°C
- When you install hddtemp, there is an option to install a hard drive monitoring daemon which allows integration with GUI based tools such as gkrellm.

- hddtemp does not allow device monitoring for drives connected to a RAID controller, but it can report the chipset temperatures on some Areca, Adaptec, LSI, and 3ware controllers.

Code: Select all

host:~# hddtemp /dev/sdb
/dev/sdb1: Areca ARC-1210-VOL#00: 30°C
- Unlike smartctl, hddtemp allows you to view the temperatures of all devices at once:

Code: Select all

host:~# hddtemp /dev/sd[a-z]
/dev/sda: WDC WD1500AHFD-00RAR5: 41°C
/dev/sdb: Areca ARC-1210-VOL#00: 30°C

Credit: Blog O' Matty.

tobsco
Posts: 7
Joined: Wed Apr 15, 2009 12:57 pm
Location: UK

Post by tobsco » Thu Apr 30, 2009 1:33 pm

And you can add a graph of your hdd temp to the top panel alongside your cpu and gpu with sensors-applet, once installed right click on the top panel, select add to panel and choose Hardware sensors monitor

Post Reply