From owner-freebsd-hackers Mon Mar 10 15:04:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA05585 for hackers-outgoing; Mon, 10 Mar 1997 15:04:51 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA05558; Mon, 10 Mar 1997 15:04:42 -0800 (PST) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.59 #1) id 0w4E7F-00063e-00; Mon, 10 Mar 1997 15:04:25 -0800 Date: Mon, 10 Mar 1997 15:04:25 -0800 (PST) From: Tom Samplonius To: Michael Hancock cc: Brian Tao , "matthew c. mead" , isp@freebsd.org, hackers@freebsd.org Subject: Re: freebsd as a news server? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 11 Mar 1997, Michael Hancock wrote: ... > I've been using -i 3072 -b 4096 -f 1024 -a 8 for non-binary newsgroups and > the default for binary newsgroups. > > This way news articles on average will fit in a block. You always want maxcontig to beigger than 8. It has nothing to do with file allocation, only have many sectors are transfered at once to the driver. Tom