From a1e9a6cb9e4099bddbf867b468da3e5713af2d6c Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 1 Jan 2003 08:21:00 +0000 Subject: [PATCH] Specified base (10) of attribute values -- question was posted in German newsgroup. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@395 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartctl.8 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sm5/smartctl.8 b/sm5/smartctl.8 index 01ab6b1c1..655a22a9a 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.30 2002/12/28 16:16:52 pjwilliams Exp $ +\# $Id: smartctl.8,v 1.31 2003/01/01 08:21:00 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: 2002/12/28 16:16:52 $" "smartmontools-5.0" +.TH SMARTCTL 8 "$Date: 2003/01/01 08:21:00 $" "smartmontools-5.0" .SH NAME smartctl \- S.M.A.R.T. control and monitor utility .SH SYNOPSIS @@ -310,7 +310,10 @@ attributes are numbered from 1 to 253 and have specific names. For example attribute 12 is 'power cycle count': how many times has the disk been powered up. Each attribute has a 'Raw' value, printed under the heading 'Raw Value', and a 'Normalized' value printed under the -heading 'Value'. Each vendor uses their own magic to convert the Raw +heading 'Value'. [Note: +.B smartctl +prints these values in base-10.] +Each vendor uses their own magic to convert the Raw value to a Normalized value. If the Normalized value is .B less than or equal to the value given under the 'Threshold' column, then disk failure @@ -618,4 +621,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.30 2002/12/28 16:16:52 pjwilliams Exp $ +$Id: smartctl.8,v 1.31 2003/01/01 08:21:00 ballen4705 Exp $ -- GitLab