summaryrefslogtreecommitdiffstats
path: root/sys-utils/fsfreeze.8
diff options
context:
space:
mode:
authorKarel Zak2013-04-08 13:32:16 +0200
committerKarel Zak2013-04-08 13:32:16 +0200
commite442ab76b5483fb844c98df0faf2d69a303b7bb6 (patch)
treebf309a50c28add7910549edcfac09edc1b56dd41 /sys-utils/fsfreeze.8
parentbuild-sys: add --disable-bash-completion (diff)
downloadkernel-qcow2-util-linux-e442ab76b5483fb844c98df0faf2d69a303b7bb6.tar.gz
kernel-qcow2-util-linux-e442ab76b5483fb844c98df0faf2d69a303b7bb6.tar.xz
kernel-qcow2-util-linux-e442ab76b5483fb844c98df0faf2d69a303b7bb6.zip
fsfreeze: add note about atime to the man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/fsfreeze.8')
-rw-r--r--sys-utils/fsfreeze.85
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-utils/fsfreeze.8 b/sys-utils/fsfreeze.8
index 4a66d7dff..df161462c 100644
--- a/sys-utils/fsfreeze.8
+++ b/sys-utils/fsfreeze.8
@@ -32,6 +32,11 @@ argument is the pathname of the directory where the filesystem
is mounted.
The filesystem must be mounted to be frozen (see
.BR mount (8)).
+.PP
+Note that access time updates are also suspends if the filesystem is mounted with
+the traditional atime semantics (mount option strictatime, for more details see
+.BR mount (8)).
+
.SH OPTIONS
.IP "\fB\-h, \-\-help\fP"
Print help and exit.