diff options
-rw-r--r-- | mount/mount.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index 6336d82d..73622b05 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -785,9 +785,12 @@ All I/O to the filesystem should be done asynchronously. (See also the option.) .TP .B atime -Update inode access time for each access. See also the +Do not use noatime feature, then the inode access time is controlled by kernel +defaults. See also the description for .B strictatime -mount option. +and +.B reatime +mount options. .TP .B noatime Do not update inode access times on this filesystem (e.g, for faster |