From owner-freebsd-geom@FreeBSD.ORG Mon Nov 8 20:20:47 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A5116A4CE; Mon, 8 Nov 2004 20:20:47 +0000 (GMT) Received: from orion.frasa.net (orion.frasa.net [195.241.98.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B0143D31; Mon, 8 Nov 2004 20:20:46 +0000 (GMT) (envelope-from bsd@orion.frasa.net) Received: from localhost (orion [127.0.0.1]) by orion.frasa.net (Postfix) with ESMTP id D0E9C5B9; Mon, 8 Nov 2004 21:20:45 +0100 (CET) Received: from orion.frasa.net ([127.0.0.1]) by localhost (orion.frasa.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02321-07; Mon, 8 Nov 2004 21:20:42 +0100 (CET) Received: by orion.frasa.net (Postfix, from userid 1004) id B11515B3; Mon, 8 Nov 2004 21:20:42 +0100 (CET) Date: Mon, 8 Nov 2004 21:20:42 +0100 From: Mark Frasa To: Pawel Jakub Dawidek Message-ID: <20041108202042.GA2961@orion.frasa.net> References: <200411081140.57792.michael.riexinger@de.clara.net> <20041108120513.GH11057@calleigh.elde.net> <20041108124606.GC8120@darkness.comp.waw.pl> <200411081540.05593.michael.riexinger@de.clara.net> <20041108164540.GF8120@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041108164540.GF8120@darkness.comp.waw.pl> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd at frasa.net cc: freebsd-geom@freebsd.org Subject: Re: gmirror problems X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Frasa List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 20:20:47 -0000 On 2004.11.08 17:45:40 +0000, Pawel Jakub Dawidek wrote: > On Mon, Nov 08, 2004 at 03:40:05PM +0100, Michael Riexinger wrote: > +> Now a last question: For setting up gmirror on my 2 hd's (the first > +> contained a fresh freebsd installation), I had to boot from cd, using > +> the fixit cd, chrooting a bit for loading gmirror etc. Is there an > +> easier way for doing this? First i tried using the single user mode but > +> there was an operation not permitted when i tried to do a 'gmirror > +> label'. Can I for example say: Create a mirror on ad1 with the data on > +> ad0, wait till it's built, reboot the machine from the gmirror and then > +> insert ad0? > > Unfortunately, gmirror and other GEOM classes are not supported by our > installer. > > The safest way to do what you want is to: > > # gmirror label ad1 > create slices and partitions on /dev/mirror/ > create file system > copy data from ad0 to > change /etc/fstab to boot from /dev/mirror/s1a or something > reboot > # gmirror insert ad0 > > -- > Pawel Jakub Dawidek http://www.FreeBSD.org > pjd@FreeBSD.org http://garage.freebsd.pl > FreeBSD committer Am I Evil? Yes, I Am! Hello, After trying to setup gvinum for 2 weeks, i ran into problems which even Lukas Ertl couldn't solve. Now i am trying to setup geom_mirror, when i do the above things: "gmirror label data ad1" /dev/mirror is not available. Why is this? Am i missing something or what? Cheers Mark.