From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 27 20:48:44 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 6096116A428; Wed, 27 Jul 2005 20:48:44 +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 E961143D48; Wed, 27 Jul 2005 20:48:37 +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 8A51E78E99; Wed, 27 Jul 2005 21:56:51 +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 A1A2BAF84; Wed, 27 Jul 2005 21:45:55 +0100 (BST) Received: by yavin4.calibre-solutions.co.uk (Postfix, from userid 1021) id C3A864C0B2; Wed, 27 Jul 2005 09:46:48 +0100 (BST) Date: Wed, 27 Jul 2005 09:46:48 +0100 From: Angus MacGyver To: Pawel Jakub Dawidek Message-ID: <20050727084648.GC10772@calibre-solutions.co.uk> 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> <1122411849.5860.12.camel@yavin4.calibre-solutions.co.uk> <20050726212616.GL46538@darkness.comp.waw.pl> <1122446849.5860.25.camel@yavin4.calibre-solutions.co.uk> <20050727070537.GM46538@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: evfs on /dev (devfs, local) Content-Disposition: inline In-Reply-To: <20050727070537.GM46538@darkness.comp.waw.pl> User-Agent: Mutt/1.4.1i Cc: freebsd-alpha@freebsd.org Subject: Re: Vinum + AXP + 5.4.. on /proc (procfs, local) X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Angus MacGyver List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 20:48:44 -0000 On Wed, Jul 27, 2005 at 09:05:37AM +0200, Pawel Jakub Dawidek wrote: > On Wed, Jul 27, 2005 at 07:47:29AM +0100, Angus MacGyver wrote: > +> My fstab only has refereence to / as /dev/mirror/md0 and nothing else. > +> > +> /dev/mirror/md0 / ufs rw 1 1 > > But could you mount /dev/mirror/md0 on /mnt and confirm that > / is /dev/mirror/md0 in /mnt/etc/fstab? and one hears the sound of a slap on the forehead...... DOH! I'd newfs'd /dev/mirror/md0 and then dumped / to this, BEFORE i'd changed the fstab to point to /dev/mirror/md0.... When the machine booted and picked up the fstab from /dev/da0a, it was pointing / at /dev/da1a, from which is read /etc/fstab for all the other mounts, which then mounted as expected.... Talk about muppetry... I now have... /dev/mirror/md0 on / (ufs, local, soft-updates) 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) procfs on /proc (procfs, local) Precisely what I'd expected... Thanks for all your help ;-) Cheers AM -- I ain't perfect, yet.. MacGyver