Changes between Version 8 and Version 9 of Howto_ReadSmartctlReports_ATA_542.1
- Timestamp:
- Jun 7, 2014, 12:22:17 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_ReadSmartctlReports_ATA_542.1
v8 v9 10 10 #!html 11 11 <pre> 12 <b># smartctl <a href=" http://smartmontools.sourceforge.net/man/smartctl.8.html#lbAG" title="With this option, the report will not list the /Serial Number/ of the device. Use it, when you present smartctl reports in the public."><font color="blue">-q noserial</font></a> -a /dev/ada30</b>13 smartctl <b><a href="FAQ#Whydidthereleaseversionschemechange" title="This is the /Version Number/ of smartmontools"><font color="red">5.42</font></a></b> 2011-10-20 <b><a href=" http://sourceforge.net/browser/trunk/smartmontools?rev=3458" title="This is the /Revision Number/ of the sources in our SVN-Repository. So we know the exact version of each file, that was used to build your smartctl executable."><font color="red">r3458</font></a></b> [FreeBSD 9.0-RELEASE-p4 amd64] (local build)12 <b># smartctl <a href="/browser/trunk/smartmontools/smartctl.8.in#lbAG" title="With this option, the report will not list the /Serial Number/ of the device. Use it, when you present smartctl reports in the public."><font color="blue">-q noserial</font></a> -a /dev/ada30</b> 13 smartctl <b><a href="FAQ#Whydidthereleaseversionschemechange" title="This is the /Version Number/ of smartmontools"><font color="red">5.42</font></a></b> 2011-10-20 <b><a href="/browser/trunk/smartmontools?rev=3458" title="This is the /Revision Number/ of the sources in our SVN-Repository. So we know the exact version of each file, that was used to build your smartctl executable."><font color="red">r3458</font></a></b> [FreeBSD 9.0-RELEASE-p4 amd64] (local build) 14 14 Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net 15 15 … … 34 34 Offline data collection status: (0x84) Offline data collection activity 35 35 was suspended by an interrupting command from host. 36 Auto Offline Data Collection: <b><a href=" http://smartmontools.sourceforge.net/man/smartctl.8.html#lbAG" title="Offline testing is to be carried out, automatically, on a regular scheduled basis. 'smartctl --offlineauto=on' enables it. The results of this automatic or immediate offline testing (data collection) are reflected in the values of the SMART Attributes. Some SMART attribute values are updated /only/ during off-line data collection activities. These Attributes are labeled /Offline/ in the UPDATED column of the Attribute Table (see below)."><font color="DarkGreen">Enabled</font></a></b>.36 Auto Offline Data Collection: <b><a href="/browser/trunk/smartmontools/smartctl.8.in#lbAG" title="Offline testing is to be carried out, automatically, on a regular scheduled basis. 'smartctl --offlineauto=on' enables it. The results of this automatic or immediate offline testing (data collection) are reflected in the values of the SMART Attributes. Some SMART attribute values are updated /only/ during off-line data collection activities. These Attributes are labeled /Offline/ in the UPDATED column of the Attribute Table (see below)."><font color="DarkGreen">Enabled</font></a></b>. 37 37 Self-test execution status: ( 0) The previous self-test routine completed 38 38 without error or no self-test has ever … … 186 186 187 187 SMART Self-test log structure revision number 1 188 Num Test_Description Status Remaining LifeTime(hours) <b><a href=" http://smartmontools.sourceforge.net/badblockhowto.html" title="If you find not a hyphen, but a number in this row, then the test found a /bad block/ at the listed logical block address (LBA). Follow this link to read our /Bad block HOWTO/. It gives instructions to solve this sort of problem."><font color="red">LBA_of_first_error</font></a></b>188 Num Test_Description Status Remaining LifeTime(hours) <b><a href="/browser/trunk/www/badblockhowto.xml" title="If you find not a hyphen, but a number in this row, then the test found a /bad block/ at the listed logical block address (LBA). Follow this link to read our /Bad block HOWTO/. It gives instructions to solve this sort of problem."><font color="red">LBA_of_first_error</font></a></b> 189 189 # 1 Short offline Completed without error 00% 7465 - 190 190 … … 231 231 In the error log the Logical Block Address (<b><a href="#LBA" title="Logical Block Address"><font color="blue">LBA</font></a></b>) at which the error occurred will be printed in base 16 and base 10. 232 232 <a name="LBA"></a><h4>Logical Block Address</h4> 233 The LBA is a linear address, which counts 512-byte sectors on the disk, starting from zero. (Because of the limitations of the SMART error log, if the LBA is greater than 0xfffffff, then either no error log entry will be made, or the error log entry will have an incorrect LBA. This may happen for drives with a capacity greater than 128 GiB or 137 GB.) For Linux systems the smartmontools web page has <a href=" http://smartmontools.sourceforge.net/badblockhowto.html" title="Bad block HOWTO">instructions</a> about how to convert the LBA address to the name of the disk file containing the erroneous disk sector.233 The LBA is a linear address, which counts 512-byte sectors on the disk, starting from zero. (Because of the limitations of the SMART error log, if the LBA is greater than 0xfffffff, then either no error log entry will be made, or the error log entry will have an incorrect LBA. This may happen for drives with a capacity greater than 128 GiB or 137 GB.) For Linux systems the smartmontools web page has <a href="/browser/trunk/www/badblockhowto.xml" title="Bad block HOWTO">instructions</a> about how to convert the LBA address to the name of the disk file containing the erroneous disk sector. 234 234 }}}