> Hello! (again),
> Upon booting a new install of Linux 0.99.9 I get the message
> "Warning, mounting unchecked file system. Running mke2fs is reccomended."
^^^^^^
This must be: e2fsck
> Anyone know exactly why that appears and how to correct this
> problem?
You've made the filesystem by running _mke2fs /device_ and not _mke2fs -c /device_,
so at generationtime you didn't make a file system check.
Ummm...the -c switch causes mke2fs to check for bad blocks on the disk (though I'm
not sure what the difference is between the -c and -t switches in this respect, anybody
know ?). The reason for the message is that the root file system is never really
unmounted on shutdown, so when you reboot mount sees the root file system as not
having been unmounted cleanly and suggests you run e2fsck on it...big discussion
over a long period of time on this exact thing...
It also is helpfull (and recommended) to run e2fsck on every bootuptime out of
the /etc/rc.
John
--
John Burton G & A Technical Software, Inc.