Is this disk trash?

Status
Not open for further replies.

katit

Contributor
Joined
Jun 16, 2015
Messages
162
I took 2TB WD Green that I had in USB enclosure and installed into my new build. Running badblocks test, almost done (20% of last path) and without error.

Now, SMART testing is another story. I run short test and it won't complete. When I try to run conveyance test I get error that previous stuck with 10%

Code:
[root@freenas] ~# smartctl -t conveyance /dev/da3
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p16 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Can't start self-test without aborting current test (10% remaining),
add '-t force' option to override, or run 'smartctl -X' to abort test.
[root@freenas] ~#


smartctl listing looks like so:

Code:
197 Current_Pending_Sector  0x0032   200   196   000    Old_age   Always       -       1
198 Offline_Uncorrectable   0x0030   200   199   000    Old_age   Offline      -       20
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   175   000    Old_age   Offline      -       33


FreeNAS throws warnings every 30 minutes (which goes along with SMART output in CLI)

Code:
Aug  3 21:24:51 freenas smartd[20591]: Device: /dev/da3 [SAT], 1 Currently unreadable (pending) sectors
Aug  3 21:24:51 freenas smartd[20591]: Device: /dev/da3 [SAT], 20 Offline uncorrectable sectors


So, what do I take out of this? Junk and can't be used? Or those sectors can be marked somehow? Badblocks doesn't show anything...

I'm not planning to throw this into volume, it would be just a separate disk for various junk, but not sure if it means data will go bad?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Have you tried to abort with smartctl -X /dev/da3?
 

katit

Contributor
Joined
Jun 16, 2015
Messages
162
I rebooted machine, started long test yesterday. Today it's still not completed, says after 4pm. But this is what is shows right now:

Code:
97 Current_Pending_Sector  0x0032   200   196   000    Old_age   Always       -       5
198 Offline_Uncorrectable   0x0030   200   199   000    Old_age   Offline      -       4
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   175   000    Old_age   Offline      -       17

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%     38451         3591219344
# 2  Conveyance offline  Completed without error       00%     38446         -
# 3  Short offline       Completed without error       00%     38446         -
 
Status
Not open for further replies.
Top