From: Wolfgang Weisselberg <weissel@netcologne.de>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] EXT2 to EXT3 LVM volume on Redhat
Date: Tue Jun 4 21:04:02 2002 [thread overview]
Message-ID: <20020605020412.GF19844@tiger.bigcats.invalid> (raw)
In-Reply-To: <006001c20c05$0a41cf10$0300000a@STATION>
Hi, Aslak!
Aslak Sommerfelt Skretting (aslak@skretting.org) wrote 51 lines:
> would disable the fsck's that occur now and then (and takes an insane amount
> of time on a 650gb filesystem), and are no longer necessary since the
> filesystem is EXT3.
Well, no. Journalling can not even check for errors and
problems due to:
- program errors in
- ext2/ext3
- the buffer cache
- the VFS
- cable problems and connection problems
- harddisk firmware problems
- the harddisk firmware reordering data without being allowed
or returning 'OK, all data written' without that being true
- harddisk physical errors/marginal harddisk
- headcrashes
- controller hardware troubles
- controller firmware troubles
- marginal power block, brownouts, spikes, interference
- main memory corruption (you don't have ECC RAM, do you? And
even that will not protect you against all multibit errors),
maybe due to cosmic rays or other radiation, marginal power,
marginal chips, bad luck, unwise chosen parameters for memory
refreshes (blame the BIOS!) ...
- Data corruption on the printed board circuit track, inside
the CPU, in the 1st/2nd/3rd level cache, etc, due to bad
luck/heat/marginal hardware/powerspikes, interferences,
whatever.
Journalling only helps against "not cleanly umounting your
partitions forces a *long* fsck", because it guarantees (modulo
hardware/firmware errors and software bugs) that it can return
the metadata (and in some cases, the data) to a known good status
-- which is all that fsck does.
You really want backups. Neither Journalling nor Raid will
protect you against program errors, nor human errors. Slip of
finger with rm, typo like "... > important_file", the wrong mouse
click -- you surely can think of more.
-Wolfgang
prev parent reply other threads:[~2002-06-04 21:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-04 15:17 [linux-lvm] EXT2 to EXT3 LVM volume on Redhat Aslak Sommerfelt Skretting
2002-06-04 15:30 ` Ben Lutgens
2002-06-04 16:04 ` Aslak Sommerfelt Skretting
2002-06-04 16:16 ` Steve Wray
2002-06-04 16:29 ` Aslak Sommerfelt Skretting
2002-06-05 15:32 ` Steve Wray
2002-06-24 8:41 ` Stephen Tweedie
2002-06-04 21:04 ` Wolfgang Weisselberg [this message]
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=20020605020412.GF19844@tiger.bigcats.invalid \
--to=weissel@netcologne.de \
--cc=linux-lvm@sistina.com \
/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