From owner-freebsd-hackers Sat Nov 11 23:01:08 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA26335 for hackers-outgoing; Sat, 11 Nov 1995 23:01:08 -0800 Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.20.4]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA26329 for ; Sat, 11 Nov 1995 23:01:06 -0800 Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id AAA25912; Sun, 12 Nov 1995 00:58:01 -0600 From: Joe Greco Message-Id: <199511120658.AAA25912@brasil.moneng.mei.com> Subject: Re: Odd crash after inode depletion.. To: root@gateway.net.hk (System Administrator) Date: Sun, 12 Nov 1995 00:58:00 -0600 (CST) Cc: jgreco@solaria.sol.net, hackers@FreeBSD.ORG In-Reply-To: from "System Administrator" at Nov 12, 95 12:29:47 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > I do not believe it is bug. news uses *lots* of small files. A news > filesystem should be newfs for smaller blocks and more inodes. see man > newfs -b and -i > jbeukema The fs in question was newfs'd -b 4096 -f 512. On this partition, which I believe holds rec.*, I have noticed that this yields an almost 1-to-1 correspondence between percentage-disk and percentage-inodes :-) Usually -b 4096 -f 512 yields a higher pct-disk than pct-inodes... Just a curiousity. ;-) ... JG