From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 15:08:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3FF1616A41F for ; Mon, 12 Dec 2005 15:08:56 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id D131D43D49 for ; Mon, 12 Dec 2005 15:08:55 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-203-192.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.192]) by smtp02.mrf.mail.rcn.net with ESMTP; 12 Dec 2005 10:08:56 -0500 X-IronPort-AV: i="3.99,244,1131339600"; d="scan'208"; a="183120706:sNHT165686872" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17309.37575.337162.532084@jerusalem.litteratus.org> Date: Mon, 12 Dec 2005 10:09:59 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <20051212144948.GB2325@flame.pc> References: <000601c5ff28$9fb71e00$46933c50@Medion> <20051212144948.GB2325@flame.pc> X-Mailer: VM 7.17 under 21.5 (beta23) "daikon" XEmacs Lucid Subject: Re: Slices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2005 15:08:56 -0000 Giorgos Keramidas writes: > > After reading some pages of the handbook and the faq's I expericienced > > that making a slice for /var with the sice of 50mB ( i used 64mB) is > > not enough when during the installation i permitted th "Linux > > compatable". > > At install time, some of the largest packages may overflow a /var > partition that is so small. Not just at install time. If you decide to install applications using the ports system, some of them use /var for the build process. I've had builds die because there was insufficient free space on /var. (Mind you, I remember these being large/complex applications - OpenOffice, Mozilla, Java - but even so.) In my opinion, given modern disk capacities 50mb is way too small. To register a data point: huff@> df -h /var Filesystem Size Used Avail Capacity Mounted on /dev/da0s1d 989M 169M 741M 19% /var Robert Huff