https://bugzilla.novell.com/show_bug.cgi?id=866283 https://bugzilla.novell.com/show_bug.cgi?id=866283#c29 --- Comment #29 from Jan Kara <jack@suse.com> 2014-03-28 22:13:48 UTC --- Well, according to output in comment #11 we didn't really check the filesystem. We replayed the journal but that isn't a full filesystem check. You'd see messages like: e2fsck 1.42.6 (21-Sep-2012) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information .. if the filesystem was really checked. So it is correct that the check time didn't get updated at that moment. I have a patch which makes e2fsck do time based periodic checks even if broken_system_clock=1 when system time looks sane. That way we can leave broken_system_clock enabled (and thus e2fsck doesn't require manual check when the system time is wrong). I'm now waiting for upstream feedback for this (if upstream maintainer didn't like to change how broken_system_clock behaves, we'd have to come up with a new config option for this behavior). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.