Nakedape
Dabbler
- Joined
- Mar 2, 2020
- Messages
- 16
I got the post title as an alert and after skimming through the Hard Drive Troubleshooting Guide (Basic Common Failures) [1] I did
and when that completed I did
If I'm reading [1] correctly then non-zero values for SMART Attributes 5, 197, and 198 are indicative of a physical hard drive failure while a non-zero value for Attribute 199 points in the direction of a communication error. Attribute 5 (Reallocated_Sector_Count) is nowhere to be seen, but at least the others are zero. Which leaves me wondering if I really have a problem here and, if yes, then what is the best course of action here? Thanks.
PS I got the disk from a-guy-on-the-internet so a RMA is not an option.
[1] https://www.ixsystems.com/community...leshooting-guide-basic-common-failures.41026/
Code:
smartctl -t long /dev/ada6
and when that completed I did
Code:
root@freenas[~]# smartctl -a /dev/ada6
smartctl 7.0 2018-12-30 r4883 [FreeBSD 11.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Red
Device Model: WDC WD30EFRX-68AX9N0
Serial Number: WD-WMC1T229407
LU WWN Device Id: 5 0014ee 0ae22a134
Firmware Version: 80.00A80
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
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: Mon Aug 10 22:35:45 2020 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: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 113) The previous self-test completed having
the read element of the test failed.
Total time to complete Offline
data collection: (40080) seconds.
Offline data collection
capabilities: (0x7b)
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: ( 402) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x70bd) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 77
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 24
193 Load_Cycle_Count 0x0032 195 195 000 Old_age Always - 15694
194 Temperature_Celsius 0x0022 114 097 000 Old_age Always - 36
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 - 1
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: read failure 10% 54310 1565557296
# 2 Short offline Completed: read failure 60% 54281 1565557296
# 3 Short offline Completed: read failure 60% 54257 1565557296
# 4 Short offline Completed: read failure 60% 54229 1565557296
# 5 Short offline Completed without error 00% 54205 -
# 6 Short offline Completed without error 00% 54181 -
# 7 Short offline Completed without error 00% 54157 -
# 8 Short offline Completed without error 00% 54133 -
# 9 Short offline Completed without error 00% 54109 -
#10 Short offline Completed without error 00% 54085 -
#11 Short offline Completed without error 00% 54061 -
#12 Short offline Completed without error 00% 54037 -
#13 Short offline Completed without error 00% 54013 -
#14 Short offline Completed without error 00% 53989 -
#15 Short offline Completed without error 00% 53969 -
#16 Short offline Completed without error 00% 53945 -
#17 Short offline Completed without error 00% 53921 -
#18 Short offline Completed without error 00% 53889 -
#19 Short offline Completed without error 00% 53865 -
#20 Extended offline Completed without error 00% 53845 -
#21 Short offline Completed without error 00% 53837 -
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
Selective self-test flags (0x0):
After scanning selected spans, do NOT re-scan remainder of disk.
If selective self-test is pending on power-up, resume after 0 minute delay.
If I'm reading [1] correctly then non-zero values for SMART Attributes 5, 197, and 198 are indicative of a physical hard drive failure while a non-zero value for Attribute 199 points in the direction of a communication error. Attribute 5 (Reallocated_Sector_Count) is nowhere to be seen, but at least the others are zero. Which leaves me wondering if I really have a problem here and, if yes, then what is the best course of action here? Thanks.
PS I got the disk from a-guy-on-the-internet so a RMA is not an option.
[1] https://www.ixsystems.com/community...leshooting-guide-basic-common-failures.41026/