From owner-freebsd-hackers Thu May 15 13:38:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA13553 for hackers-outgoing; Thu, 15 May 1997 13:38:19 -0700 (PDT) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA13548 for ; Thu, 15 May 1997 13:38:17 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id NAA01027 for freebsd-hackers@freefall.cdrom.com; Thu, 15 May 1997 13:38:16 -0700 (MST) From: Don Yuniskis Message-Id: <199705152038.NAA01027@seagull.rtd.com> Subject: newfs incantations To: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) Date: Thu, 15 May 1997 13:38:16 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! I'm trying to sort through the effects of all the 497 different switches you can pass to newfs :-( I suspect that there are lots of particular combinations that will "work" for a given partition, geometry, etc. But, what are the tradeoffs among the b, f, u, t, c, etc. switches? Thanks! --don