<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: S.M.A.R.T. shows obviously wrong attribute!&#x27; in forum &#x27;All Things Unix&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22644239</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 12:40:07 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 12:40:07 EDT</lastBuildDate>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22646466</link>
<description><![CDATA[KodiacZiller posted : Another reason to use Western Digital, not that the OP had any choice in the matter here.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22646466</guid>
<pubDate>Thu, 02 Jul 2009 17:44:27 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645424</link>
<description><![CDATA[koitsu posted : No problem.  Knowing how to read SMART stats -- specifically, when to and when not to trust RAW_VALUE -- is incredibly important.  Sadly there's no "global standard" for interpreting the results, which is why smartctl has a drive database.<br><br>Also, if you plan on using an SSD, you <A HREF="http://koitsu.wordpress.com/2009/06/17/my-experience-with-an-intel-x25-m-and-windows-xp/">will run into headaches</a>.  I document what my experience was like with XP, but the same applies to *IX operating systems.  To me, the pain of setting it up (at least on Windows XP -- it's less of a pain on *IX given the low-level nature of partitioning/fs utilities) wasn't worth it.  If I ran an *IX OS on my desktop, I'd probably have reinstalled the OS + repartitioned at the proper block boundary and been thrilled.  But without a 2nd PC around, this isn't easy to do on XP.  :-)<br><small>--<br>Making life hard for others since 1977.<br>I speak for myself and not my employer/affiliates of my employer.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645424</guid>
<pubDate>Thu, 02 Jul 2009 14:18:02 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645287</link>
<description><![CDATA[OutOfMem posted : <div class="bquote"><small>said by <a href="/profile/659143" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=659143');">koitsu</a>:</small><br><br>There are 3 issues here:<br><br>1) Your drive isn't in the internal smartctl database (used for handling SMART attribute tweaks):<br><br><pre class="brush: text">Device Model:     FUJITSU MHZ2160BH&#012;Serial Number:    K665T8C2CE7N&#012;Firmware Version: 00000009&#012;User Capacity:    160,041,885,696 bytes&#012;Device is:        Not in smartctl database &#91;for details use: -P showall&#93;&#012; &#012;</pre><!--end code block--><br>Please get in contact with Bruce Allen and provide him the output you've provided above, and/or any other details he asks for.<br><br>2) It doesn't matter what values are shown in the RAW_VALUE column.  You <b>cannot</b> look at SMART stats and assume what's returned is literally what's true.  Seagate drives, for example, have exceedingly high numbers for SMART attribute 1 and 195, yet the drives are far from going bad.<br><br>What you absolutely need to look at under all circumstances is the VALUE compared to THRESH.  These are the adjusted threshold values for what will trip a failed SMART health check -- that is to say, the adjusted values are what represent whether or not your drive is in good/bad condition.  If you look at attribute 5, you can see that your current VALUE is 100, and the THRESH is set to 24.  The WORST column represents the worst value ever seen on the drive, which is 100.<br><br>Thus, you can conclude your drive has very few (more than likely, zero!) reallocated sectors.<br><br>What you need to understand is that the specification for SMART does not require vendors to store their raw data in a defined format -- they can store whatever values they want there.  Seagate is known for encoding some of their raw SMART data in a way which is only known to them.  Bruce has figured out a couple of the encoding methods for some of the attributes, but not all of them.<br><br>Additionally, your drive has no indication of it ever seeing read or write failures at specific LBAs, indicating sector r/w failures.  These would show up in the SMART log, and your SMART log is empty.<br><br>I can point you to an older thread here at DSLR where I posted "how" to read SMART attributes, if you'd like to read it.<br><br>3) Fujitsu has a <A HREF="http://smartmontools.sourceforge.net/faq.html">very long history</a> of "abusing" SMART.  You can read the smartmontools FAQ page and documentation for further evidence of this.<br><br>And for sake of argument: we use Fujitsu SCSI drives (both 37GB and 120GB) at my workplace -- and have, on average, one of them go bad every week.  Most of them suffer from two problems: 1) sectors going bad (confirmed using the SCSI card's BIOS), or 2) the drive literally falling off the SCSI bus (no indication of termination problems, controller issues, or otherwise), requiring a complete power-cycle of the drive before it will reappear (a soft reset won't fix it) on the bus.  The latter indicates either crummy PCB design, shoddy components, or a major firmware bug.<br><br>And remember, people like to state that "SCSI drives are more robust/higher quality than ATA/SATA drives" -- which isn't necessarily true these days, but still: I wouldn't recommend Fujitsu even if they were the last hard drive manufacturer on the planet.  That's just my opinion as someone who works with these drives in an enterprise environment 40 hours a week.  :-)<br><br> </div>Thanks for the in-depth reply, koitsu. It has really given me a lot of insight. I will buzz Bruce Allen with an email about this, and provide whatever information he needs. Not sure if it will help much, but it is worth a try. I suppose I was looking too deep into this SMART reading, that I overlooked some basic hints about my drive's health. I may, in fact, just replace this drive with an SSD in the future, once the prices drop some more. It seems that in theory, an SSD drive gives you less headaches, and aside from the maximum times a memory cell can be rewritten, there are very few things that can cause an SSD to go bad. Plus, the additional battery life is a welcoming perk.<br><br><small>--<br><A HREF="http://campaignforliberty.com/education.php"><b>CampaignForLiberty.com</b></a> Educate yourself.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645287</guid>
<pubDate>Thu, 02 Jul 2009 13:50:51 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645248</link>
<description><![CDATA[koitsu posted : There are 3 issues here:<br><br>1) Your drive isn't in the internal smartctl database (used for handling SMART attribute tweaks):<br><br><pre class="brush: text">Device Model:     FUJITSU MHZ2160BH&#012;Serial Number:    K665T8C2CE7N&#012;Firmware Version: 00000009&#012;User Capacity:    160,041,885,696 bytes&#012;Device is:        Not in smartctl database &#91;for details use: -P showall&#93;&#012; &#012;</pre><!--end code block--><br>Please get in contact with Bruce Allen and provide him the output you've provided above, and/or any other details he asks for.<br><br>2) It doesn't matter what values are shown in the RAW_VALUE column.  You <b>cannot</b> look at SMART stats and assume what's returned is literally what's true.  Seagate drives, for example, have exceedingly high numbers for SMART attribute 1 and 195, yet the drives are far from going bad.<br><br>What you absolutely need to look at under all circumstances is the VALUE compared to THRESH.  These are the adjusted threshold values for what will trip a failed SMART health check -- that is to say, the adjusted values are what represent whether or not your drive is in good/bad condition.  If you look at attribute 5, you can see that your current VALUE is 100, and the THRESH is set to 24.  The WORST column represents the worst value ever seen on the drive, which is 100.<br><br>Thus, you can conclude your drive has very few (more than likely, zero!) reallocated sectors.<br><br>What you need to understand is that the specification for SMART does not require vendors to store their raw data in a defined format -- they can store whatever values they want there.  Seagate is known for encoding some of their raw SMART data in a way which is only known to them.  Bruce has figured out a couple of the encoding methods for some of the attributes, but not all of them.<br><br>Additionally, your drive has no indication of it ever seeing read or write failures at specific LBAs, indicating sector r/w failures.  These would show up in the SMART log, and your SMART log is empty.<br><br>I can point you to an older thread here at DSLR where I posted "how" to read SMART attributes, if you'd like to read it.<br><br>3) Fujitsu has a <A HREF="http://smartmontools.sourceforge.net/faq.html">very long history</a> of "abusing" SMART.  You can read the smartmontools FAQ page and documentation for further evidence of this.<br><br>And for sake of argument: we use Fujitsu SCSI drives (both 37GB and 120GB) at my workplace -- and have, on average, one of them go bad every week.  Most of them suffer from two problems: 1) sectors going bad (confirmed using the SCSI card's BIOS), or 2) the drive literally falling off the SCSI bus (no indication of termination problems, controller issues, or otherwise), requiring a complete power-cycle of the drive before it will reappear (a soft reset won't fix it) on the bus.  The latter indicates either crummy PCB design, shoddy components, or a major firmware bug.<br><br>And remember, people like to state that "SCSI drives are more robust/higher quality than ATA/SATA drives" -- which isn't necessarily true these days, but still: I wouldn't recommend Fujitsu even if they were the last hard drive manufacturer on the planet.  That's just my opinion as someone who works with these drives in an enterprise environment 40 hours a week.  :-)<br><br><small>--<br>Making life hard for others since 1977.<br>I speak for myself and not my employer/affiliates of my employer.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645248</guid>
<pubDate>Thu, 02 Jul 2009 13:44:05 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645127</link>
<description><![CDATA[OutOfMem posted : <div class="bquote"><small>said by <a href="/profile/659143" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=659143');">koitsu</a>:</small><br><br>Can you please provide full output from "smartctl -a {drive}"?  Please don't use a front-end for this request -- I'd like to see the full, verbose output.  I can help from that point going forward.  (Wow, I sound like a CSR or something...)<br><br>And no, you cannot reset data stored in SMART.  The only data that's possible to reset -- and only on very specific models of specific vendor drives -- is the SMART error log.<br> </div>Upon a second look, it appears that the number of sectors that have been reallocated would make up a 4 PB (4,000 TB) hard drive, when my drive is only 160 GB! I just assumed the number would match the sector count of the entire drive, since it was so large, and should technically be at 0.<br><br>Here is the entire output of <i>smartclt -a /dev/sda</i>:<br><br><pre class="brush: text">smartctl version 5.38 &#91;i686-pc-linux-gnu&#93; Copyright (C) 2002-8 Bruce Allen&#012;Home page is http://smartmontools.sourceforge.net/&#012; &#012;=== START OF INFORMATION SECTION ===&#012;Device Model:     FUJITSU MHZ2160BH&#012;Serial Number:    K665T8C2CE7N&#012;Firmware Version: 00000009&#012;User Capacity:    160,041,885,696 bytes&#012;Device is:        Not in smartctl database &#91;for details use: -P showall&#93;&#012;ATA Version is:   8&#012;ATA Standard is:  ATA-8-ACS revision 3f&#012;Local Time is:    Thu Jul  2 13:06:41 2009 EDT&#012;SMART support is: Available - device has SMART capability.&#012;SMART support is: Enabled&#012; &#012;=== START OF READ SMART DATA SECTION ===&#012;SMART overall-health self-assessment test result: PASSED&#012; &#012;General SMART Values:&#012;Offline data collection status:  (0x80)Offline data collection activity&#012;was never started.&#012;Auto Offline Data Collection: Enabled.&#012;Self-test execution status:      (   0)The previous self-test routine completed&#012;without error or no self-test has ever &#012;been run.&#012;Total time to complete Offline &#012;data collection:  ( 649) seconds.&#012;Offline data collection&#012;capabilities:  (0x7b) SMART execute Offline immediate.&#012;Auto Offline data collection on/off support.&#012;Suspend Offline collection upon new&#012;command.&#012;Offline surface scan supported.&#012;Self-test supported.&#012;Conveyance Self-test supported.&#012;Selective Self-test supported.&#012;SMART capabilities:            (0x0003)Saves SMART data before entering&#012;power-saving mode.&#012;Supports SMART auto save timer.&#012;Error logging capability:        (0x01)Error logging supported.&#012;General Purpose Logging supported.&#012;Short self-test routine &#012;recommended polling time:  (   2) minutes.&#012;Extended self-test routine&#012;recommended polling time:  (  92) minutes.&#012;Conveyance self-test routine&#012;recommended polling time:  (   2) minutes.&#012;SCT capabilities:        (0x003d)SCT Status supported.&#012;SCT Feature Control supported.&#012;SCT Data Table supported.&#012; &#012;SMART Attributes Data Structure revision number: 16&#012;Vendor Specific SMART Attributes with Thresholds:&#012;ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE&#012;  1 Raw_Read_Error_Rate     0x000f   100   100   046    Pre-fail  Always       -       209315&#012;  2 Throughput_Performance  0x0005   100   100   030    Pre-fail  Offline      -       28573696&#012;  3 Spin_Up_Time            0x0003   100   100   025    Pre-fail  Always       -       1&#012;  4 Start_Stop_Count        0x0032   099   099   000    Old_age   Always       -       544&#012;  5 Reallocated_Sector_Ct   0x0033   100   100   024    Pre-fail  Always       -       8589934592000&#012;  7 Seek_Error_Rate         0x000f   100   100   047    Pre-fail  Always       -       227&#012;  8 Seek_Time_Performance   0x0005   100   100   019    Pre-fail  Offline      -       0&#012;  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       29&#012; 10 Spin_Retry_Count        0x0013   100   100   020    Pre-fail  Always       -       0&#012; 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       45&#012;192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       9&#012;193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       810&#012;194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always       -       30 (Lifetime Min/Max 18/53)&#012;195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       516&#012;196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       452853760&#012;197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0&#012;198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0&#012;199 UDMA_CRC_Error_Count    0x003e   200   253   000    Old_age   Always       -       0&#012;200 Multi_Zone_Error_Rate   0x000f   100   100   060    Pre-fail  Always       -       24812&#012;203 Run_Out_Cancel          0x0002   100   100   000    Old_age   Always       -       1529021398973&#012;240 Head_Flying_Hours       0x003e   200   200   000    Old_age   Always       -       0&#012; &#012;SMART Error Log Version: 1&#012;No Errors Logged&#012; &#012;SMART Self-test log structure revision number 1&#012;Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error&#012;# 1  Extended offline    Completed without error       00%        28         -&#012;# 2  Conveyance offline  Completed without error       00%        27         -&#012;# 3  Short offline       Completed without error       00%        27         -&#012; &#012;SMART Selective self-test log data structure revision number 1&#012; SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS&#012;    1        0        0  Not_testing&#012;    2        0        0  Not_testing&#012;    3        0        0  Not_testing&#012;    4        0        0  Not_testing&#012;    5        0        0  Not_testing&#012;Selective self-test flags (0x0):&#012;  After scanning selected spans, do NOT read-scan remainder of disk.&#012;If Selective self-test is pending on power-up, resume after 0 minute delay.&#012; &#012;</pre><!--end code block--><br>I ran all 3 tests, and they all passed. Even the "Reallocated Sector Count" claims to have no issues, which contradicts the raw value of 8589934592000.<br><br>GSmartControl says "NOTICE: This drive has a non-zero raw value, but there is no SMART warning yet. This could be an indication of future failures and/or potential data loss in bad sectors."<br><br>Here is where another problem lies. If I am to accept that this is just a glitch in the calculation, and that I do not have any bad/reallocated sectors, then what about in the future? How would I ever be able to use smartctl to know when my drive has reallocated some bad sectors? (A sign that the drive is failing.)<br><br><small>--<br><A HREF="http://campaignforliberty.com/education.php"><b>CampaignForLiberty.com</b></a> Educate yourself.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22645127</guid>
<pubDate>Thu, 02 Jul 2009 13:22:09 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22644826</link>
<description><![CDATA[koitsu posted : Can you please provide full output from "smartctl -a {drive}"?  Please don't use a front-end for this request -- I'd like to see the full, verbose output.  I can help from that point going forward.  (Wow, I sound like a CSR or something...)<br><br>And no, you cannot reset data stored in SMART.  The only data that's possible to reset -- and only on very specific models of specific vendor drives -- is the SMART error log.<br><small>--<br>Making life hard for others since 1977.<br>I speak for myself and not my employer/affiliates of my employer.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22644826</guid>
<pubDate>Thu, 02 Jul 2009 12:23:40 EDT</pubDate>
</item>

<item>
<title>Re: S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22644260</link>
<description><![CDATA[PetePuma posted : What is the exact number?  It could be a case where it's incorrectly treating a -1 or something as an unsigned number.<br><small>--<br>Fight fire with water.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-SMART-shows-obviously-wrong-attribute-22644260</guid>
<pubDate>Thu, 02 Jul 2009 10:36:10 EDT</pubDate>
</item>

<item>
<title>S.M.A.R.T. shows obviously wrong attribute!</title>
<link>http://www.dslreports.com/forum/SMART-shows-obviously-wrong-attribute-22644239</link>
<description><![CDATA[OutOfMem posted : When using GSmartControl (which is a frontend for smartctl), it reads my netbook hard drive of having a "Reallocated Sector Count" of the number of sectors that make up my hard drive. In other words, even though this is a brand new drive, it is saying that every single sector was reallocated, which is obviously impossible. It should be at 0, but for some reason smartctl is reading it at a ridiculously huge number. Is there a tool I can download to reset this attribute? Is smartctl not the most reliable way to get an accurate reading from your hard drive's S.M.A.R.T. attributes?<br><small>--<br><A HREF="http://campaignforliberty.com/education.php"><b>CampaignForLiberty.com</b></a> Educate yourself.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/SMART-shows-obviously-wrong-attribute-22644239</guid>
<pubDate>Thu, 02 Jul 2009 10:32:13 EDT</pubDate>
</item>

</channel>
</rss>

