From owner-freebsd-newbies@FreeBSD.ORG Sat Jan 29 04:59:44 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C1116A4CE for ; Sat, 29 Jan 2005 04:59:44 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5192443D49 for ; Sat, 29 Jan 2005 04:59:44 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050129045943i91001nv3oe>; Sat, 29 Jan 2005 04:59:43 +0000 Message-ID: <41FB183E.9080802@nbritton.org> Date: Fri, 28 Jan 2005 22:59:42 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041230) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Kinsey References: <41F9137B.7020003@Phreaker.net> <20050127163403.GA50507@slackbox.xs4all.nl> <200501281221.43274.lutin@softhome.net> <41FADDCD.4040302@daleco.biz> In-Reply-To: <41FADDCD.4040302@daleco.biz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: =?UTF-8?B?THV0w61u?= cc: freebsd-newbies@freebsd.org Subject: Re: How to get more HDD space? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 04:59:44 -0000 Kevin Kinsey wrote: > Lutín wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> >>> When a filesystem is created, 8% of the space is reserved. >>> >> >> >> ¿Why? >> >> >> > > Check the manpage for tunefs(8), under the "-m" option, > for an explanation. > From man 7 tuning: "tunefs(8) may be used to further tune a file system. This command can be run in single-user mode without having to reformat the file system. How- ever, this is possibly the most abused program in the system. Many peo- ple attempt to increase available file system space by setting the min- free percentage to 0. This can lead to severe file system fragmentation and we do not recommend that you do this."