From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 17:46:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B29F216A41F for ; Thu, 15 Sep 2005 17:46:28 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC9743D45 for ; Thu, 15 Sep 2005 17:46:28 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([192.168.1.201]) by bristolsystems.com (8.11.6/8.11.6) with ESMTP id j8FHkRn10815; Thu, 15 Sep 2005 10:46:27 -0700 From: "Gayn Winters" To: "'Jason King'" , "'Jerry McAllister'" Date: Thu, 15 Sep 2005 10:46:18 -0700 Message-ID: <02ec01c5ba1d$63bb62d0$c901a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <4329B12F.7010802@informs.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: 'Andrea Venturoli' , freebsd-questions@freebsd.org Subject: RE: Software RAID1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:46:28 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Jason King > Sent: Thursday, September 15, 2005 10:37 AM > To: Jerry McAllister > Cc: Andrea Venturoli; freebsd-questions@freebsd.org > Subject: Re: Software RAID1 > > > Also, I noticed that this command: > > sed -e 's/dev\/ad0/dev\/mirror\/gm0/g' >/mnt/etc/fstab > > Doesn't seem to do anything to the fstab file on the second > disk. Isn't it suppose to be changing something? > > Jason > > Yes, and you need to replace ad0 --> da0 -gayn