<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 04/29/2014 06:23 PM, Gerald Waugh
wrote:<br>
</div>
<blockquote cite="mid:53603460.1010002@frontstreetnetworks.com"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<blockquote cite="mid:53602BE0.1050805@virtbiz.com" type="cite">
<pre wrap="">On 4/29/2014 5:35 PM, Richard Barker wrote:
</pre>
<blockquote type="cite">
<pre wrap="">So whould I use this to fix the error below?
/sfdisk -d /dev/sdb | sfdisk /dev/sda
/
A Fail event had been detected on md device /dev/md1.
It could be related to component device /dev/sda2.
Personalities : [raid1]
md0 : active raid1 sdb1[0] sda1[1]
256896 blocks [2/2] [UU]
md1 : active raid1 sdb2[0] <b>sda2[2](F)</b>
488126912 blocks [2/1] [U_]
</pre>
</blockquote>
</blockquote>
<tt>note the bold above, shouldn't that be sda2[1]</tt><tt><br>
</tt><tt>did you do a reboot.</tt><tt><br>
</tt></blockquote>
<b><tt>maybe not reboot since sda partition is bad</tt></b><br>
<blockquote cite="mid:53603460.1010002@frontstreetnetworks.com"
type="cite"><tt> </tt><tt><br>
</tt><tt>try removing the raid partition first</tt><tt><br>
</tt><br>
<pre><code class=""><span class="line">mdadm --remove /dev/md1 /dev/sda2</span></code></pre>
<tt>then</tt><code class=""><span class="line"><br>
<br>
mdadm --add /dev/md1 /dev/sda2</span></code><br>
<br>
see this raid cheat sheet<br>
<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.ducea.com/2009/03/08/mdadm-cheat-sheet/">http://www.ducea.com/2009/03/08/mdadm-cheat-sheet/</a><br>
<br>
YMMV<br>
<br>
<div class="moz-signature">-- <br>
Gerald <br>
</div>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
Gerald Waugh<br>
Front Street Networks<br>
(318) 734-4779<br>
(318) 401-0428
</div>
</body>
</html>