tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: noatime mounts inhibiting atime updates via utime()



> [I]t turned out that on NetBSD noatime inhibits not only implicit
> atime updates but also prevents the utime() family of functions from
> updating it.

That's correct per the manpage, I believe:

             noatime     Never update the access time field for files.  This
                         option is useful for optimizing read performance on
                         file systems that are used as news spools.

This is mainly to say that, if you change the behaviour, you might want
to update the manpage as well; I too think the "never do it
automatically, but do it when specifically told to" behaviour is
probably more useful than the documented (and actual) behaviour.

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index