]> err.no Git - util-linux/commitdiff
mount: more explicitly explain 'strictatime' in mount.8
authorKarel Zak <kzak@redhat.com>
Fri, 11 Sep 2009 12:08:40 +0000 (14:08 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Nov 2009 13:04:16 +0000 (14:04 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8

index 4e1b572da9b70dd98557d0270907bf223519ebf3..503442dbb16b66f1f35a20353f8d115ae488ae8a 100644 (file)
@@ -704,7 +704,9 @@ All I/O to the filesystem should be done asynchronously. (See also the
 option.)
 .TP
 .B atime
-Update inode access time for each access. This is the default.
+Update inode access time for each access. See also the
+.B strictatime
+mount option.
 .TP
 .B noatime
 Do not update inode access times on this filesystem (e.g, for faster
@@ -840,12 +842,18 @@ since the last time it was modified.)
 .B norelatime
 Do not use
 .B relatime
-feature (e.g, for systems where the feature is enabled by default, for
-more details see mount options in /proc/mounts).
+feature. See also the
+.B strictatime
+mount option.
 .TP
 .B strictatime
-Update inode access times whenever a file is accessed. Disables noatime and
-.B relatime.
+Allows to explicitly requesting full atime updates. This makes it
+possible for kernel to defaults to
+.B relatime
+or
+.B noatime
+but still allow userspace to override it. For more details about the default
+system mount options see /proc/mounts.
 .TP
 .B nostrictatime
 Use the kernel's default behaviour for inode access time updates.