From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 20:04:42 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 F014B37B401 for ; Wed, 25 Jun 2003 20:04:41 -0700 (PDT) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4037744027 for ; Wed, 25 Jun 2003 20:04:41 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.8p1/8.12.8) with ESMTP id h5Q34dIb002654 for ; Wed, 25 Jun 2003 20:04:39 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.8p1/8.12.8/Submit) id h5Q34cK5002650; Wed, 25 Jun 2003 20:04:38 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16122.25286.248404.926812@rosebud.alerce.com> Date: Wed, 25 Jun 2003 20:04:38 -0700 To: freebsd-questions@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid Subject: Questions about bootable raid 1 using atacontrol. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: George Hartzell List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 03:04:42 -0000 Hi, I have a server running 4.8 on a single disk. I'd like to set it up to mirror and be bootable. Killer performance isn't critical, but maximal flexibility to frankenstein it together from spare parts is. So, I'm shying away from hardware raids, and even the pseudo-hardware raids. I'd like to just stuff two ata drives in there and use atacontrol to set them up. I gather that I can't just cram a second disk into the existing system, rather I'll have to do dumps to somewhere, set up a raid, disklabel/newfs, then restore the dumps onto the raid. Is that an accurate summary. Once it's running, how do I recover if/when a disk pukes. It sounds like atacontrol's "rebuild" command only works w/ real controllers. Do I need to boot from a cd and then dd onto the new disk, or??? Do I need to add the new disk into the raid somehow? Thanks! g.