Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/borutmrak/util-linux
Browse files Browse the repository at this point in the history
* 'patch-1' of https://github.com/borutmrak/util-linux:
  mount.8: also note diratime does not override noatime.
  mount.8: Clarify relation between noatime and nodiratime
  • Loading branch information
karelzak committed Aug 12, 2015
2 parents a4839bc + e7d53b9 commit 2aedcdf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sys-utils/mount.8
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,8 @@ mount options.
.TP
.B noatime
Do not update inode access times on this filesystem (e.g., for faster
access on the news spool to speed up news servers).
access on the news spool to speed up news servers). This works for all
inode types (directories too), so implies nodiratime.
.TP
.B auto
Can be mounted with the
Expand Down Expand Up @@ -962,9 +963,12 @@ system.
.TP
.B diratime
Update directory inode access times on this filesystem. This is the default.
Directory inode will not be updated when noatime is set, regardless of this
option.
.TP
.B nodiratime
Do not update directory inode access times on this filesystem.
Do not update directory inode access times on this filesystem. If noatime
option is set, this option is not needed.
.TP
.B dirsync
All directory updates within the filesystem should be done synchronously.
Expand Down

0 comments on commit 2aedcdf

Please sign in to comment.