From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 01:57:32 2005 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 5C24F16A4D5 for ; Tue, 1 Feb 2005 01:57:32 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D56443D1D for ; Tue, 1 Feb 2005 01:57:32 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1CvnIJ-0000h9-00 for freebsd-questions@freebsd.org; Mon, 31 Jan 2005 20:57:31 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16894.57374.477065.937475@jerusalem.litteratus.org> Date: Mon, 31 Jan 2005 20:49:18 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <810a540e05013115135b134ff2@mail.gmail.com> References: <810a540e05013115135b134ff2@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Do I need to make /var bigger? 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: Tue, 01 Feb 2005 01:57:32 -0000 Pat Maddox writes: > I just got a new dedicated server setup with FreeBSD, and noticed that > the /var partition is only 260MB. That seems like it could be a big > problem, considering all the logs will go in there, as well as mail. > What should I do about this? Do I need to do an OS reload and have a > bigger /var partition made up? I've got an 80 gig hard drive, so > space isn't really an issue. Doesn't make sense to me that I've got a > 77 gig /usr partition, and only 260MB allocated to /var. It depends - very much - on what you're using the machine for. Help us out here. For comparison, on the current machine which is half server half workstation: huff@> df -h Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 484M 337M 109M 76% / devfs 1.0K 1.0K 0B 100% /dev /dev/da0s1d 989M 69M 841M 8% /var /dev/da1s1d 44G 31G 9.2G 77% /usr Robert Huff