lkml.org 
[lkml]   [2004]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: EXT intent logging
Date
On 6 Aug 2004, Buddy Lumpkin wrote:
> I recently moved from a Sun/Solaris environment to a mostly linux environment
>
> A large NFS server went down recently and as it rebooted, fsck ran for
> a while before the data volumes could be mounted. I noticed the
> filesystem was ext3 and asked, is journaling disabled? Why on earth is
> fsck running at all? The admin assured me this is quite normal for
> ext3 and after a few minutes, the system was brought back online.

What is normal is that ext3 will perform an *occasional* fsck - by
default, once a month or every thirty-odd mounts - to catch any
corruption that has been missed by the journaling.

Also, the fsck will replay the journal outside the kernel if possible,
so you may have witnessed the journal replay.

This is done because it allows multiple filesystems to replay the
journal in parallel rather than sequentially as doing it in-kernel would
require.

Regards,
Daniel


--
If you ever reach total enlightenment while you're drinking a beer,
I bet it makes beer shoot out your nose.
-- Jack Handy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.106 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site