From owner-freebsd-bugs Sun Jul 7 05:10:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA19148 for bugs-outgoing; Sun, 7 Jul 1996 05:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA19133; Sun, 7 Jul 1996 05:10:02 -0700 (PDT) Date: Sun, 7 Jul 1996 05:10:02 -0700 (PDT) Message-Id: <199607071210.FAA19133@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: docs/1374: incorrect default for the -i option in the newfs(8) man page Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/1374; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@freebsd.org, marcs@worldgate.com Cc: Subject: Re: docs/1374: incorrect default for the -i option in the newfs(8) man page Date: Sun, 7 Jul 1996 22:02:14 +1000 >>Fix: > >Change 2048 to 4096 in the description for the default of the -i >option in the man page, assuming there are a minimal number of >situations where fsize could end up being something other than 1024. Don't assume. Say that the default is 4 times the fragment size. I changed the default to 2048 bytes in my version of newfs, but I now think that 4 fragments is better - 2048 is usually too small, and doesn't scale properly (for fragments larger than 4096, it would give more inodes than possible files). Bruce