From owner-freebsd-hardware Wed Sep 3 20:16:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29142 for hardware-outgoing; Wed, 3 Sep 1997 20:16:31 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29137 for ; Wed, 3 Sep 1997 20:16:29 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id VAA00830; Wed, 3 Sep 1997 21:16:17 -0600 (MDT) Date: Wed, 3 Sep 1997 21:16:17 -0600 (MDT) From: Brandon Gillespie To: Bruce Evans cc: hardware@FreeBSD.ORG Subject: Re: disklabel fstype changes from 4.4BSD to System V? In-Reply-To: <199709040134.LAA18047@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 4 Sep 1997, Bruce Evans wrote: > > "4.4BSD" is not a valid fstype name. It is misinterpreted as fstype > number atoi("4.4BSD") = 4, which happens to be FS_SYSV. Oops... I wonder how I started doing 4.4BSD rather than 4.2BSD... That looks like the only problem (still not sure what was up with /stand/sysinstall). Sorry for the noise :) -Brandon