From: Stephen Tweedie (sct@dcs.ed.ac.uk)
Date: 04/07/93


From: sct@dcs.ed.ac.uk (Stephen Tweedie)
Subject: Re: Ext2fs valid flag is working??
Date: 7 Apr 1993 20:35:45 GMT

In article <leb.734150732@Hypatia>, leb@gsfc.nasa.gov (Lee E. Brotzman) writes:

> I, too, have this little problem ("Mounting non valid file system")
> from ext2. I bit the bullet and bought a separate 200 MB disk for
> Linux, and installed the latest SLS onto ext2 file systems for both
> / and /usr. The warning message showed up the *second* time I
> rebooted from a cold start, not the first (and yes, I am careful to
> sync and use shutdown). I tracked down that particular message in
> the kernel sources, and it *appears* to be innocuous, but looks can
> be deceiving.

This is simply a warning message indicating that the filesystem was
not properly unmounted last time it was used, and so might - *might* -
need to be checked over by e2fsck.

The problem is that there is currently no way to unmount the root
filesystem. So, there is no way to cleanly shut down the root
partition. If you use the proper reboot / halt commands, then all of
the other partitions will be properly unmounted, and you won't get
any valid warnings from them.

As long as you are careful not to shutdown or reboot without syncing
(which gets done automatically by the standard halt/reboot commands),
then it is safe to ignore this message.

Cheers,
 Stephen Tweedie.