Re: raid1 performance

Bernd Eckenfels (ecki-news2002-04@lina.inka.de)
Wed, 1 May 2002 23:23:23 +0200


In article <20020501130127.A10936@borg.org> you wrote:
> 1. Does the OS even know where the heads are in a modern IDE disk?

> 2. Is "closer" any more finely grained than a binary
> positioned/not-positioned?

> And I guess another question: How much does RAID 1 help and under what
> kinds of usage?

No, you just distribute the ready round robin, this means each disk has only
half the seeks it had before. As long as you do not spread continous blocks
(readahead) stats are good you actually reduce overall seeks. This helps
actually even if no seek is involved because of the fact that you need to
wait for the begin of a track to read it.

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/