<html>
<body>
<font size=3>Here it is:<br><br>
# mdadm -A /dev/md0<br>
mdadm: device /dev/md0 already active - cannot assemble it<br><br>
# cat /proc/mdstat<br>
Personalities : [raid6] [raid5] [raid4]<br>
md0 : inactive hdi1[5](S) hdb1[0] hdh1[4] hdg1[3] hdf1[2] hde1[1]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1172151808 blocks<br><br>
unused devices: &lt;none&gt;<br><br>
-- Mache<br><br>
At 04:19 PM 10/27/2006, John Drescher wrote:<br><br>
</font><blockquote type=cite class=cite cite="">
<dl>
<dd><pre>Personalities : [raid6] [raid5] [raid4]

<dd>md0 : inactive hdb1[0] hdh1[4] hdg1[3] hdf1[2] hde1[1]


<dd>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 976791040
blocks</pre><font face="Courier New, Courier" size=3></font><br>

</dl><br>
Well that says a lot.&nbsp; Normally it should say active. You first need
to activate the array:<br><br>
mdadm -A /dev/md0 <br><br>
should do the trick.<br><br>
Do this then post the cat /proc/mdstat again. <br><br>
John<br>
</blockquote></body>
</html>