From owner-freebsd-questions Thu Feb 8 7: 1:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 9C7AC37B401 for ; Thu, 8 Feb 2001 07:01:10 -0800 (PST) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f18F18u07777 for ; Thu, 8 Feb 2001 16:01:09 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.0/8.11.0) with ESMTP id f18F18Y25696 for ; Thu, 8 Feb 2001 16:01:08 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.2/8.11.2) id f18F18g33962; Date: Thu, 8 Feb 2001 16:01:07 +0100 From: Andre Albsmeier To: freebsd-questions@freebsd.org Cc: Andre.Albsmeier@mchp.siemens.de Subject: minfree: Which is wrong: newfs(8) or tunefs(8) ? Message-ID: <20010208160107.A98250@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Regarding minfree in FFS: tunefs(8) says: threshold. Settings of 5% and less force space optimization to always be used which will greatly increase the overhead for file writes. Note that if the value is raised above the current usage newfs(8) says: mize the space fragmentation on the disk. If the value of min- free (see above) is less than 8%, the default is to optimize for space; if the value of minfree is greater than or equal to 8%, the default is to optimize for time. See tunefs(8) for more de- tails on how to set this option. So do we have to set minfree below 5% or 8% in order that space optimization is used always? Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message