From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Fedyk Subject: Re: ext3 file system Date: Wed, 17 Dec 2003 15:02:48 -0800 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20031217230248.GH1402@matchmail.com> References: <3FF129DA@webmail.colostate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jshankar , linux-fsdevel , linux-kernel Return-path: Received: from mta7.pltn13.pbi.net ([64.164.98.8]:5261 "EHLO mta7.pltn13.pbi.net") by vger.kernel.org with ESMTP id S264601AbTLQXDT (ORCPT ); Wed, 17 Dec 2003 18:03:19 -0500 To: "Richard B. Johnson" Content-Disposition: inline In-Reply-To: List-Id: linux-fsdevel.vger.kernel.org On Wed, Dec 17, 2003 at 05:25:49PM -0500, Richard B. Johnson wrote: > to the physical media. There are special file-systems (journaling) > that guarantee that something, enough to recover the data, is > written at periodic intervals. Most journaling filesystems make guarantees on the filesystem meta-data, but not on the data. Some like ext3, and reiserfs (with suse's journaling patch) can journal the data, or order things so that the data is written before any pointers (ie meta-data) make it to the disk so it will be harder to loose data.