[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] mounting FS
- Subject: [ale] mounting FS
- From: ChrisF at computone.com (Chris Fowler)
- Date: Thu, 18 Jan 2001 07:29:01 -0500
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