Date: Thu, 22 Apr 2004 01:40:17 -0700 (PDT) From: Paul Armstrong <army@cyber.com.au> To: freebsd-doc@FreeBSD.org Subject: Re: docs/58111: Handbook 12.4.3 Rebuilding ATA RAID1 Arrays contains errors Message-ID: <200404220840.i3M8eH8x012938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/58111; it has been noted by GNATS. From: Paul Armstrong <army@cyber.com.au> To: freebsd-gnats-submit@FreeBSD.org, jmt@twilley.org Cc: Subject: Re: docs/58111: Handbook 12.4.3 Rebuilding ATA RAID1 Arrays contains errors Date: Tue, 20 Apr 2004 18:01:19 +1000 I just got bitten with this too. Perhapse someone would care to apply the following patch? Thanks, Paul --- book.html Mon Feb 23 20:33:54 2004 +++ /tmp/book.html Mon Apr 19 17:31:07 2004 @@ -28726,7 +28726,7 @@ </li> <li> -<p>Reattach the disk as a spare:</p> +<p>Reattach the disk:</p> <pre class="SCREEN"> <samp class="PROMPT">#</samp> <kbd class="USERINPUT">atacontrol attach 3</kbd> @@ -28736,6 +28736,13 @@ </li> <li> +<p>Attach the disk as a spare:</p> +<pre class="SCREEN"> +<samp class="PROMPT">#</samp> <kbd class="USERINPUT">atacontrol addspare ar0 ad6</kbd> +</pre> +</li> + +<li> <p>Rebuild the array:</p> <pre class="SCREEN"> @@ -28744,7 +28751,8 @@ </li> <li> -<p>The rebuild command hangs until complete. However, it is possible to open another +<p>On older versions of FreeBSD, the rebuild command may hang until complete. +However, it is possible to open another terminal (using <b class="KEYCAP">Alt</b>+<b class="KEYCAP">F<var class="REPLACEABLE">n</var></b>) and check on the progress by issuing the following command:</p>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404220840.i3M8eH8x012938>