8/3 Solaris question. How come after catting .cshrc, the atime
doesn't change? Something in NFS? I dont see any obvious
NFS option to control this. The file is on a netapp.
\_ is noatime set? it's an NFS option that prevents that.
\_ It doesnt appear to be set in the automouter map.
Can it be set on the netapp itself?
\_ Yes, there is a per volume option called no_atime_update
that can be set on the filer itself. This is mainly for
people who are really pounding the volume who could use
the extra performance boost of not updating for each access
of a file. -rollee |