|
did you miss "some filesystems have a mount option to inhibit atime updates"? sometimes i wonder why i bother typing stuff in.
well, for those who actually read what i write, solaris ufs filesystems such as exist on solaris 8, have such an option and it is mentioned on this page.
quote:
noatime
by default, the file system is mounted with normal access time (atime) recording. if noatime is specified, the file system will ignore access time updates on files, except when they coincide with updates to the ctime or mtime. see stat(2). this option reduces disk activity on file systems where access times are unimportant (for example, a usenet news spool).
|