Hello,
I ran a badblocks on spare HDD i had and got this
smartctl returns
Can i use this disk in a mirror zpool?
Thanks
I ran a badblocks on spare HDD i had and got this
Code:
# badblocks -wsv -b 4096 /dev/da11
Checking for bad blocks in read-write mode
From block 0 to 146515445
Testing with pattern 0xaa: set_o_direct: Inappropriate ioctl for device
done
Reading and comparing: done
Testing with pattern 0x55: done
Reading and comparing: done
Testing with pattern 0xff: done
Reading and comparing: 4089366 done, 5:11:11 elapsed. (0/0/0 errors)
4089974 done, 5:11:14 elapsed. (1/0/0 errors)
4090171 done, 5:11:17 elapsed. (2/0/0 errors)
4090367 done, 5:11:18 elapsed. (3/0/0 errors)
4090564 done, 5:11:20 elapsed. (4/0/0 errors)
4146285 done, 5:11:25 elapsed. (5/0/0 errors)
4146481
4147071 done, 5:11:27 elapsed. (7/0/0 errors)
4148073 done, 5:11:28 elapsed. (8/0/0 errors)
4148662 done, 5:11:29 elapsed. (9/0/0 errors)
4148859
4149055 done, 5:11:31 elapsed. (11/0/0 errors)
4149251
4149448 done, 5:11:33 elapsed. (13/0/0 errors)
4149644
4149841 done, 5:11:35 elapsed. (15/0/0 errors)
4150253
4150450 done, 5:11:37 elapsed. (17/0/0 errors)
4150646
4150843 done, 5:11:38 elapsed. (19/0/0 errors)
done
Testing with pattern 0x00: done
Reading and comparing: done
Pass completed, 20 bad blocks found. (20/0/0 errors)
smartctl returns
Code:
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 44 C
Drive Trip Temperature: 85 C
Manufactured in week 33 of year 2011
Specified cycle count over device lifetime: 50000
Accumulated start-stop cycles: 194
Elements in grown defect list: 10
Vendor (Seagate) cache information
Blocks sent to initiator = 22299609736937472
Error counter log:
Errors Corrected by Total Correction Gigabytes Total
ECC rereads/ errors algorithm processed uncorrected
fast | delayed rewrites corrected invocations [10^9 bytes] errors
read: 0 926754 0 926754 2851834 17772.447 143
write: 0 8543488 0 8543488 6976216 63413.454 0
verify: 0 0 0 0 90375 0.000 0
Non-medium error count: 0
SMART Self-test log
Num Test Status segment LifeTime LBA_first_err [SK ASC ASQ]
Description number (hours)
# 1 Background long Failed in segment --> 24 46593 34090189 [0x3 0x5d 0x1]
# 2 Background short Completed 16 46592 - [- - -]
# 3 Background short Completed 16 0 - [- - -]
# 4 Background short Completed 16 0 - [- - -]
Long (extended) Self Test duration: 4981 seconds [83.0 minutes]
Can i use this disk in a mirror zpool?
Thanks