SOLVED More Bad Seagate Drives?

Redemption

Dabbler
Joined
Aug 3, 2022
Messages
32
After my last issue with drives, I dismantled my Server and called it quits. However, that only lasted three weeks; I could not help myself and built another NAS. I purchased new drives, different models.

I was going to burn in the drives per the suggestions on the forum, and after assembling the system, I ran;

smartctl -t short /dev/sdg

To my surprise, all the drives appear to be dying. I bought them from NewEgg. Someone told me last time that the Raid controller could be an issue or the cables. After seeing the Error rate, I removed the LSI HBA controller and installed the drives straight on the motherboard with no controller. After the change, the Raw Read Error Rate continues to increase. All four new drives have the same behavior. Are they shot?
 

Attachments

  • Disk.png
    Disk.png
    594.6 KB · Views: 89

Redemption

Dabbler
Joined
Aug 3, 2022
Messages
32
Ok, upon researching the forum, it appears that Seagate always has wonky Raw_Read_Error_Rate. So the drives are good.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
The easy thing to do is compare the total LBAs Read (#242) with the Read errors (#1) and if they match, you're fine.

Seagate puts the total read together with the errors in a way that if there are zero errors, the overall value is the same as total read.

You can also give yourself a better view of it by modifying the smartctl command to elaborate those values properly...

smartctl -a -v 1,raw48:54 /dev/daX

See my post from a long time ago on this for more details:

 

Redemption

Dabbler
Joined
Aug 3, 2022
Messages
32
Stretalla, thanks for the information. I am currently running the script to burn in the drives. It should be done running by tomorrow.
 
Top