Hi everyone,
maybe this info is helpful for someone:
With "hddtemp" there's a tool out, capable of monitoring harddisks' temperature. This may help to prevent them from heat death.
Unfortunately, hddtemp (every version I know of) can only access internal drives. External ones can not be read. Don't know why.
So, I developed a little workaround and called it hddetemp (e for external, also). It is now also tested under Raspbian OS.
Here you see the difference:
[542 root@rpi-inst /]# hddtemp /dev/sda /dev/sda: Generic External: S.M.A.R.T. not available
[543 root@rpi-inst /]# hddetemp /dev/sda /dev/sda: Hitachi HTS545016B9A300: 25 (Min/Max 16/43)°C
If you find this helpful, you can get it from here:
Markus