That seems to be the indication given by this webpage http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html However, default install of Redhat 7.2 setsup fs_passno(6th field of /etc/fstab) as 2 which asks you if you want to run fsck after an unclean shutdown The question is, is fsck required after an unclean shutdown or should one just rely on journal replay. What does fsck do when it sees an unclean ext3 filesystem Regards, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com
Stephen C. Tweedie
2002-Jan-30 11:42 UTC
Re: Should fs_passno in /etc/fstab be always set to 0
Hi, On Wed, Jan 30, 2002 at 01:14:56PM +0800, Yusuf Goolamabbas wrote:> However, default install of Redhat 7.2 setsup fs_passno(6th field of > /etc/fstab) as 2 which asks you if you want to run fsck after an unclean > shutdownNo, it doesn't! The prompt in Red Hat 7.2 asks you if you want to force a *full* fsck.> The question is, is fsck required after an unclean shutdown or should > one just rely on journal replay. What does fsck do when it sees an > unclean ext3 filesystemBy default, fsck on an unclean ext3 just replays the journal. Passno==2 is correct --- it will force journal replay on the ext3 filesystems, and will give fsck a chance to do its usual maintainance jobs (checking for forced fscks after a set interval, detecting error conditions on the fs which force a full fsck, etc.) Cheers, Stephen
Apparently Analagous Threads
- Check journal is replayable ?
- Making UseLogin yes requires a valid reverse DNS enty
- [tytso@mit.edu: Re: Your ext2 optimisation for readdir+stat]
- ogg123/libao needs to factor non support for mono in i810 driver
- [andrea@suse.de: Re: VFS bug in 2.4.10+ which applies ulimits to block devices]