<div dir="ltr">snip<br><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
<br>
</div></div>Well once you have partitioned the new disk you should be able to just do:<br>
<br>
mdadm --add /dev/md0 /dev/sdX1 (whatever X is for the new drive).<br>
<br>
Then /proc/mdstat should show it rebuilding the raid.<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>Result:<br></div><div>1. partitioned the drive using gparted (in the running system) to be sdf1<br></div><div>       I did a boot into a rescue disk to check but it had worked on the running system. This was not listed as possible but the command worked!)<br></div><div>2. read and read (a few times) the man page for mdadm<br></div><div>       I was looking specifically at the commands -D -v --add as suggested by William<br></div><div>       found the total lack of examples frustrating (a normal man page I think!)<br></div><div>3.  took the command above, suggested by Len, and changed it somewhat to <br>    #  mdadm -v --add /dev/md0 /dev/sdf1<br></div><div>4.  checked the rebuilding by using<br></div><div>    # vi /proc/mdstat<br><br></div><div>Thank you to those who contributed!!<br><br></div><div>Dee<br></div></div></div></div></div>