From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 11:10:35 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 8394F16A4CE for ; Mon, 6 Dec 2004 11:10:35 +0000 (GMT) Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A15F43D80 for ; Mon, 6 Dec 2004 11:10:35 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by dire.bris.ac.uk with esmtp (Exim 4.43) id 1CbGlD-0007fk-N8; Mon, 06 Dec 2004 11:10:34 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 4.34) id 1CbGl7-0007mc-RX; Mon, 06 Dec 2004 11:10:26 +0000 Date: Mon, 6 Dec 2004 11:10:25 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Alex Teslik In-Reply-To: <20041206095017.M3602@acatysmoof.com> Message-ID: References: <20041206095017.M3602@acatysmoof.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Jan Grant X-Spam-Score: 0.0 X-Spam-Level: / cc: List freebsd-questions Subject: Re: 300Gb hard drive formatting to 249Gb - boo. 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, 06 Dec 2004 11:10:35 -0000 On Mon, 6 Dec 2004, Alex Teslik wrote: > [root]/home/alex# df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad1s1e 271G 1.0K 249G 0% /1 This is an FAQ: see http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL and the -m option of tunefs(8): http://www.freebsd.org/cgi/man.cgi?query=tunefs&sektion=8 Summary: the filesystem needs "elbow room" to operate under typical load; this 8% space is reserved. (It may be consumed by the root user, if required.) Tuning down the reserved percentage is not recommended unless you know what you're doing (that is: benchmark your typical usage to see if the performance is still within acceptable limits). -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287864 or +44 (0)117 9287088 http://ioctl.org/jan/ You know something's gone badly wrong when your algorithm takes O(n^2) time but uses O(2^n) space.