From owner-freebsd-isp@FreeBSD.ORG Mon May 17 21:20:09 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543E616A4CE for ; Mon, 17 May 2004 21:20:09 -0700 (PDT) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BAC43D5C for ; Mon, 17 May 2004 21:20:08 -0700 (PDT) (envelope-from bc979@lafn.org) Received: from [10.0.1.90] (host-66-81-199-64.rev.o1.com [66.81.199.64]) (authenticated bits=0) by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i4I4K06Y054542 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 17 May 2004 21:20:04 -0700 (PDT) (envelope-from bc979@lafn.org) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <20040518034046.GI14871@ironman.tuckerlabs.com> References: <20040518034046.GI14871@ironman.tuckerlabs.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Mon, 17 May 2004 21:19:59 -0700 To: freebsd-isp@freebsd.org X-Mailer: Apple Mail (2.613) X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Subject: Re: Server with largish disks X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 04:20:09 -0000 On Mon, May 17, 2004 at 10:37:35AM -0700, Keith Woodworth wrote: > One I'd like has 4 x 9gig and 4 x 18gig drives, 2 x 733mhz cpus. > > Only have about 2500+ active mail accounts on this machine but it is > running low on space and we have lots of those accounts being access'd > via > Openwebmail. > > Mail spool is /var/mail > > Question is what would be a good way to partition the drives in the > above > configuration? > > I would like acutally to use 3 x 18 gig drives as /var with the 4th > as the hotspare and the rest of the file systems (/ /usr) on 3 x 9gig > with the 4th as hotspace. You may want to reconsider holding all mail in one directory. My mail system was originally setup that way and researching problems was always quite time consuming. ls tends to be a bit slow in those situations as to a number of other utilities. I have 100 directories of home directories (named 00 through 99). User's home directories are randomly distributed between the directories and mailboxes are stored in the user's home directory.