Baldini, Art | 1 Apr 2011 14:51

smartd_messages

I have a script to automatically parse the output once there is a smartd failure, but recently I came across a SMARTD_MESSAGE that has a carriage return at the end of the message and it confused my tests.  The message that I received was:

    Device: /dev/cciss/c0d0 [cciss_disk_00], SMART Failure: DATA CHANNEL IMPENDING FAILURE DATA ERROR RATE TOO HIGH

I am running 32 bit CentOS 5.5 which has smartmontools 5.38.2.  The drive model was HP EG0300FARTT.

 

I was wondering if there was a specific format to the SMARTD_MESSAGE.  Also, since I have replaced the drive, I have been unable to recreate a similar message and was looking for a way I could re-generate a similar message to make sure my updated tests can handle the carriage return.  I thought the message was due to rebooting the server shortly after running a smartctrl long test, but now that I have good disks in the system, I no longer get this error when I do that.

 

Any help would be greatly appreciated.

 

Thanks.

Art

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Smartmontools-support mailing list
Smartmontools-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
Lukrativ - Armin Krämer | 1 Apr 2011 16:16
Picon

Creating RPM package of smartmontool

Hi,

may someone can give me some advice how i can create a rpm out of smartmontools source. I need the 5.40 version to support the 3ware 9750i Controller of our citrix xenserver 5.6 fp1.

 

What i´ve mad till now.

 

Created a xenserver build environment out of xenserver ddk virtual machine. This is based on Centos5 i386.  I can build the package with “configure” and “make” but have no idea how it works to create a rpm archive out of that source code.
Saddly i´ve got no experience in building rpms on Centos. Some talk about a spec file. But is this provided by smartmontools or do i have to write this by myself? Would be great if someone can help me with that maybe simple problem with a little tutorial.

 

Thanks

 

armin

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Smartmontools-support mailing list
Smartmontools-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
Eric Shubert | 1 Apr 2011 21:03
Favicon

Re: Creating RPM package of smartmontool

The smartmontools.spec file is part of the source rpm.
In short,
.) download current smartmontools*.src.rpm
.) install the source rpm in your build tree
.) download the newer smartmontools into your SOURCES directory
.) modify the smartmontools.spec file to reflect the new source version
.) "rpmbuild -ba smartmontools.spec"
This should produce a new binary rpm for you.
Of course, you'll need a suitable build environment.
The fedora site has some decient documentation about building rpms.
-- 
-Eric 'shubes'

On 04/01/2011 07:16 AM, Lukrativ - Armin Krämer wrote:
> Hi,
>
> may someone can give me some advice how i can create a rpm out of
> smartmontools source. I need the 5.40 version to support the 3ware 9750i
> Controller of our citrix xenserver 5.6 fp1.
>
> What i´ve mad till now.
>
> Created a xenserver build environment out of xenserver ddk virtual
> machine. This is based on Centos5 i386. I can build the package with
> “configure” and “make” but have no idea how it works to create a rpm
> archive out of that source code.
> Saddly i´ve got no experience in building rpms on Centos. Some talk
> about a spec file. But is this provided by smartmontools or do i have to
> write this by myself? Would be great if someone can help me with that
> maybe simple problem with a little tutorial.
>
> Thanks
>
> armin
>
>
>
> ------------------------------------------------------------------------------
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
>
>
>
> _______________________________________________
> Smartmontools-support mailing list
> Smartmontools-support <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/smartmontools-support

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Vinzenz Bildstein | 1 Apr 2011 23:15
Picon
Favicon

centos smartd init script

Hi,

I've installed the newest smartmontools from svn under CentOS 5.5 to use 
with a megaraid controller and I've run into the following problem:
I can start the smartd by hand without any problem, but using the init 
script via
/etc/init.d/smartd start
results in the error
Starting smartd: /usr/share/smartmontools/drivedb.h: cannot open drive 
database file

I've checked the file and it's there and the file permission are also 
right (readable for anybody, writable only for root).
I've also checked the latest version 5.40 and it had the same problem. 
The version distributed with CentOS works but doesn't support megaraid 
controller. I've tried using the init script from the working version 
with the new binary and it produces the same error.
Can anybody help me with this?

Thanks,

Vinzenz

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Bruno Wolff III | 2 Apr 2011 16:43
Picon

Re: Creating RPM package of smartmontool

On Fri, Apr 01, 2011 at 16:16:08 +0200,
  Lukrativ - Armin Krämer <a.kraemer <at> lukra-tiv.de> wrote:
> Hi,
> 
> may someone can give me some advice how i can create a rpm out of smartmontools source. I need the 5.40
version to support the 3ware 9750i Controller of our citrix xenserver 5.6 fp1.

Fedora is already using 5.40. You can get the source rpms starting at
http://koji.fedoraproject.org/koji/packageinfo?packageID=451 and picking
one that seems best for you to use. If you aren't using Fedora you might
end up having to do some tweaking when you rebuild the source rpm on
your system. If you are using a supported version of Fedora you should
already have the 5.40 version of smartmontools.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Eric Shubert | 2 Apr 2011 17:54
Favicon

Re: Creating RPM package of smartmontool

On 04/02/2011 07:43 AM, Bruno Wolff III wrote:
> On Fri, Apr 01, 2011 at 16:16:08 +0200,
>    Lukrativ - Armin Krämer<a.kraemer <at> lukra-tiv.de>  wrote:
>> Hi,
>>
>> may someone can give me some advice how i can create a rpm out of smartmontools source. I need the 5.40
version to support the 3ware 9750i Controller of our citrix xenserver 5.6 fp1.
>
> Fedora is already using 5.40. You can get the source rpms starting at
> http://koji.fedoraproject.org/koji/packageinfo?packageID=451 and picking
> one that seems best for you to use. If you aren't using Fedora you might
> end up having to do some tweaking when you rebuild the source rpm on
> your system. If you are using a supported version of Fedora you should
> already have the 5.40 version of smartmontools.
>
> ------------------------------------------------------------------------------

Thanks, Bruno. I neglected to look there (hate it when that happens!).

Lukrativ, instead of updating the CentOS package, it'll probably be 
simpler to download the appropriate source rpm from Fedora, then rebuild 
using that on a CentOS5 host. You'll still need the appropriate build 
environment.
# rpmbuild --rebuild smartmontools*.src.rpm

I think you're more likely to have success with this method than trying 
to update the spec file yourself, since fedora would possibly include 
new patches that are required. It just depends on the package. I don't 
expect that there's that much difference between 5.38 and 5.40 though.
--

-- 
-Eric 'shubes'

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Viktors Kirhensteins | 4 Apr 2011 13:00
Picon
Favicon

Re: smartmontools library

Hi!

Just subscribed to smartmontools-support. Now the answer to questions below:

I'm already working on smartmontools API, but current approach is to have API for smartd, not smartctl as
shared library. Regarding GPL license, if smartctl is licensed under GPL, you can create shared library
from it only under GPL, and as far as I know, linking with GPL-ed library requires that entire product
should be licensed under GPL. Closed source products can be linked with open source library only if it is
under LGPL or less restrictive license.

Btw, this is a good question regarding smartd API licensing - because it consists of two parts, where client
library is independent piece of code, it can be licensed under LGPL without changing license on main
smartmontools code - so should it be licensed under GPL or LGPL?

Best regards,
Victor

> -----Original Message-----
> From: Gabriele Pohl [mailto:gp <at> dipohl.com]
> Sent: Saturday, 02 April, 2011 13:12
> To: Viktors Kirhensteins
> Cc: smartmontools-devel <at> lists.sourceforge.net
> Subject: Fwd: Re: [smartmontools-support] smartmontools library
> 
> Hi Victor,
> 
> are you subscribed to smartmontools-support mailing list?
> Can you answer to the following posting there?
> 
>  <at> all: I am not aware of the GPL conditions concerning building a library from
> the original sources.
> Can you tell me a little more about that?
> 
> Cheers,
> 	Gabriele
> 
> 
> -------- Original Message --------
> Subject: Re: [smartmontools-support] smartmontools library
> Date: Mon, 28 Mar 2011 15:46:44 +0000
> From: Eric Macdonald <eric.macdonald <at> genband.com>
> To: smartmontools-support <at> lists.sourceforge.net
> <smartmontools-support <at> lists.sourceforge.net>
> CC: Chris Friesen <chris.friesen <at> genband.com>
> 
> smartmontools support,
> 
> Regarding my last email, I want to make it clear that I (of course) plan to
> abide by the GPL licensing requirements and full intend to simply "use" your
> source as is, only making changes to allow me to build a shared library my
> fault management can call into.
> 
> Eric.
> 
> _____________________________________________
> From: Eric Macdonald
> Sent: March-28-11 11:04 AM
> To: 'smartmontools-support <at> lists.sourceforge.net'
> Cc: Chris Friesen
> Subject: smartmontools library
> 
> 
> smartmontools support,
> 
> I really like your implementation of smartctl and want to use it in one of our
> products.
> We use openhpi and plan to write a disk fault handling openhpi plugin using
> your source as the target driver layer.
> I find myself trying to convert your source to a shared library and wonder if
> you have done that already, if there are plans on the horizon for that activity
> or if others have expressed similar interest as well.
> 
> Respectfully,
> 
>          << OLE Object: Picture (Device Independent Bitmap) >>
> 
> "The author works for GENBAND Corporation (GENBAND) who is solely
> responsible for this email and its contents.
> * Please, consider the environment: Only print this mail if necessary.
> 
>  << File: Eric R  MacDonald.vcf >>
> 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Richard Hartmann | 5 Apr 2011 12:35
Picon
Gravatar

Hardware_ECC_Recovered going up _and down_ on a Seagate ST2000DL003-9VT166

Hi all,

this is really confusing. Over the course of a few days,
Hardware_ECC_Recovered has been reported as

2011-04-02-10-46-51 49401160
2011-04-04-16-50-45 49440608
2011-04-05-10-15-27 15451472
2011-04-05 70493808
2011-04-05 203916232

_In this order_. Unless the counter is simply overflowing, this does
not seem to make any sense at all. Has anyone seen anything like this
before?

The same disk claims

240 Head_Flying_Hours       0x0000   100   253   000    Old_age
Offline      -       244847495610423

I am sure I need to RMA this disk anyway, but I still wanted to share
this experience with this list in case anyone has seen this before and
can share some insight into possible causes or if anyone wants to have
more data out of it before it's RMA'ed.

--

-- 
Richard

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
Tim Small | 5 Apr 2011 13:38
Picon
Favicon

Re: Hardware_ECC_Recovered going up _and down_ on a Seagate ST2000DL003-9VT166

On 05/04/11 11:35, Richard Hartmann wrote:
> Hi all,
>
> this is really confusing. Over the course of a few days,
> Hardware_ECC_Recovered has been reported as
>
> 2011-04-02-10-46-51 49401160
> 2011-04-04-16-50-45 49440608
> 2011-04-05-10-15-27 15451472
> 2011-04-05 70493808
> 2011-04-05 203916232
>
> _In this order_. Unless the counter is simply overflowing, this does
> not seem to make any sense at all. Has anyone seen anything like this
> before?
>   

Nope, but how the raw value is represented is completely up to the
firmware - and it could be done on some sort of "leaky bucket" system. 
If the drive isn't passing errors back to the OS, then everything may
well be working as-designed - are any of the normalised values failing,
or showing trends towards doing so?  Are there any high-fly writes (if
recorded by that model)?  Reallocated sectors?  Excessive chassis
vibration?  Are long-self-tests completing successfully?

--

-- 
South East Open Source Solutions Limited
Registered in England and Wales with company number 06134732.  
Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ
VAT number: 900 6633 53  http://seoss.co.uk/ +44-(0)1273-808309

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
Richard Hartmann | 5 Apr 2011 14:13
Picon
Gravatar

Re: Hardware_ECC_Recovered going up _and down_ on a Seagate ST2000DL003-9VT166

On Tue, Apr 5, 2011 at 13:38, Tim Small <tim <at> seoss.co.uk> wrote:

> Nope, but how the raw value is represented is completely up to the
> firmware - and it could be done on some sort of "leaky bucket" system.

I still don't know how this could make sense.

> If the drive isn't passing errors back to the OS, then everything may
> well be working as-designed

If that is by design, people need to be larted ;)

> - are any of the normalised values failing,
> or showing trends towards doing so?  Are there any high-fly writes (if
> recorded by that model)?  Reallocated sectors?  Excessive chassis
> vibration?  Are long-self-tests completing successfully?

The disk looks fine otherwise, there is no vibration at all, long
tests look fine.

Two sample outputs:

% cat ST2000DL003-9VT166_5YD1RK27_2011-04-02-10-46-51.smart-a
smartctl 5.41 2011-03-16 r3296 [i686-pc-linux-gnu-2.6.37-trunk-686]
(local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model:     ST2000DL003-9VT166
Serial Number:    5YD1RK27
Firmware Version: CC32
User Capacity:    2,000,398,934,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Sat Apr  2 10:46:51 2011 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)	Offline data collection activity
					was completed without error.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever
					been run.
Total time to complete Offline
data collection: 		(  623) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine
recommended polling time: 	 (   1) minutes.
Extended self-test routine
recommended polling time: 	 ( 255) minutes.
Conveyance self-test routine
recommended polling time: 	 (   2) minutes.
SCT capabilities: 	       (0x30b7)	SCT Status supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE
UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   112   099   006    Pre-fail
Always       -       49401160
  3 Spin_Up_Time            0x0003   093   093   000    Pre-fail
Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age
Always       -       29
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail
Always       -       0
  7 Seek_Error_Rate         0x000f   066   060   030    Pre-fail
Always       -       4962037
  9 Power_On_Hours          0x0032   100   100   000    Old_age
Always       -       50
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail
Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age
Always       -       28
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age
Always       -       0
184 End-to-End_Error        0x0032   100   100   099    Old_age
Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age
Always       -       0
188 Command_Timeout         0x0032   100   098   000    Old_age
Always       -       4
189 High_Fly_Writes         0x003a   092   092   000    Old_age
Always       -       8
190 Airflow_Temperature_Cel 0x0022   063   058   045    Old_age
Always       -       37 (Min/Max 36/39)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age
Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age
Always       -       16
193 Load_Cycle_Count        0x0032   100   100   000    Old_age
Always       -       30
194 Temperature_Celsius     0x0022   037   042   000    Old_age
Always       -       37 (0 19 0 0)
195 Hardware_ECC_Recovered  0x001a   016   016   000    Old_age
Always       -       49401160
197 Current_Pending_Sector  0x0012   100   100   000    Old_age
Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age
Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age
Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age
Offline      -       152720447111216
241 Total_LBAs_Written      0x0000   100   253   000    Old_age
Offline      -       1888290694
242 Total_LBAs_Read         0x0000   100   253   000    Old_age
Offline      -       3493743766

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%        47         -
# 2  Extended offline    Interrupted (host reset)      00%        44         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

% cat ST2000DL003-9VT166_5YD1RK27_2011-04-05-14-07-42.smart-a
smartctl 5.40 2010-07-12 r3124 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Device Model:     ST2000DL003-9VT166
Serial Number:    5YD1RK27
Firmware Version: CC32
User Capacity:    2,000,398,934,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Tue Apr  5 14:07:20 2011 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82) Offline data collection activity
                                        was completed without error.
                                        Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                 ( 623) seconds.
Offline data collection
capabilities:                    (0x7b) SMART execute Offline immediate.
                                        Auto Offline data collection
on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   1) minutes.
Extended self-test routine
recommended polling time:        ( 255) minutes.
Conveyance self-test routine
recommended polling time:        (   2) minutes.
SCT capabilities:              (0x30b7) SCT Status supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE
UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   112   099   006    Pre-fail
Always       -       49372192
  3 Spin_Up_Time            0x0003   093   093   000    Pre-fail
Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age
Always       -       30
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail
Always       -       0
  7 Seek_Error_Rate         0x000f   066   060   030    Pre-fail
Always       -       4982718
  9 Power_On_Hours          0x0032   100   100   000    Old_age
Always       -       75
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail
Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age
Always       -       29
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age
Always       -       0
184 End-to-End_Error        0x0032   100   100   099    Old_age
Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age
Always       -       0
188 Command_Timeout         0x0032   100   098   000    Old_age
Always       -       4
189 High_Fly_Writes         0x003a   087   087   000    Old_age
Always       -       13
190 Airflow_Temperature_Cel 0x0022   071   058   045    Old_age
Always       -       29 (Lifetime Min/Max 25/33)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age
Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age
Always       -       17
193 Load_Cycle_Count        0x0032   100   100   000    Old_age
Always       -       31
194 Temperature_Celsius     0x0022   029   042   000    Old_age
Always       -       29 (0 19 0 0)
195 Hardware_ECC_Recovered  0x001a   036   016   000    Old_age
Always       -       49372192
197 Current_Pending_Sector  0x0012   100   100   000    Old_age
Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age
Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age
Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age
Offline      -       26697516711994
241 Total_LBAs_Written      0x0000   100   253   000    Old_age
Offline      -       2639725877
242 Total_LBAs_Read         0x0000   100   253   000    Old_age
Offline      -       2713256599

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining
LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%        47         -
# 2  Extended offline    Interrupted (host reset)      00%        44         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

%

--

-- 
Richard

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Smartmontools-support mailing list
Smartmontools-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support

Gmane