From owner-freebsd-chat Fri May 10 10:40:46 2002 Delivered-To: freebsd-chat@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 83E8437B403 for ; Fri, 10 May 2002 10:40:28 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g4AHeNH98091 ; Fri, 10 May 2002 19:40:23 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id TAA89518 ; Fri, 10 May 2002 19:40:23 +0200 (CEST) Date: Fri, 10 May 2002 19:40:22 +0200 From: Rahul Siddharthan To: Mike Meyer Cc: chat@FreeBSD.ORG Subject: Re: My horror story Message-ID: <20020510194022.D77057@lpt.ens.fr> References: <000701c1f804$47d5dc00$6401a8c0@penguin> <20020510140222.M57329@lpt.ens.fr> <15580.1017.276905.556906@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15580.1017.276905.556906@guru.mired.org>; from mwm-dated-1021483897.a81af7@mired.org on Fri, May 10, 2002 at 12:31:37PM -0500 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mike Meyer said on May 10, 2002 at 12:31:37: > > Three points of confusion here. One, the default mount is noasync, not > sync. True, sorry. > Two, softupdates is not orthogonal to the sync/noasync/async > mount flag. It turns those off when you do the mount, If so, it's not documented in the tunefs(8), newfs(8) or mount(8) manpages. > sync/softupdates/noasync/async. Finally, softupdates + write caching > off will generally keep your directory tree in a consistent state, but > that doesn't mean you can't lose data. True, but you won't lose old data, only new data which haven't been written to disk (ie, maybe a few minutes old at most). - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message