From owner-cvs-all Mon Mar 26 17:35: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68AEB37B71A; Mon, 26 Mar 2001 17:34:59 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R1Yxj90971; Mon, 26 Mar 2001 17:34:59 -0800 (PST) (envelope-from obrien) Message-Id: <200103270134.f2R1Yxj90971@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 26 Mar 2001 17:34:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/26 17:34:59 PST Modified files: sbin/newfs newfs.c Log: The common wisdom is to use the largest number of cylinders per group. So bump the default from `16' to `22', which is the largest value allowed with the current default block size. This change increases the the group size from 32MB/g to 44MB/g on a 4GB SCSI disk. Revision Changes Path 1.33 +5 -4 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message