[8796] in Athena Bugs
7.3 rsaix: config_afs
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Thu Jan 2 10:31:40 1992
Date: Thu, 2 Jan 92 10:31:15 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: bugs@MIT.EDU
Cc: basch@MIT.EDU
In-Reply-To: [8791]
Running "detach -lint" periodically from crontab is a BAD idea. We
did this for a while on the dialups, and it made things much worse.
The current coding of "detach -lint" causes the filesystem and
attachtab to get out of sync. The result is a lot of real directories
full of files in /mit instead of mount points. If you really want to
update the mod time on attachtab, then just run "touch /etc/attachtab"
out of cron instead.
-Mark