From owner-freebsd-questions Mon Feb 5 12:00:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA19360 for questions-outgoing; Mon, 5 Feb 1996 12:00:27 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA19350 for ; Mon, 5 Feb 1996 12:00:23 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id NAA01909; Mon, 5 Feb 1996 13:02:53 -0700 Date: Mon, 5 Feb 1996 13:02:53 -0700 From: Nate Williams Message-Id: <199602052002.NAA01909@rocky.sri.MT.net> To: Basket Case Cc: freebsd-questions@FreeBSD.org Subject: Re: Decreasing the percentage (10%) of a filesystem owned by root In-Reply-To: <199602051805.NAA17668@technix.org> References: <199602051805.NAA17668@technix.org> Sender: owner-questions@FreeBSD.org Precedence: bulk > I notice that 10% of a HD is generally allocated for root to make sure root > has some extra room for files and stuff. Nope, this room is used to keep the FS relatively 'fragment-free' and to keep performance better. > How can i decrease this percentage > as 10% on a 9gb drive takes a big toll and I'd like to reduce that. Would > I also have to reformat? man tunefs, and you don't have to reformat. Nate