Thread (9 messages) 9 messages, 6 authors, 2005-11-07

Re: Checking the sanity of SATA disks

From: Bill Davidsen <hidden>
Date: 2005-11-07 19:22:07

Andy Smith wrote:
Hello,

I have a home fileserver with 4 SATA disks in a RAID 5.  As I am
sure you are aware, SATA devices in Linux currently cannot be
queried for SMART info, so I can't do SMART health checks of these
devices.

Also there is still the tendency for Linux Software RAID to kick
devices out of the array as soon as there is any error on them.

I really don't want to be in the situation where a drive dies, I fit
a new one, and during the resync another device is kicked out
because of spontaneously finding a bad sector.

I tried simply doing a

       dd if=/dev/sd[abcd] of=/dev/null

To check each disk in a very unsubtle fashion, but it drives the
load average on the machine way way up (like to 20+) and makes it
very unresponsive (wait several minutes for a keypress to be
acknowledged), even if I run it under nice -n 19.
You (a) want to use larger buffers, and (b) a program which uses 
O_DIRECT for i/o. I had a news server which was running 28 aps until I 
started using dd, then it dropped to 3 aps. Usinf O_DIRECT there is no 
measurable slowdown (and no buffer contention).

-- 
bill davidsen [off-list ref]
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help