From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-53862-garchives=archives.gentoo.org@gentoo.org>)
	id 1GdxwD-00061v-1U
	for garchives@archives.gentoo.org; Sat, 28 Oct 2006 23:50:05 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9SNlqxV014157;
	Sat, 28 Oct 2006 23:47:52 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184])
	by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9SNjm9A000273
	for <gentoo-user@lists.gentoo.org>; Sat, 28 Oct 2006 23:45:48 GMT
Received: by nf-out-0910.google.com with SMTP id p46so2556354nfa
        for <gentoo-user@lists.gentoo.org>; Sat, 28 Oct 2006 16:45:48 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=RGKpJ64AZvBiWYJbxOKPaWxjomXza5ns6JUovzmKiPftuVqhS9WQCzOgQJblA8RiuJXT2ThA+g8HnF1o6Ypx1BK5iAEXhjxokB6tuiNUxtgV+v3cqkeXO58d0KO3sso7CHA1xgHdJmA09UIAuwMP3IBedGahAFr4r49SKP7bL/k=
Received: by 10.82.131.1 with SMTP id e1mr190952bud;
        Sat, 28 Oct 2006 16:45:47 -0700 (PDT)
Received: by 10.82.106.3 with HTTP; Sat, 28 Oct 2006 16:45:47 -0700 (PDT)
Message-ID: <7573e9640610281645x30332dbahe2bf289c191e7490@mail.gmail.com>
Date: Sat, 28 Oct 2006 16:45:47 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] BIG reiserfs problem
In-Reply-To: <d03887390610281016k1454daf0wac2ca0a6db3effcc@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <d03887390610280316t38f83b1fi778dc46572d3a463@mail.gmail.com>
	 <200610281121.25785.nbensa@gmx.net>
	 <d03887390610281016k1454daf0wac2ca0a6db3effcc@mail.gmail.com>
X-Google-Sender-Auth: 4e053b8725bcec6c
X-Archives-Salt: 5ce61289-a7ed-40fa-a562-a647ae73b325
X-Archives-Hash: c2c89c59fcfb61efc20a6c27c872c640

On 10/28/06, CapSel <capsel@gmail.com> wrote:
> 1. reiserfs breaks down on power failures even with option data=journal or
> sync

Huh, reiserfs doesn't do this.  It only logs metadata updates.

> 1. Is there the file system that preserves data & metadata like UFS2 ????
> "solid as rock!"

ext3 mounted with data=journal

> 2. What options do I need to enable (mount/mkfs) for XFS or JFS to enable
> FULL journaling?

Cannot be done.  They only log metadata.

> 4. Is there an option in kernel and how to enable it to sync on Oops and
> reboot?

Device Drivers
  ->Character Devices
    ->Watchdog Cards
      ->Watchdog Timer Support
        ->Software watchdog

You might also turn on the Magic SysRq stuff so you can do
"Alt-SysRq-s" to sync,
"Alt-SysRq-u" to remount everything read-only, and "Alt-SysRq-b" to
reboot the PC.

-Richard
-- 
gentoo-user@gentoo.org mailing list