From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 07:20:28 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 289E416A4CE for ; Mon, 12 Jan 2004 07:20:28 -0800 (PST) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E88643D5A for ; Mon, 12 Jan 2004 07:20:15 -0800 (PST) (envelope-from listsub@401.cx) Received: from 401.cx (132.dairy.twenty4help.se [80.65.195.132]) by rambo.401.cx (8.12.9p2/8.12.9) with ESMTP id i0CFKBCT094354; Mon, 12 Jan 2004 16:20:12 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <4002BB26.5000207@401.cx> Date: Mon, 12 Jan 2004 16:20:06 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: parv References: <200401070526.KAA22696@manage.24online> <20040107093835.37200.qmail@web40110.mail.yahoo.com> <20040107105332.GB55857@moo.holy.cow> In-Reply-To: <20040107105332.GB55857@moo.holy.cow> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Dino Vliet cc: freebsd-questions@freebsd.org Subject: Re: Size of /var worries me 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: Mon, 12 Jan 2004 15:20:28 -0000 parv wrote: > ...only thing that i desire(d) is/was to give / much less than 128MB, > but couldn't (during the space slicing). > > That and to combine /usr2 & /usr3 now. But default inode space > allocation of 8%/slice will kill me anyway. I really have to remember > about the newfs options next time. > Do you really mean inode space, or the 8% minimum free space treshold? If its the later, try this: umount /usr && tunefs -m 0 /dev/ad-whatever && mount /usr -- R