Hddtemp is a small utility that gives you the temperature of your hard drive by reading S.M.A.R.T. informations.
For compilling:
Change in configure first string from /bin/sh to /opt/bin/bashCode:wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2 bunzip2 hddtemp-0.3-beta15.tar.bz2 tar -xf hddtemp-0.3-beta15.tar cd hddtemp-0.3-beta15
After that you can see the temperature of your HDD via command:Code:./configure --prefix=/opt --build=mips make sudo cp src/hddtemp /opt/bin/ wget http://www.guzu.net/linux/hddtemp.db sudo cp hddtemp.db /opt/etc/ sudo chmod a+s /opt/bin/hddtemp
/dev/ide/host2/bus0/target0/lun0/disc: HDT722516DLAT80: 44?CCode:hddtemp -f /opt/etc/hddtemp.db /dev/ide/host2/bus0/target0/lun0/disc
You must install buildroot package for compilling hddtemp.




Reply With Quote
