From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 17:04:11 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 8E78116A421 for ; Thu, 29 Sep 2005 17:04:11 +0000 (GMT) (envelope-from freebsd@amadeus.demon.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB7C43D5A for ; Thu, 29 Sep 2005 17:04:06 +0000 (GMT) (envelope-from freebsd@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:58533 helo=[10.0.1.2]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EL1pG-000CX4-18; Thu, 29 Sep 2005 17:04:06 +0000 In-Reply-To: <57416b300509290428dc2bc97@mail.gmail.com> References: <57416b300509290428dc2bc97@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <334F213D-52A9-4157-B6B8-E961EF47DC31@amadeus.demon.nl> Content-Transfer-Encoding: 7bit From: FreeBSD usergroup Date: Thu, 29 Sep 2005 19:04:04 +0200 To: Peter Clutton X-Mailer: Apple Mail (2.734) Cc: FreeBSD Questions Subject: Re: Help setting up Vinum mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 17:04:11 -0000 On 29 sep 2005, at 13:28, Peter Clutton wrote: > Hi, I have gone through the docs on this but am just missing a > couple of points > 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. > Which FBSD release do you use? basically (FBSD < 5.3) for vinum you just have to type: vinum start after a reboot and it'll read the config from the disks and put the volume in /dev/vinum/ from there you can mount it manually or add a line to /etc/fstab Arno