From owner-freebsd-hackers Mon Aug 25 21:01:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03782 for hackers-outgoing; Mon, 25 Aug 1997 21:01:21 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA03775 for ; Mon, 25 Aug 1997 21:01:17 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id VAA02776; Mon, 25 Aug 1997 21:00:02 -0700 From: Terry Lambert Message-Id: <199708260400.VAA02776@phaeton.artisoft.com> Subject: Re: ? power outages and file system corruption To: burt@focusplus.com (burt f.) Date: Mon, 25 Aug 1997 21:00:01 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199708260037.RAA10996@scorpio.focusplus.com> from "burt f." at Aug 25, 97 05:37:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is the only way to protect against power-outage-caused file system > corruption to install a UPS? Someone mentioned to me that Sun > (yeah, i know it's Solaris, but i just wanted to know if there was > something analogous in FBSD) has some sort of disk/FS caching to > protect against this. Sun has a non-volatile write buffer card you can buy for Sun machines so async writes aren't dangerous. If you don't use async writes in FreeBSD, you don't have that problem. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.