From owner-freebsd-doc@FreeBSD.ORG Thu Apr 22 01:40:18 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A5E416A4D0 for ; Thu, 22 Apr 2004 01:40:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721FF43D2D for ; Thu, 22 Apr 2004 01:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3M8eIbv012939 for ; Thu, 22 Apr 2004 01:40:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3M8eH8x012938; Thu, 22 Apr 2004 01:40:17 -0700 (PDT) (envelope-from gnats) Date: Thu, 22 Apr 2004 01:40:17 -0700 (PDT) Message-Id: <200404220840.i3M8eH8x012938@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Paul Armstrong Subject: Re: docs/58111: Handbook 12.4.3 Rebuilding ATA RAID1 Arrays contains errors X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Armstrong List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 08:40:18 -0000 The following reply was made to PR docs/58111; it has been noted by GNATS. From: Paul Armstrong 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 @@
  • -

    Reattach the disk as a spare:

    +

    Reattach the disk:

      # atacontrol attach 3
     @@ -28736,6 +28736,13 @@
      
  • +

    Attach the disk as a spare:

    +
     +# atacontrol addspare ar0 ad6
     +
    +
  • + +
  • Rebuild the array:

     @@ -28744,7 +28751,8 @@
      
  • -

    The rebuild command hangs until complete. However, it is possible to open another +

    On older versions of FreeBSD, the rebuild command may hang until complete. +However, it is possible to open another terminal (using Alt+Fn) and check on the progress by issuing the following command: