From owner-freebsd-hackers Thu Dec 7 0:42:18 2000 From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 7 00:42:16 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 5770C37B401 for ; Thu, 7 Dec 2000 00:42:16 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eB78bVw06968; Thu, 7 Dec 2000 00:37:31 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Matt Dillon Cc: Alfred Perlstein , Poul-Henning Kamp , A G F Keahan , freebsd-hackers@FreeBSD.ORG Subject: Re: Optimal UFS parameters In-Reply-To: Message from Matt Dillon of "Thu, 07 Dec 2000 00:24:00 PST." <200012070824.eB78O0507941@earth.backplane.com> Date: Thu, 07 Dec 2000 00:37:30 -0800 Message-ID: <6963.976178250@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It would be nice to up the default cylinders/group in sysinstall > for larger partitions (anything over 8GB). I wouldn't up it to > 159 as a default, but 32 would be a whole lot better then the Well, if somebody wants to figure out the best defaults, they're easily set in sysinstall/label.c:new_part(); just calcuate the values dynamically rather than copying in the contents of VAR_NEWFS_ARGS. I'm sure it'd be a snap for a bunch of bright guys like you. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message