From owner-freebsd-questions@FreeBSD.ORG Wed May 21 07:29:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A49D37B401 for ; Wed, 21 May 2003 07:29:32 -0700 (PDT) Received: from arpa.com (mail2.arpa.com [207.154.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C12A43FAF for ; Wed, 21 May 2003 07:29:29 -0700 (PDT) (envelope-from trent@arpa.com) Received: by arpa.com (Postfix, from userid 1041) id 805392013B; Wed, 21 May 2003 09:29:28 -0500 (CDT) Date: Wed, 21 May 2003 09:29:28 -0500 From: Trent Nelson To: questions@freebsd.org Message-ID: <20030521142928.GA74610@arpa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Recovering from a RAID failure. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 14:29:32 -0000 Long story short; had a RAID array, disks failed in such a way that the config info was lost. I know that one disk is still good, and as it was a mirrored set, I'm sure the data on it is still good. However, with ar0 dying, so did my disklabel/fdisk information. If I can recreate (from memory) the appropriate disklabel/fdisk info for the disk that's still good (ad6), I should be able to access ev- erything as per normal (i.e. mount file systems again), shouldn't I? Trent.