[HOME] [戻る]

玄箱インストールmemo(hddtemp)

目次

hddtemp-0.3-beta12

ハーディスクの温度をモニターできます。

入手先

https://www.guzu.net/linux/hddtemp.php

データベースは https://www.guzu.net/linux/hddtemp.db

インストール手順

tar jxf hddtemp-0.3-beta12.tar.bz2
cd hddtemp-0.3-beta12/
./configure --with-db-path=/etc/hddtemp.db
make
su
make install
wget https://www.guzu.net/linux/hddtemp.db
cp hddtemp.db /etc

確認

cd /usr/local/sbin
ls -lt

-rwxr-xr-x  1 root root 140274 Feb 28 22:50 hddtemp

cd /usr/local/sbin
strip -p hddtemp
ls -lt

-rwxr-xr-x  1 root root 39052 Feb 28 22:50 hddtemp

実行例

root@kuro2:~# /usr/local/sbin/hddtemp /dev/hda
/dev/hda: IBM-DTLA-305020: 37 C

室温20度で37度です。

root@kuro2:~# hddtemp /dev/hda
/dev/hda: IBM-DTLA-305020: 33 C

室温17度で33度。常時稼動でも問題なし。夏はどうなるか?

odinも試してみた

WARNING: Drive /dev/hda doesn't seem to have a temperature sensor.
WARNING: This doesn't mean it hasn't got one.
WARNING: If you are sure it has one, please contact me (hddtemp@guzu.net).
WARNING: See --help, --debug and --drivebase options.
/dev/hda: FUJITSU MPC3064AT:  no sensor

huntsまで試してみた

WARNING: Drive /dev/hda doesn't seem to have a temperature sensor.
WARNING: This doesn't mean it hasn't got one.
WARNING: If you are sure it has one, please contact me (hddtemp@guzu.net).
WARNING: See --help, --debug and --drivebase options.
/dev/hda: QUANTUM FIREBALLlct10 10:  no sensor

2005/03/07
ご意見・ご感想は,こちらの掲示板 まで.