From owner-freebsd-questions@FreeBSD.ORG Thu May 6 06:24:29 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 9EE2E16A4CE for ; Thu, 6 May 2004 06:24:29 -0700 (PDT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C445C43D2F for ; Thu, 6 May 2004 06:24:27 -0700 (PDT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Thu, 06 May 2004 15:24:24 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Thu, 6 May 2004 15:24:24 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.10/8.12.10) with ESMTP id i46DON62004392 for ; Thu, 6 May 2004 15:24:23 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.10/8.12.10/Submit) id i46DONX3004391 for freebsd-questions@freebsd.org; Thu, 6 May 2004 15:24:23 +0200 Message-ID: <20040506132423.GB4351@athena.oekb.co.at> From: Ewald Jenisch To: freebsd-questions@freebsd.org Date: Thu, 6 May 2004 15:24:23 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 06 May 2004 13:24:24.0132 (UTC) FILETIME=[72A89840:01C4336D] User-Agent: Mutt/1.4.1i Subject: Setting up FreeBSD-server - space for /usr, swap,...? 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 13:24:29 -0000 Hi, I'm about to set up a server under 4.x (later to be converted to 5.x once it becomes "stable"). Hardware: HP DL360 2xXeon 3GHz CPUs 1GB RAM 2x146GB SCSI-HDs (in RAID1-config) Usage: Generating logs of MTRG-statistics (i.e. gathering data via snmp and producing graphics out of the data) These statistics are to be viewed via http (that's "simple http"-traffic - just viewing web-pages; no user interaction in terms of users entering data) My questions is on how to set up filesystems, i.e. how much space out of the 146GB should I give to o) /usr o) /home o) swap o) /var o) /tmp o) /usr/tmp Besides the suggestions in tuning(7) - is there anything additional to consider? Any caveats & pitfalls? TIA for your help, -ewald