From owner-freebsd-questions@FreeBSD.ORG Thu May 6 13:15:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A170916A4CE for ; Thu, 6 May 2004 13:15:10 -0700 (PDT) Received: from post.web.ca (post.web.ca [192.139.37.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A3743D49 for ; Thu, 6 May 2004 13:15:10 -0700 (PDT) (envelope-from rob@web.ca) Received: by post.web.ca (Postfix, from userid 1001) id 6CE116119; Thu, 6 May 2004 16:15:09 -0400 (EDT) Date: Thu, 6 May 2004 16:15:09 -0400 From: Rob Ellis To: freebsd-questions@freebsd.org Message-ID: <20040506201509.GI23770@web.ca> Mail-Followup-To: Rob Ellis , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: inodes for mailing list archive filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 20:15:10 -0000 I'm creating a large new filesystem for an html mailing list archive... I think I need to create more inodes than the default 'newfs' does (?). Does something like 'newfs -i 4096 ...' seem reasonable? Thanks. - Rob