On Thu, 2009-10-29 at 17:05 -0700, walt wrote:
> > I'm not sure why your system needed to be checked for each boot...
> 
> Boy, my 'little gray cells' need a tonic, too.  I've been using ext3
> (i.e.with journaling) for so long I can't even remember using ext2.
> 
> Wasn't it normal in the old days to fsck an ext2 fs with every boot?
> 

You should put your drink down.  And maybe go for a walk :)

No, I'm not aware of it *ever* being standard to fsck on every boot.
Perhaps you were using a bad distribution?  True, Linux does run fsck on
every boot, but fsck exits immediately if it determines your filesystem
was unmounted cleanly on the last shutdown.  It's only if you force a
fsck (e.g. with -f or /forcefsck) that it will run fsck on a clean
filesystem.

And remember, ext2 has *no* journal, so fsck was always very very slow.
To run it every time on a reboot would have been so painful that I
believe ext3 would have been invented in the early '90s instead of
2001 :)




Reply via email to