From owner-cvs-all Tue Nov 27 9: 1:22 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 D415837B405; Tue, 27 Nov 2001 09:01:17 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARH1Hx55357; Tue, 27 Nov 2001 09:01:17 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111271701.fARH1Hx55357@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 27 Nov 2001 09:01:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/27 09:01:17 PST Modified files: sbin/newfs newfs.8 Log: Correct the example introduced in rev 1.29, which suggested a block:frag size ratio other than 8:1. Currently, we only recommend an 8:1 ratio, because the impact of others ratios has not been adequately investigated. Also, do not recommend the use of the -c option in the example, since newfs now automatically calculates the best cyl:cylgrp ratio. This change was discussed with the author of rev 1.29. Revision Changes Path 1.45 +4 -4 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message