From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 11:28:51 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 60B0516A41F for ; Thu, 29 Sep 2005 11:28:51 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD79243D4C for ; Thu, 29 Sep 2005 11:28:50 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1547302wxc for ; Thu, 29 Sep 2005 04:28:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XC3E1/Osv+mANQK0hu1s3ADT64+Gq984/ARjSVmpYOsDpbqfpwpFGL2FtHssOGaXEmPlLB/7lU5O2+Yn/YSSFuTRj1LQd8dU0uascqvAA/ZWBQeznJPiYxM7wI0wQt/yhXO56x9G104+wRc0hXVwTXvrVx/dZGkstEUxdL+k6cA= Received: by 10.70.70.10 with SMTP id s10mr465709wxa; Thu, 29 Sep 2005 04:28:50 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Thu, 29 Sep 2005 04:28:49 -0700 (PDT) Message-ID: <57416b300509290428dc2bc97@mail.gmail.com> Date: Thu, 29 Sep 2005 21:28:49 +1000 From: Peter Clutton To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Help setting up Vinum mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Clutton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 11:28:51 -0000 Hi, I have gone through the docs on this but am just missing a couple of po= ints conceptually, and would be grateful for any help. Basically i have created two slices on two IDE drives and mounted them (through fdisk, label etc), and had that all up and running correctly. I then went into Vinum in interactive mode and (hopefully) created a mirror by typing mirror -d /dev/ad0s2d /dev/ad1s1d . It then gave me successful messages and gave the drive a name and said it's "up". I'm just wondering after this point, can i just type quit and it's up and running? I noticed on reboot the directories that were my mount point for these partitions say they are "not a directory" now. Do i need to go on and mount the mirror? Or did i make a mistake mounting these partitions before creating the mirror. How do i utilize it after issuing the mirror command. Many thanks in advance.