From 2d7a09bb74fb0e399cf2220610ec97c130eccd4f Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sat, 4 Jan 2003 13:45:41 +0000 Subject: [PATCH] Added pointer to hddtemp database. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@417 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartctl.8 | 9 ++++++--- sm5/smartd.8 | 10 +++++++--- sm5/smartd.conf.5 | 10 +++++++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/sm5/smartctl.8 b/sm5/smartctl.8 index 2ab625c88..e83ad0ea8 100644 --- a/sm5/smartctl.8 +++ b/sm5/smartctl.8 @@ -1,6 +1,6 @@ \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartctl.8,v 1.38 2003/01/04 11:32:14 ballen4705 Exp $ +\# $Id: smartctl.8,v 1.39 2003/01/04 13:45:41 ballen4705 Exp $ \# \# This program is free software; you can redistribute it and/or modify it \# under the terms of the GNU General Public License as published by the Free @@ -16,7 +16,7 @@ \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# -.TH SMARTCTL 8 "$Date: 2003/01/04 11:32:14 $" "smartmontools-5.1" +.TH SMARTCTL 8 "$Date: 2003/01/04 13:45:41 $" "smartmontools-5.1" .SH NAME smartctl \- S.M.A.R.T. control and monitor utility .SH SYNOPSIS @@ -428,6 +428,9 @@ displayed in the form 'X h + Y m', where X is hours and Y is minutes. .I 220,temp \- Raw Attribute number 220 is the disk temperature in Celsius. +A table of hard drive models, listing which Attribute corresponds to +temperature, can be found at: http://coredump.free.fr/linux/hddtemp.db + .TP .B S.M.A.R.T. RUN/ABORT OFFLINE TEST AND SELF-TEST OPTIONS: .TP @@ -673,4 +676,4 @@ Please let us know if there is an on\-line source for this document. .SH CVS ID OF THIS PAGE: -$Id: smartctl.8,v 1.38 2003/01/04 11:32:14 ballen4705 Exp $ +$Id: smartctl.8,v 1.39 2003/01/04 13:45:41 ballen4705 Exp $ diff --git a/sm5/smartd.8 b/sm5/smartd.8 index 5e86dbf3e..3f3ef64fd 100644 --- a/sm5/smartd.8 +++ b/sm5/smartd.8 @@ -1,6 +1,6 @@ \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartd.8,v 1.48 2003/01/04 11:01:24 ballen4705 Exp $ +\# $Id: smartd.8,v 1.49 2003/01/04 13:45:41 ballen4705 Exp $ \# \# This program is free software; you can redistribute it and/or modify it \# under the terms of the GNU General Public License as published by the Free @@ -16,7 +16,7 @@ \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# -.TH SMARTD 8 "$Date: 2003/01/04 11:01:24 $" "smartmontools-5.1" +.TH SMARTD 8 "$Date: 2003/01/04 13:45:41 $" "smartmontools-5.1" .SH NAME smartd \- S.M.A.R.T. Daemon .SH SYNOPSIS @@ -528,6 +528,10 @@ are: .I 220,temp \- Raw attribute number 220 is the disk temperature in Celsius. + +A table of hard drive models, listing which Attribute corresponds to +temperature, can be found at: http://coredump.free.fr/linux/hddtemp.db + .TP .B \-a Equivalent to turning on all of the following Directives: @@ -680,4 +684,4 @@ Please let us know if there is an on\-line source for this document. .SH CVS ID OF THIS PAGE: -$Id: smartd.8,v 1.48 2003/01/04 11:01:24 ballen4705 Exp $ +$Id: smartd.8,v 1.49 2003/01/04 13:45:41 ballen4705 Exp $ diff --git a/sm5/smartd.conf.5 b/sm5/smartd.conf.5 index cb5761bf8..9c2524539 100644 --- a/sm5/smartd.conf.5 +++ b/sm5/smartd.conf.5 @@ -1,6 +1,6 @@ \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartd.conf.5,v 1.19 2003/01/04 11:01:24 ballen4705 Exp $ +\# $Id: smartd.conf.5,v 1.20 2003/01/04 13:45:41 ballen4705 Exp $ \# \# This program is free software; you can redistribute it and/or modify it \# under the terms of the GNU General Public License as published by the Free @@ -16,7 +16,7 @@ \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# -.TH SMARTD.CONF 5 "$Date: 2003/01/04 11:01:24 $" "smartmontools-5.1" +.TH SMARTD.CONF 5 "$Date: 2003/01/04 13:45:41 $" "smartmontools-5.1" .SH NAME smartd.conf \- S.M.A.R.T. Monitoring Daemon Configuration File @@ -384,6 +384,10 @@ are: .I 220,temp \- Raw attribute number 220 is the disk temperature in Celsius. + +A table of hard drive models, listing which Attribute corresponds to +temperature, can be found at: http://coredump.free.fr/linux/hddtemp.db + .TP .B \-a Equivalent to turning on all of the following Directives: @@ -462,4 +466,4 @@ SEE ALSO: .SH CVS ID OF THIS PAGE: -$Id: smartd.conf.5,v 1.19 2003/01/04 11:01:24 ballen4705 Exp $ +$Id: smartd.conf.5,v 1.20 2003/01/04 13:45:41 ballen4705 Exp $ -- GitLab