diff options
author | Zordrak <slackbuilds@tpa.me.uk> | 2010-05-12 23:33:37 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 23:33:37 +0200 |
commit | d2add534d477c5dfd6f37bb1f477b94b1562a15d (patch) | |
tree | 705040a6553afb44764a231f0cabc9b843cc1665 /system/hddtemp/README | |
parent | 4db878070ac8636be9cad28bdeae6ecf168ff662 (diff) | |
download | slackbuilds-d2add534d477c5dfd6f37bb1f477b94b1562a15d.tar.gz |
system/hddtemp: Added to 12.2 repository
Diffstat (limited to 'system/hddtemp/README')
-rw-r--r-- | system/hddtemp/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/hddtemp/README b/system/hddtemp/README new file mode 100644 index 0000000000..7f3abd48b8 --- /dev/null +++ b/system/hddtemp/README @@ -0,0 +1,21 @@ +hddtemp (reads hard disk S.M.A.R.T. info and reports temperature) + +hddtemp is a small and daemonizable utility designed to read the +S.M.A.R.T. information from the given hard disk and report the +temperature of the disk. Different hard disk manufacturers use +different raw values in their S.M.A.R.T. data and the hddtemp.db file +helps to map raw values to actual temperatures. + +http://www.guzu.net/linux/hddtemp.php +https://savannah.nongnu.org/projects/hddtemp/ + +The hddtemp.db file does not include more recent hard disks as the +project does not appear to be maintained anymore. To resolve this, +simply add your disk to the file manually. Run hddtemp on your drive +to get the expected string and use the other entries in the file as +templates to create a new one. + +Note that only a few hard disks actually differ from the 194C value so +you can bet your disk will probably use that value too, but I +recommend using older drives from the same manufacturer that are in the +file as a guideline. |