From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 12:23:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108E637B401; Sun, 20 Apr 2003 12:23:22 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389A543FE0; Sun, 20 Apr 2003 12:23:21 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3KJNK8M005037; Sun, 20 Apr 2003 12:23:20 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3KJNKOb005036; Sun, 20 Apr 2003 12:23:20 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 20 Apr 2003 12:23:19 -0700 From: David Schultz To: "David O'Brien" , Robert Watson , Manfred Antar , current@FreeBSD.ORG Message-ID: <20030420192319.GB4963@HAL9000.homeunix.com> Mail-Followup-To: David O'Brien , Robert Watson , Manfred Antar , current@freebsd.org References: <5.2.1.1.2.20030420080745.00a80490@pozo.com> <20030420181949.GA53778@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030420181949.GA53778@dragon.nuxi.com> Subject: Re: HEADS UP: UFS2 now the default creation type on 5.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 19:23:22 -0000 On Sun, Apr 20, 2003, David O'Brien wrote: > On Sun, Apr 20, 2003 at 11:31:21AM -0400, Robert Watson wrote: > > There were initially some size glitches because UFS2 required additional > > 64-bit operations in the boot record, and that exceeded the space at the > > front of the file system, but I believe that has now been resolved. > > s/resolved/hacked around/ [...] > revision 1.10 > date: 2003-02-24 04:57:01; author: mckusick; state: Exp; lines: +2 -0 > Revert to old (broken for over 1.5Tb filesystems) version of cgbase > so that boot loader once again will fit. It might be worth noting the size limit on the root filesystem somewhere for the unfortunate person who decides not to partition.