diff options
author | Karel Zak | 2008-06-16 13:53:30 +0200 |
---|---|---|
committer | Karel Zak | 2008-06-16 14:00:52 +0200 |
commit | 76e8b3364f12e3a15f813e6b98f6e5c248cdf997 (patch) | |
tree | 51de6877de3fe68c7be9356e67b1bf46091131e1 /mount | |
parent | ionice: add -t option (diff) | |
download | kernel-qcow2-util-linux-76e8b3364f12e3a15f813e6b98f6e5c248cdf997.tar.gz kernel-qcow2-util-linux-76e8b3364f12e3a15f813e6b98f6e5c248cdf997.tar.xz kernel-qcow2-util-linux-76e8b3364f12e3a15f813e6b98f6e5c248cdf997.zip |
mount: add norealtime to mount.8
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index 65d33ba44..6af12e4ae 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -641,6 +641,12 @@ current modify or change time. (Similar to noatime, but doesn't break mutt or other applications that need to know if a file has been read since the last time it was modified.) .TP +.B norelatime +Do not use +.B realatime +feature (e.g, for systems where the feature is enabled by default, for +more details see mount options in /proc/mounts). +.TP .B noauto Can only be mounted explicitly (i.e., the .B \-a |