From owner-freebsd-current Sun Mar 8 09:05:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15075 for freebsd-current-outgoing; Sun, 8 Mar 1998 09:05:32 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15062 for ; Sun, 8 Mar 1998 09:05:29 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA02825; Sun, 8 Mar 1998 17:05:23 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id SAA14455; Sun, 8 Mar 1998 18:05:22 +0100 (MET) Message-ID: <19980308180522.35587@follo.net> Date: Sun, 8 Mar 1998 18:05:22 +0100 From: Eivind Eklund To: Mikael Karpberg , Mike Smith Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys reboot.h src/sys/i386/i386 autoconf.c References: <199803081518.HAA10644@dingo.cdrom.com> <199803081532.QAA06008@ocean.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803081532.QAA06008@ocean.campus.luth.se>; from Mikael Karpberg on Sun, Mar 08, 1998 at 04:32:10PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 08, 1998 at 04:32:10PM +0100, Mikael Karpberg wrote: > According to Mike Smith: > > If your boot disk is sliced (has a partition table), and you have not > > upgraded /sbin/mount to the most recent version preceeding this change, > > you will have problems booting. > > > > This change means that if your current /etc/fstab looks like this: > > > > /dev/xd0a / ufs ... > > /dev/xd0s2e /usr ufs ... > > > > you need to update it to look like: > > > > /dev/xd0s2a / ufs ... > > /dev/xd0s2e /usr ufs ... > > Er... Excuse me for the maybe silly question, but WHY is this done? Consistency. Magic should _not_ happen underneath the partitioning scheme - partitioning is too important to make it more obscure than it have to be. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message