public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nikita Danilov <Nikita@Namesys.COM>
To: foner-reiserfs@media.mit.edu
Cc: linux-kernel@vger.kernel.org,
	Reiserfs mail-list <Reiserfs-List@Namesys.COM>
Subject: Re: ReiserFS data corruption in very simple configuration
Date: Sat, 22 Sep 2001 16:47:31 +0400	[thread overview]
Message-ID: <15276.34915.301069.643178@beta.reiserfs.com> (raw)
In-Reply-To: <200109221000.GAA11263@out-of-band.media.mit.edu>
In-Reply-To: <200109221000.GAA11263@out-of-band.media.mit.edu>

foner-reiserfs@media.mit.edu writes:
 > [Please CC me on any replies; I'm not on linux-kernel.]
 > 
 > The ReiserFS that comes with both Mandrake 7.2 and 8.0 has
 > demonstrated a serious data corruption problem, and I'd like
 > to know (a) if anyone else has seen this, (b) how to avoid it,
 > and (c) how to determine how badly I've been bitten.
 > 
 > My configuration in each case has been an AMD CPU running ReiserFS
 > exactly as configured "out of the box" by running the Mandrake 7.2 or
 > 8.0 installation CD and opting to run ReiserFS instead of the default.
 > This is a uniprocessor machine with one IDE 80GB Maxtor disk---no RAID
 > or anything fancy like that.  The hardware itself is rock solid and
 > has never demonstrated any faults at all.  (MDK 8.0 appears to use
 > RSFS 3.6.25; I'm not longer running MDK 7.2, so I can't check that.)
 > The machine had barely been used before each corruption problem; I'm
 > not running some strange root-priv stuff, and each time, the FS hadn't
 > had more than a few minutes to a few hours of use since being created.
 > 
 > In each case, I've gotten in trouble by editing my XF86Config-4 file,
 > guessing wrong on a modeline, hanging X (blank gray screen & no
 > response to anything), and being forced to hit the reset button
 > because nothing else worked.  Under 7.2, I discovered that my
 > XF86Config-4 file suddenly had a block of nulls in it.  That time, I
 > thought I must have been hallucinating, but I ran a background job to
 > sync the filesystem every second while continuing to debug the X
 > problems, and didn't see the corruption again.
 > 
 > Now, I was just bitten by the -same- behavior under MDK 8.0.  After
 > accidentally hanging X, I waited a few seconds just in case a sync was
 > pending, hit reset, and had all sorts of lossage:
 >   (1) Parts of the XF86Conf-4 file had lines garbled, e.g.,
 >       sections of the file had apparently been rearranged.
 >   (2) /var/log/XFree86.0.log was truncated, and maybe garbled.
 >   (2) Logging in as root was fine, but then logging in as myself
 >       I got "Last login: <4-5 lines of my XFree86.0.log file (!)>"
 >       instead of a date!  Logging in again gave me the proper
 >       last-login time, but clearly wtmp or something else had
 >       gotten stepped on in some weird way.
 > Obviously, the behavior I saw once under MDK 7.2 was no hallucination
 > or accidental yank in Emacs.
 > 
 > I thought the whole point of a journalling file system was to
 > -prevent- corruption due to an unexpected failure!  This seems to be
 > -far- worse than a normal filesystem---ext2fs would at least choke and
 > force fsck to be run, which might actually fix the problem, but this
 > is ridiculous---it just silently trashes random files.

Stock reiserfs only provides meta-data journalling. It guarantees that
structure of you file-system will be correct after journal replay, not
content of a files. It will never "trash" file that wasn't accessed at
the moment of crash, though. Full data-journaling comes at cost. There
is patch by Chris Mason <Mason@Suse.COM> to support data journaling in
reiserfs. Ext3 supports it also.

 > 
 > So I now have possibly-undetected filesystem damage.  My -guess- is
 > that only files written within a few minutes of the reset are likely
 > to be affected, but I really don't know, and don't know of a good way
 > to find out.  Must I reinstall the OS -again-, starting from a blank
 > partition, to be sure?  Maybe I should just give up on ReiserFS completely.
 > 
 > [If there is a more-appropriate place for me to send this---such as
 > a particular Mandrake list, or a particular ReiserFS list---please let
 > me know, particularly if I can get a quick answer -without- going

Reiserfs mail-list <Reiserfs-List@Namesys.COM>,
archive at http://marc.theaimsgroup.com/?l=reiserfs&r=1&w=2

 > through the overhead of subscribing to the list, being flooded, and
 > unsubscribing---that's what archives are for.  Some websearching
 > for "ReiserFS corruption" yielded -thousands- of hits---not a good
 > sign---and a very large proportion of them were on this list, so I
 > figure this is as good a place to ask as any.  Thanks again.]

Nikita.

  reply	other threads:[~2001-09-22 12:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-22 10:00 ReiserFS data corruption in very simple configuration foner-reiserfs
2001-09-22 12:47 ` Nikita Danilov [this message]
2001-09-22 20:44   ` foner-reiserfs
2001-09-25 13:28     ` Stephen C. Tweedie
2001-09-29  4:44       ` Lenny Foner
2001-09-29 12:52         ` [reiserfs-list] " Lehmann 
2001-10-01  1:00           ` foner-reiserfs
2001-10-01  1:26             ` Lehmann 
2001-10-01  2:32               ` foner-reiserfs
2001-10-03 16:28               ` Toby Dickenson
2001-10-01 11:30         ` Stephen C. Tweedie
2001-09-24  9:25   ` [reiserfs-list] " Jens Benecke
2001-10-14 14:52     ` Chris Mason
2001-10-14 18:19       ` Jens Benecke
2001-10-14 20:04         ` Hans Reiser
2001-10-14 23:32         ` Bernd Eckenfels
2001-09-25 20:13   ` Mike Fedyk
2001-09-26 14:43     ` Stephen C. Tweedie
2001-10-01  3:38       ` Mike Fedyk
2001-10-03 16:14         ` Stephen C. Tweedie
2001-10-01 15:27 ` Hans Reiser
2001-10-03 16:17   ` Stephen C. Tweedie
2001-10-03 20:06     ` Pascal Schmidt
2001-10-04 11:02       ` Stephen C. Tweedie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15276.34915.301069.643178@beta.reiserfs.com \
    --to=nikita@namesys.com \
    --cc=Reiserfs-List@Namesys.COM \
    --cc=foner-reiserfs@media.mit.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox