lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 6 Mar 2007 10:40:24 +0800
From:	Andreas Dilger <adilger@...sterfs.com>
To:	Daniel Drake <ddrake@...ntes3d.com>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: e2fsck and human intervention

On Mar 05, 2007  11:26 -0500, Daniel Drake wrote:
> This usually happens during e2fsck's regular "check every X mounts"
> thing, as opposed to immediately after booting up after power loss, so
> to begin with it's not immediately obvious why there is a problem.

That's because the post-boot e2fsck will only check the superblock and
replay the journal.  It won't do a full check of the filesystem unless
the kernel detected some corruption and marked an error in the superblock.

That is the primary reason why the "check after N mounts/months" code
is in e2fsck, even though it annoys some people.

> It's of course understandable and inevitable that power loss will
> occasionally cause some file loss or corruption, and that's fine.

As Ted said, if e2fsck detects anything wrong then this IS corruption
of some kind.  It might indicate that your disks are writing with
cache enabled and losing some writes that had been reported to the
kernel as committed to disk.

> Are there any better approaches than something like the following?
> 
> 1. Run "e2fsck -p /"
> 
> 2. If bit 3 is set in exit code (i.e. preen functionality detected
> unexpected inconsistency) then run "e2fsck -y /"

This is no better than just running "e2fsck -y" in the first place,
just twice as slow.

Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.

-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ