[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: High Disk Temperatures



David Baron wrote:
Got my new WDC800 disk up and running, LVM (fantastic tool!). 2.6.26-rt now boots without problems.

I have noted that during high disk access rates, the temperature of the WDC soars (from a 33c idle to up to 44c!). Such high temperatures are not desirable.

Is there an app or daemon that can be coupled with the temperature monitor or to ksensors that can reduce disk access rates at a certain limit temperature?

There seems to be some internal sleep function in this disk.





I have a case fan pointing at 2 of my HDD's + record the temps every 5 min's:

...
Oct 26 06:24:08 debian do_modtemp_hdd[4646]: /usr/bin/do_ck_hda = 15 (277)
Oct 26 06:24:08 debian do_modtemp_hdd[4646]: /usr/bin/do_ck_hdc = 22 (277)
Oct 26 06:24:08 debian do_modtemp_hdd[4646]: /usr/bin/do_ck_sda = 0 (284)
Oct 26 06:24:08 debian do_modtemp_hdd[4646]: /usr/bin/do_ck_temp1 = 15 (277)
Oct 26 06:24:09 debian do_modtemp_hdd[4646]: /usr/bin/do_ck_gpu0 = 0 (284)
Oct 26 06:24:09 debian do_modtemp_hdd[4646]: /usr/bin/do_chrony2 = execute (292)
Oct 26 06:24:09 debian do_modtemp_hdd[4646]: 5 records (300)

...
Oct 26 06:40:03 debian do_modtemp_hdd[4646]: 18  25  0 16  33   (201)
...

do_ck_hda/hdc/sda are scripts that return the result of:


smartctl -a -d ata /dev/hda|grep '194 ' |awk '{ print $10 }'

and do_ck_gpu0 returns the temperature of the videocard gpu:

nvidia_script | grep debian:0| awk '{ x=substr($4, 0, length($4) - 1); print x }'


hda's temp is obviously wrong because the room temp is 21C and so is temp1, the mobo ambient temp.

Hugo




Reply to: