From mboxrd@z Thu Jan 1 00:00:00 1970 From: "aboster" Subject: Setting up a RAID 10 under RedHat 9 Date: Wed, 11 Aug 2004 16:33:25 -0700 Sender: linux-raid-owner@vger.kernel.org Message-ID: <000201c47ffb$9cd59b60$cd03a8c0@archnet2.atgsd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: To: linux-raid@vger.kernel.org List-Id: linux-raid.ids I have a functional RAID 10 on a Red Hat 9 server. It's very basic: (A with RAID 1 mirror A') concatenated in RAID 0 with (B with RAID 1 mirror B')) During boot, the system finds the RAID1 mirrors but not the RAID0 concat of them. I can have the system start the RAID 0 with a line in the rc.local script easily enough, but it seems to me that there should be a more graceful way of doing this. What am I missing? In the conf files, I have the RAID1 mirrors listed first already - that alone doesn't do it. It's as if there really needs to be a second auto-discovery pass. Alex