From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 05:35:55 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 7B13E37B401; Wed, 23 Apr 2003 05:35:55 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A72243FDD; Wed, 23 Apr 2003 05:35:54 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h3NCZgoT016018; Wed, 23 Apr 2003 14:35:52 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "Daniel C. Sobral" , Robert Watson , current@freebsd.org From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 23 Apr 2003 09:28:09 -0300." <3EA686D9.50808@tcoip.com.br> Date: Wed, 23 Apr 2003 14:35:42 +0200 Message-ID: <16017.1051101342@critter.freebsd.dk> 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: Wed, 23 Apr 2003 12:35:55 -0000 In message <3EA686D9.50808@tcoip.com.br>, "Daniel C. Sobral" writes: >Terry Lambert wrote: >> "Wilkinson,Alex" wrote: >> >>>Thanks for that. >>> >>>Do you know if UFS2 dynamically allocates inodes ? >> >> >> No; it gets them from the prereserved inodes area that is > >? > >AFAIK, it *does* dynamically allocate inodes. No it does not. Inodes are preallocated, but it dynamincally initializes them. This mainly means that newfs(8) runs much faster. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.