From owner-freebsd-alpha@FreeBSD.ORG Tue Jul 26 21:04:14 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A527F16A420; Tue, 26 Jul 2005 21:04:14 +0000 (GMT) (envelope-from macgyver@calibre-solutions.co.uk) Received: from mail.calibre-solutions.co.uk (ns0.calibre-solutions.co.uk [217.79.104.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F378143D49; Tue, 26 Jul 2005 21:04:11 +0000 (GMT) (envelope-from macgyver@calibre-solutions.co.uk) Received: from vmx.calibre-solutions.co.uk (node1.calibre-solutions.co.uk [172.16.1.3]) by mail.calibre-solutions.co.uk (Postfix) with ESMTP id 7E44E78E99; Tue, 26 Jul 2005 22:12:23 +0100 (BST) Received: from yavin4.calibre-solutions.co.uk (yavin4.calibre-solutions.co.uk [172.16.1.25]) by vmx.calibre-solutions.co.uk (Postfix) with ESMTP id DA0B7AF84; Tue, 26 Jul 2005 22:01:35 +0100 (BST) From: Angus MacGyver To: Pawel Jakub Dawidek In-Reply-To: <20050726201815.GI46538@darkness.comp.waw.pl> References: <1121674263.5897.5.camel@falcon.calibre-solutions.co.uk> <20050718100353.GH53035@cicely12.cicely.de> <1121681574.5897.7.camel@falcon.calibre-solutions.co.uk> <1122398630.5860.7.camel@yavin4.calibre-solutions.co.uk> <20050726201815.GI46538@darkness.comp.waw.pl> Content-Type: text/plain Date: Tue, 26 Jul 2005 22:04:09 +0100 Message-Id: <1122411849.5860.12.camel@yavin4.calibre-solutions.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit Cc: freebsd-alpha@freebsd.org Subject: Re: Vinum + AXP + 5.4.. X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 21:04:14 -0000 On Tue, 2005-07-26 at 22:18 +0200, Pawel Jakub Dawidek wrote: > On Tue, Jul 26, 2005 at 06:23:50PM +0100, Angus MacGyver wrote: > +> mount > +> /dev/da1a on / (ufs, local) > +> devfs on /dev (devfs, local) > +> /dev/mirror/md2 on /var (ufs, local, soft-updates) > +> /dev/mirror/md3 on /tmp (ufs, local, soft-updates) > +> /dev/mirror/md4 on /usr (ufs, local, soft-updates) > +> /dev/mirror/md5 on /data (ufs, local, soft-updates) > +> > +> And the /etc/fstab..... > +> > +> cat /etc/fstab > +> #Device Mountpoint FStype Options Dump > +> Pass# > +> /dev/mirror/md1 none swap sw 0 > +> 0 > +> /dev/mirror/md0 / ufs rw 1 > +> 1 > +> /dev/mirror/md2 /var ufs rw 2 > +> 2 > +> /dev/mirror/md3 /tmp ufs rw 2 > +> 2 > +> /dev/mirror/md4 /usr ufs rw 2 > +> 2 > +> /dev/mirror/md5 /data ufs groupquota,userquota,rw > +> 0 2 > +> /dev/acd0 /cdrom cd9660 ro,noauto 0 > +> 0 > +> > +> > +> I just KNOW I have missed something, and I am struggling to find a non- > +> x86 answer as to the / not mounting /dev/mirror/md0 > +> (I just called them md0 etc cause that is what I call them under > +> Solstice Disk Suite with Solaris) > > Could you paste output of: > > # gmirror status md0 > > ? Of course... corsec# gmirror status md0 Name Status Components mirror/md0 COMPLETE da0a corsec# (and for good measure md1) corsec# gmirror status md1 Name Status Components mirror/md1 COMPLETE da0b da1b Now, what I haven't yet done, is to insert what is the second disk into the mirror, but i have all data on md0 when I mount it.... Why haven't i done it? Simple paranoia I guess... I wanna proove I can boot off the mirror md0 before I blow away data on da0a and insert that into the mirror.... Failure to confirm I can boot off /dev/mirror/md0 could easily mean i have a system that doesn't boot, and that ain't good to man nor beast... Cheers AM -- Angus MacGyver