<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <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><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 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>
  </body>
</html>