[ale] mounting FS

Chris Fowler ChrisF at computone.com
Thu Jan 18 07:29:01 EST 2001





Hello,


I am running a filesystem as RO and need to write a configuration file.  Below are the stape I take:


mount /usr -o remount,rw   # Remount /usr as Read/Write
write config file                  # Place config in /usr/etc
sync                             # Sync FS
mount /usr -o reount,ro    # Remount /usr as RO
restart                    # don't pass go do not collect $200, just reboot



The kernel complains that the FS is unchecked and needs to be checked.  Even after checking it is fine and there is no errors.  

I want to eliminate that message.   I've used tunefs to elimate the mount count.  How can I mark this FS as clean after remounting as RO.

Thanks,
Chris







More information about the Ale mailing list