From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Talbot Subject: RAID on the root partition / Date: Thu, 15 Jun 2006 22:14:08 -0700 Message-ID: <44923E20.3030401@comcast.net> References: <4558af040606121737w1bab008am1110e4e1c2cd8934@mail.gmail.com> <17550.2944.728044.154492@cse.unsw.edu.au> <4558af040606151953g2ae4c1aasb0c398294cda5887@mail.gmail.com> <17554.13434.191935.975865@cse.unsw.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <17554.13434.191935.975865@cse.unsw.edu.au> Sender: linux-raid-owner@vger.kernel.org Cc: linux-raid@vger.kernel.org List-Id: linux-raid.ids What I hope to be an easy fix. Running Gentoo Linux and trying to setup RAID 1 across the root partition hda3 hdc3. Have the fstab set up to look for /dev/md3 and I have built the OS on /dev/md3. Works fine until I reboot. System loads and states it can not find /dev/md3 and when I look md3 not started. I have MD as part of the kernel, I have mdadm.conf setup like so: DEVICE /dev/hda3 /dev/hdc3 ARRAY /dev/md3 level=raid1 devices=/dev/hda3,/dev/hdc3 What am I missing? -Adam