Hello,
I logged into my freenas box the other day and noticed the red flashy light on the top right corner.
The warning said:
[*]CRITICAL: Nov. 9, 2016, 2:30 p.m. - Device: /dev/ada3, 1 Currently unreadable (pending) sectors
[*] CRITICAL: Nov. 9, 2016, 3:30 p.m. - Device: /dev/ada3, Self-Test Log error count increased from 0 to 1
I did some online searching and came across this website which had the same issue as I did:
http://bytesandbolts.com/fixing-freenas-error-currently-unreadable-pending-sectors/
I ran the SMART LOG SELF TEST using the command:
It took a bunch of hours to complete. Once completed I ran the code to view the results:
The website says to get the sector size and location from LBA_of_first_error.
These are the results:
I am not sure what the sector size is but I believe the error was at 1570078680
Is this correct?
Can someone confirm or help me get this going?
Am I out of a drive and need to get it replaced ASAP? I am set up in a raidZ2 so I am ok right now but would rather not lose another drive.
I logged into my freenas box the other day and noticed the red flashy light on the top right corner.
The warning said:
[*]CRITICAL: Nov. 9, 2016, 2:30 p.m. - Device: /dev/ada3, 1 Currently unreadable (pending) sectors
[*] CRITICAL: Nov. 9, 2016, 3:30 p.m. - Device: /dev/ada3, Self-Test Log error count increased from 0 to 1
I did some online searching and came across this website which had the same issue as I did:
http://bytesandbolts.com/fixing-freenas-error-currently-unreadable-pending-sectors/
I ran the SMART LOG SELF TEST using the command:
Code:
smartctl -t long /dev/adaX
It took a bunch of hours to complete. Once completed I ran the code to view the results:
Code:
smartctl -a /dev/adaX
The website says to get the sector size and location from LBA_of_first_error.
These are the results:
Code:
recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 404) 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 - 14 3 Spin_Up_Time 0x0027 175 175 021 Pre-fail Always - 6241 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 535 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 082 082 000 Old_age Always - 13670 10 Spin_Retry_Count 0x0032 100 100 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 - 48 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 14 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 1061 194 Temperature_Celsius 0x0022 115 100 000 Old_age Always - 35 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 1 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 recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 404) 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 - 14 3 Spin_Up_Time 0x0027 175 175 021 Pre-fail Always - 6241 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 535 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 082 082 000 Old_age Always - 13670 10 Spin_Retry_Count 0x0032 100 100 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 - 48 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 14 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 1061 194 Temperature_Celsius 0x0022 115 100 000 Old_age Always - 35 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 1 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 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed: read failure 90% 13506 1570078680 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.
I am not sure what the sector size is but I believe the error was at 1570078680
Is this correct?
Can someone confirm or help me get this going?
Am I out of a drive and need to get it replaced ASAP? I am set up in a raidZ2 so I am ok right now but would rather not lose another drive.
Last edited by a moderator: