scurrier
Patron
- Joined
- Jan 2, 2014
- Messages
- 297
Hello,
I recently got a new Seagate 4TB NAS HDD, which I am testing to verify that it is a good disk. A short test seems to complete fine with no errors, but the offline test is not completing. Here is the short test I run that completes OK:
The long test, which is not working, is:
...and getting the following output after waiting the time specified:
The strange things I'm seeing are the "The self-test routine was interrupted by the host with a hard or soft reset," the "Interrupted (host reset)," status of the last test.
Any ideas what might be happening here? I am suspecting a bum cable or a bad controller.
Thanks for your help.
I recently got a new Seagate 4TB NAS HDD, which I am testing to verify that it is a good disk. A short test seems to complete fine with no errors, but the offline test is not completing. Here is the short test I run that completes OK:
Code:
smartctl -t short /dev/sdc -c
The long test, which is not working, is:
Code:
smartctl -t long /dev/sdc -c
...and getting the following output after waiting the time specified:
Code:
<snip>
Self-test execution status: ( 41) The self-test routine was interrupted
by the host with a hard or soft reset.
<snip>
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 100 100 006 Pre-fail Always - 18760
3 Spin_Up_Time 0x0003 093 093 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 13
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 100 253 030 Pre-fail Always - 919
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 26
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 4
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 253 000 Old_age Always - 4295032833
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 073 069 045 Old_age Always - 27 (Min/Max 22/28)
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 - 1
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 13
194 Temperature_Celsius 0x0022 027 040 000 Old_age Always - 27 (0 16 0 0 0)
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 253 000 Old_age Always - 0
SMART Error Log Version: 1
ATA Error Count: 1
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 1 occurred at disk power-on lifetime: 1 hours (0 days + 1 hours)
When the command that caused the error occurred, the device was in an unknown state.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
04 51 00 00 00 00 00 Error: ABRT
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
00 00 00 00 00 00 00 ff 00:12:29.109 NOP [Abort queued commands]
b0 d4 00 82 4f c2 a0 00 00:12:19.098 SMART EXECUTE OFF-LINE IMMEDIATE
b0 d0 01 00 4f c2 a0 00 00:12:18.995 SMART READ DATA
ec 00 01 00 00 00 a0 00 00:12:18.982 IDENTIFY DEVICE
b0 d5 01 e0 4f c2 a0 00 00:02:26.334 SMART READ LOG
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Interrupted (host reset) 00% 25 -
# 2 Extended offline Aborted by host 90% 3 -
# 3 Extended captive Interrupted (host reset) 90% 1 -
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.
The strange things I'm seeing are the "The self-test routine was interrupted by the host with a hard or soft reset," the "Interrupted (host reset)," status of the last test.
Any ideas what might be happening here? I am suspecting a bum cable or a bad controller.
Thanks for your help.