From owner-freebsd-hackers Mon Jan 8 01:04:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23554 for hackers-outgoing; Mon, 8 Jan 1996 01:04:48 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA23482 for ; Mon, 8 Jan 1996 01:02:19 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id TAA18733; Mon, 8 Jan 1996 19:53:21 +1100 Date: Mon, 8 Jan 1996 19:53:21 +1100 From: Bruce Evans Message-Id: <199601080853.TAA18733@godzilla.zeta.org.au> To: bde@zeta.org.au, bjj@sequent.com, wilko@yedi.iaf.nl Subject: Re: Number of superblocks on big disks. Cc: hackers@FreeBSD.org, mrcpu@cdsnet.net, roberto@keltia.freenix.fr Sender: owner-hackers@FreeBSD.org Precedence: bulk >>takes longer, though. A quick look at the source to FreeBSD newfs >>suggests that contrary to the manual page, we default to `-i 4096'*, >>wheras SunOS is defaulting to `-i 2048', which would spend twice as much >>time writing inodes. I wrote: >I fixed the code to match the man page in my version, but 4.4lite2 fixed >the man page to match the code. The latter seems best - if the frag >size is large then you probably don't plan to have many small files, >so you probably want less inodes. Actually, 4.4lite2 didn't change anything in this area. Bruce