HDD how to do a rigorous test in linux?

medoomi

Distinguished
Dec 16, 2008
70
0
18,640
I'm wondering if someone can direct me, I'm looking for linux software that will do a byte-by-byte analysis of a HDD for early error detection. In the past, I've not found SMART to give a perfect analysis. I've preferred doing a byte-by-byte HDD clone (eg. R-studio does a great job of isolating problem areas.)

Is there any software in linux that will test the HDD and give any better analysis of the HDD than typical SMART reports?

Thanks so much!
 

medoomi

Distinguished
Dec 16, 2008
70
0
18,640


Thx! It's for a NAS server doing rsync backups... I'm looking for the most detailed analysis I can find...

 

medoomi

Distinguished
Dec 16, 2008
70
0
18,640


Hi Skittle, thanks so very much for the suggestion--it's definitely what I was looking for...

An extra question you might be able to help me with is about RAID configurations. I'm presently planning on doing software raid. My assumption is that this would give better access to the component drives for analysis (depending on hardware RAID, I'm guessing might make individual HDD analysis problematic). Does this make sense? Or am I not thinking of something?
 

medoomi

Distinguished
Dec 16, 2008
70
0
18,640


Thanks again so much...

Out of interest, does anyone know what kind of hit software raid has on a CPU? I'm guessing it's small & given that it will be for a NAS, I doubt it would require much--any guesses though?

 
Not sure I searched quite a while to no avail. Would be inserting to see proper benchmark done with various workload and RAID configuration. The linux tool IoZone is a good tool.

That said I would imagine for modern cpu RAID is not much of a challenge ;)
 

medoomi

Distinguished
Dec 16, 2008
70
0
18,640
In terms of figuring how much of a hardware hit software RAID gives a system vs. hardware RAID, I found this article useful. It doesn't directly answer the question, but gives some useful info on what needs to be considered to have software RAID running efficiently:
www.serverfault.com/a/685328