Daily Run output message help...

Status
Not open for further replies.

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
Got this message this morning:

Code:
Checking status of zfs pools: NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT freenas-boot 29.8G 857M 28.9G – – 2% 1.00x ONLINE –	  32.6T 9.76T 22.9T – 0% 29% 1.00x ONLINE /mnt

 pool: 
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An

attempt was made to correct the error.  Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors

using 'zpool clear' or replace the device with 'zpool replace'.
   see: http://illumos.org/msg/ZFS-8000-9P
  scan: resilvered 782G in 0 days 02:19:22 with 0 errors on Sat Jul 14 17:09:01 2018
config:

NAME											STATE	 READ WRITE CKSUM
												   ONLINE	   0	 0	 0
  raidz2-0									  ONLINE	   0	 0	 0
   gptid/d525ed04-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/d5fa5099-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/d6cbc8c0-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/d7977c24-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/d8693e7b-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/d93e85f5-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
  raidz2-1									  ONLINE	   0	 0	 0
   gptid/db4caf0f-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/dc28bd39-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/bed7d557-87af-11e8-bef4-0cc47a4b08a7  ONLINE	   0	 0	 5
   gptid/dde1f47f-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
   gptid/deba4d1f-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 1
   gptid/df96e521-7e92-11e8-8c31-0cc47a4b08a7  ONLINE	   0	 0	 0
errors: No known data errors

— End of daily output —


The config here is 2 sets of 6 drives in RaidZ2. 1 set is all 4TB drives, the other is 2TB drives with exception of a single drive that has been moved to 4TB as it showed a SMART error last week and was replaced. The drive was replaced after an email indicating a smart long test error, resilver seemed to go pretty quickly but I can't be sure when it was done.

I'll note that the 1 drive above with checksum 5 (what does this number even mean) I THINK is the recently replaced drive.

Not really sure what's going on here and hope someone has some insight.

thanks
 
Joined
Dec 29, 2014
Messages
1,135
I would suggest you look through the logs and/or storage to map drive ID 'gptid/bed7d557-87af-11e8-bef4-0cc47a4b08a7' to a physical drive serial number. You can do a zpool clear from the CLI to stop this message, but keep an eye on your zpool status to make sure the errors aren't incrementing. It is possible there are issues with your replacement drive.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
The hardware described in your signature doesn't appear to match what you are discussing in your post because it says that you only have 4 drives.
Is there an update or is it different hardware?

We should probably look at the SMART status on both of the drives with CKSUM (checksum) errors. This error indicates that there was a data block that didn't match the checksum block. ZFS should have automatically fixed the problem and if it could not fix it, it should have warned you that there were permanent (I can't remember exactly how it says) errors in the affected files. I have been lucky to not have this happen to me, but I have seen other people on the forum with one or several files listed as being damaged. I would expect that your data is fine and this is just an advisory to let you know ZFS did the thing it is supposed to do. Looking at the SMART data is about trying to find out why ZFS needed to fix something.

After we look at the smartctl output for those two drives, we can probably clear this error, but you might want to do a scrub, just to be sure.

I hate to assume you know these commands, so I will list them:
- To initiate a scrub of the pool right now, from the command prompt: zpool scrub pool_name
- To clear those errors, but don't do it before some investigation: zpool clear pool_name
- To start a short SMART test of a given hard drive: smartctl -t short /dev/ada0
- To start a long SMART test of a given hard drive: smartctl -t long /dev/ada0
- To check the output of the SMART test of a given hard drive: smartctl -a /dev/ada0

If you are not sure how to interpret the SMART status, just post it up here in code blocks and someone will take a look at it.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
PS. The long test is best for testing to see if a drive is healthy or just pretending to be. What kind of drive do you have?
 

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
I would suggest you look through the logs and/or storage to map drive ID 'gptid/bed7d557-87af-11e8-bef4-0cc47a4b08a7' to a physical drive serial number. You can do a zpool clear from the CLI to stop this message, but keep an eye on your zpool status to make sure the errors aren't incrementing. It is possible there are issues with your replacement drive.

I'll take a peak when I get moment here (thankfully I have my VPN up now so as long as I get a min at work I can do that now)

Chris, yes you're right this hardware has been updated a bunch since I've updated my signature. Currently running a supermicro x9scl board with the 12 drives in two sets of 6. All drives WD Red drives. Some are 7200 RPM but the newest 4TB drives are 5200?

ECC RAM and the like. I really need to update that signature.

I'll get the output here in a few posted.
 

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
Ok, So Volumn status in the GUI shows exactly the same info. One drive shows checksum "5" and another drive (on the same vdev) shows checksum "1". It shows the resilver was completed on Saturday.

Code:
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.1-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red
Device Model:	 WDC WD40EFRX-68N32N0
Serial Number:	WD-WCC7K5KD7SLK
LU WWN Device Id: 5 0014ee 20fc67606
Firmware Version: 82.00A82
User Capacity:	4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Form Factor:	  3.5 inches
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:	Wed Jul 18 06:15:14 2018 PDT
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:  (0x00) Offline data collection activity
										was never started.
										Auto Offline Data Collection: Disabled.
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:				(45180) seconds.
Offline data collection
capabilities:					(0x7b) SMART execute Offline immediate.
										Auto Offline data collection on/off supp																											 ort.
										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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 480) minutes.
Conveyance self-test routine
recommended polling time:		(   5) minutes.
SCT capabilities:			  (0x303d) SCT Status supported.
										SCT Error Recovery Control supported.
										SCT Feature Control supported.
										SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_																											 FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   100   253   051	Pre-fail  Always	   -																													0
  3 Spin_Up_Time			0x0027   100   253   021	Pre-fail  Always	   -																													0
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -																													3
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -																													0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -																													0
  9 Power_On_Hours		  0x0032   100   100   000	Old_age   Always	   -																													87
 10 Spin_Retry_Count		0x0032   100   253   000	Old_age   Always	   -																													0
 11 Calibration_Retry_Count 0x0032   100   253   000	Old_age   Always	   -																													0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -																													3
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -																													0
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -																													48
194 Temperature_Celsius	 0x0022   118   113   000	Old_age   Always	   -																													32
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -																													0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -																													0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -																													0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -																													0
200 Multi_Zone_Error_Rate   0x0008   100   253   000	Old_age   Offline	  -																													0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

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.


zpool status shows no know errors but also shows 2 drives with a checksum (1 with a "1" and the other with "5")

Should I start another SMART test. I have my automatic SMART tests configured as cyrberjock suggested here on the forums so it's not due for a few more days (22nd I think)
Or would it be better to do a scrub first. I can't remember the schdule but I followered his advice there too.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Should I start another SMART test. I have my automatic SMART tests configured as cyrberjock suggested here on the forums so it's not due for a few more days (22nd I think)
I am not sure what was suggested by @cyberjock but in this instance, we are trying to do a little troubleshooting to ensure that your system is healthy. I would say that you should run a long test on each of the two drives that are indicating a checksum error. That will take some time to complete, and when it is done, we should have a look at the test results.

This must be the new drive that you mentioned because
Code:
SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]
it says no self-tests have been logged.
The checksum errors are probably from before you replaced the drive, which is what you were thinking, but the error listing in this status report doesn't go away until you clear the error. I think that is the way it is intended to work in an effort to ensure that you see there was an error.

You should probably take a look at the other drive also, just for completeness.
 

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
I am not sure what was suggested by @cyberjock but in this instance, we are trying to do a little troubleshooting to ensure that your system is healthy. I would say that you should run a long test on each of the two drives that are indicating a checksum error. That will take some time to complete, and when it is done, we should have a look at the test results.

This must be the new drive that you mentioned becauseit says no self-tests have been logged.
The checksum errors are probably from before you replaced the drive, which is what you were thinking, but the error listing in this status report doesn't go away until you clear the error. I think that is the way it is intended to work in an effort to ensure that you see there was an error.

You should probably take a look at the other drive also, just for completeness.

That's is kind of what I was thinking. Basically, cyberjock just had a suggested schedule for smart tests and srubs that I followed to kind of fit into the best practcies.

Running a new long test now and will report back....

I thought it might just be that the error wasn't cleared from before the failure so hopefully that's the case, I just bought the new 4TB drives so another drive would be hard to explain to the the wife haha.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
I just bought the new 4TB drives so another drive would be hard to explain to the the wife haha.
:) I know how that is. I have a similar pool arrangement to yours. I replaced 6 drives (one vdev) going from 2TB to 4TB, in the last part of 2017. My wife doesn't want me to buy any computer hardware now. She even suggested I should sell some.
 

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
:) I know how that is. I have a similar pool arrangement to yours. I replaced 6 drives (one vdev) going from 2TB to 4TB, in the last part of 2017. My wife doesn't want me to buy any computer hardware now. She even suggested I should sell some.

You were the reason I went 6 x 6 if I remember correctly. Few weeks ago I was going to upgrade to 10 and it was recommended to me to go to 12 instead with a 6x6 config. I had the 6 2TB already and started from scratch on the 4s, so that's 6 4TB drives at once, then I had a drive failure on one of the 2s so that got replaced, fortunatly I'm building out one for my dad as well so I had a few drives ready to go, but got to replace his haha

Combine that with a truck work and completly tearing up our front yard for a redo of the walkway and flower bed, and just today order a portable 2TB drive for a photo trip I'm taking next week (dropped my last one) and I'm pretty much maxed out on the "Honey Can I get" credit card haha.

Thankfully all of the above was done cash so I only have to worry about her "honey do" list interest instead of the actual cash interest from a real credit card
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
and completly tearing up our front yard for a redo of the walkway and flower bed
I had 5 trees taken out of my yard because they were too close to the house and we have had roof damage from limbs falling. One took out the windshield of my car a couple years ago and other times thy have left dents. We finally decided the trees had to go but the tree company wrecked our yard. I will be working until next summer trying to get it back in any kind of shape. We had a continuous concrete curb around the flower bed in the front yard and they broke it in three places along with breaking four stepping stones. It is just too much and the tree company told us that the guy that we were working with took the money we paid and skipped town so the company never got paid.
 

rwslippey

Contributor
Joined
Nov 29, 2014
Messages
107
Ok so here are the outputs from smartlctl

Code:
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.1-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red
Device Model:	 WDC WD20EFRX-68EUZN0
Serial Number:	WD-WMC4M0J8A0J6
LU WWN Device Id: 5 0014ee 2b7ad3ba8
Firmware Version: 82.00A82
User Capacity:	2,000,398,934,016 bytes [2.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:	Thu Jul 19 10:37:53 2018 PDT
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:  (0x00) Offline data collection activity
										was never started.
										Auto Offline Data Collection: Disabled.
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:				(26100) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 264) minutes.
Conveyance self-test routine
recommended polling time:		(   5) minutes.
SCT capabilities:			  (0x703d) SCT Status supported.
										SCT Error Recovery Control supported.
										SCT Feature Control supported.
										SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   200   200   051	Pre-fail  Always	   -	   0
  3 Spin_Up_Time			0x0027   173   169   021	Pre-fail  Always	   -	   4316
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -	   152
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -	   0
  9 Power_On_Hours		  0x0032   072   072   000	Old_age   Always	   -	   20490
 10 Spin_Retry_Count		0x0032   100   100   000	Old_age   Always	   -	   0
 11 Calibration_Retry_Count 0x0032   100   100   000	Old_age   Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   152
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -	   118
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -	   900
194 Temperature_Celsius	 0x0022   115   111   000	Old_age   Always	   -	   32
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -	   0
200 Multi_Zone_Error_Rate   0x0008   200   200   000	Old_age   Offline	  -	   0

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  Short offline	   Completed without error	   00%	 20482		 -
# 2  Extended offline	Completed without error	   00%	 20467		 -
# 3  Short offline	   Completed without error	   00%	 20315		 -
# 4  Extended offline	Completed without error	   00%	 20225		 -
# 5  Short offline	   Completed without error	   00%	 20147		 -
# 6  Short offline	   Completed without error	   00%	  6023		 -
# 7  Extended offline	Completed without error	   00%	  5934		 -
# 8  Short offline	   Completed without error	   00%	  5855		 -
# 9  Short offline	   Completed without error	   00%	  5687		 -
#10  Extended offline	Interrupted (host reset)	  20%	  5596		 -
#11  Short offline	   Completed without error	   00%	  5521		 -
#12  Short offline	   Completed without error	   00%	  5305		 -
#13  Extended offline	Completed without error	   00%	  5223		 -

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.



And the other device


The below drive is the one that would have just been replaced.
Code:
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.1-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:	 Western Digital Red
Device Model:	 WDC WD40EFRX-68N32N0
Serial Number:	WD-WCC7K5KD7SLK
LU WWN Device Id: 5 0014ee 20fc67606
Firmware Version: 82.00A82
User Capacity:	4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:	 512 bytes logical, 4096 bytes physical
Rotation Rate:	5400 rpm
Form Factor:	  3.5 inches
Device is:		In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:	Thu Jul 19 10:39:30 2018 PDT
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:  (0x00) Offline data collection activity
										was never started.
										Auto Offline Data Collection: Disabled.
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:				(45180) 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:		(   2) minutes.
Extended self-test routine
recommended polling time:		( 480) minutes.
Conveyance self-test routine
recommended polling time:		(   5) minutes.
SCT capabilities:			  (0x303d) SCT Status supported.
										SCT Error Recovery Control supported.
										SCT Feature Control supported.
										SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME		  FLAG	 VALUE WORST THRESH TYPE	  UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate	 0x002f   100   253   051	Pre-fail  Always	   -	   0
  3 Spin_Up_Time			0x0027   100   253   021	Pre-fail  Always	   -	   0
  4 Start_Stop_Count		0x0032   100   100   000	Old_age   Always	   -	   3
  5 Reallocated_Sector_Ct   0x0033   200   200   140	Pre-fail  Always	   -	   0
  7 Seek_Error_Rate		 0x002e   200   200   000	Old_age   Always	   -	   0
  9 Power_On_Hours		  0x0032   100   100   000	Old_age   Always	   -	   115
 10 Spin_Retry_Count		0x0032   100   253   000	Old_age   Always	   -	   0
 11 Calibration_Retry_Count 0x0032   100   253   000	Old_age   Always	   -	   0
 12 Power_Cycle_Count	   0x0032   100   100   000	Old_age   Always	   -	   3
192 Power-Off_Retract_Count 0x0032   200   200   000	Old_age   Always	   -	   0
193 Load_Cycle_Count		0x0032   200   200   000	Old_age   Always	   -	   94
194 Temperature_Celsius	 0x0022   117   113   000	Old_age   Always	   -	   33
196 Reallocated_Event_Count 0x0032   200   200   000	Old_age   Always	   -	   0
197 Current_Pending_Sector  0x0032   200   200   000	Old_age   Always	   -	   0
198 Offline_Uncorrectable   0x0030   100   253   000	Old_age   Offline	  -	   0
199 UDMA_CRC_Error_Count	0x0032   200   200   000	Old_age   Always	   -	   0
200 Multi_Zone_Error_Rate   0x0008   200   200   000	Old_age   Offline	  -	   0

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%		96		 -

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.



Not too sure I know how to read these or what anything in particular means
 
Status
Not open for further replies.
Top