Does noatime imply nodiratime?
Posted Aug 9, 2007 20:17 UTC (Thu) by
tarvin (subscriber, #4412)
In reply to:
nodiratime by corbet
Parent article:
Once upon atime
Are you sure about noatime implying nodiratime?
mount(8) states:
noatime
Do not update inode access times on this file system[...]
nodiratime
Do not update directory inode access times on this filesystem.
while mount(2) puts it this way:
MS_NOATIME
Do not update access times for (all types of) files on this file system.
MS_NODIRATIME
Do not update access times for directories on this file system.
I wonder how to interpret mount(2)'s (all types of) files for noatime: Is a directory considered a file in this context?
(
Log in to post comments)