Hddtemp

From CBLFS
Revision as of 20:40, 6 December 2007 by Weibullguy (talk | contribs) (Added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2

Introduction to Hddtemp

hddtemp is a small utility that gives you the temperature of your hard drive by reading S.M.A.R.T. information.

Project Homepage: http://www.guzu.net/linux/hddtemp.php

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --with-db-path=/etc/hddtemp.db &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --with-db-path=/etc/hddtemp.db &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 --with-db-path=/etc/hddtemp.db &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 --with-db-path=/etc/hddtemp.db &&
make

Install the package:

make install

Configuring

Install the hard drive database file.

cd /etc &&
wget http://www.guzu.net/linux/hddtemp.db

Contents

Installed Directories: None
Installed Programs: hddtemp
Installed Libraries: None

Short Descriptions

hddtemp is a utility to read temperature information from your S.M.A.R.T. enabled hard drives.