From owner-freebsd-questions Thu Mar 7 18:36:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 3CE7A37B404 for ; Thu, 7 Mar 2002 18:36:44 -0800 (PST) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 7 Mar 2002 21:36:12 -0500 Received: by i8k.babbleon.org (Postfix, from userid 111) id 7A1B6BB26; Thu, 7 Mar 2002 21:36:04 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: BSD Freak , FreeBSD Questions Subject: Re: The SAFEST filesystem config Date: Thu, 7 Mar 2002 21:36:04 -0500 X-Mailer: KMail [version 1.3] References: <1d554bd1d50444.1d504441d554bd@mbox.com.au> In-Reply-To: <1d554bd1d50444.1d504441d554bd@mbox.com.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020308023604.7A1B6BB26@i8k.babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 07 March 2002 09:18 pm, BSD Freak wrote: | Hi all, | | I was just wondering if anyone can advise me the SAFEST file system | configuration (for and IDE drive). I need it for a FreeBSD router, so | file system performance is not an issue (becasue it is just forwarding | packets) but consistency is (as it will often be shutdown "uncleanly"). | | I think I have to choose from on of the following: | | Soft Updates + No write caching | No Soft Updates + No write caching | No Soft Updates + write caching Well, it's safest for certain to turn off write caching. To do that, add this to /boot/loader.conf: hw.ata.wc=0 Soft updates should make things safer since they are meant to ensure file system integrety at all intermediate points. Most noticably, though, they will greatly increase performance if you are going to have the write cache off. | | I'm not sure which? | | Also how do you turn of write caching? | | | Any help would be greatly appreciated....... thanks in advance | | --------------------------------------------------------------------- | Never lose a fax again, receive faxes to your personal email account! | Visit http://www.mbox.com.au/fax | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message