Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] BIG reiserfs problem
Date: Sat, 28 Oct 2006 23:50:05
Message-Id: 7573e9640610281645x30332dbahe2bf289c191e7490@mail.gmail.com
In Reply to: Re: [gentoo-user] BIG reiserfs problem by CapSel
1 On 10/28/06, CapSel <capsel@×××××.com> wrote:
2 > 1. reiserfs breaks down on power failures even with option data=journal or
3 > sync
4
5 Huh, reiserfs doesn't do this. It only logs metadata updates.
6
7 > 1. Is there the file system that preserves data & metadata like UFS2 ????
8 > "solid as rock!"
9
10 ext3 mounted with data=journal
11
12 > 2. What options do I need to enable (mount/mkfs) for XFS or JFS to enable
13 > FULL journaling?
14
15 Cannot be done. They only log metadata.
16
17 > 4. Is there an option in kernel and how to enable it to sync on Oops and
18 > reboot?
19
20 Device Drivers
21 ->Character Devices
22 ->Watchdog Cards
23 ->Watchdog Timer Support
24 ->Software watchdog
25
26 You might also turn on the Magic SysRq stuff so you can do
27 "Alt-SysRq-s" to sync,
28 "Alt-SysRq-u" to remount everything read-only, and "Alt-SysRq-b" to
29 reboot the PC.
30
31 -Richard
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] BIG reiserfs problem "Hemmann