<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000099">
Phil Schaffner wrote:<br>
<blockquote cite="mid1088515019.3707.15.camel@radar0.larc.nasa.gov"
 type="cite">
  <pre wrap="">On Tue, 2004-06-29 at 10:05 -0300, Jean-Rene Cormier wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi, I was wondering what was the right way to start and mount a software
RAID array at boot time in FC2. I have a computer at home with a RAID-1
and a RAID-5 array and just adding them both in the fstab is not enough
because I need to start the arrays first. Where do I set them up? I
could just add mdadm -As /dev/md0 and mount /dev/md0 in rc.local and do
the same for /dev/md1 but I'd like to do it "The right way".
    </pre>
  </blockquote>
  <pre wrap=""><!---->
man raidtab</pre>
</blockquote>
<br>
You might also want to rebuild the initrd (with the mkinitrd program).
Otherwise, the "mini-root" that loads will not be able to understand
how to handle md0... <br>
<br>
Steve<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Steven Ringwald
Asric Consulting Services</pre>
</body>
</html>