lkml.org 
[lkml]   [1998]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: e2fs + large disk == slug?
On Tue, 16 Jun 1998, Trevor Johnson wrote:

>According to the fstab(5) man page:
>
> If the sixth field is not pre-
> sent or zero, a value of zero is returned and fsck will
> assume that the filesystem does not need to be checked.

The 'nocheck' affects the kernel checking upon mount, not fsck.

It's the CHECK_STRICT/CHECK_NORMAL options you see in balloc.c and super.c

Specifically:
fs/ext2/super.c: ext2_setup_super():

if (test_opt (sb, CHECK)) {
ext2_check_blocks_bitmap (sb);
ext2_check_inodes_bitmap (sb);
}

So fstab has no bearing.

-George


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

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