From 41ac3682f799becfaeb708aa329f4dd0864ccdaa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Aug 2007 10:03:30 +0000 Subject: (help) add support for "nodiratime" mount option --- perl-install/fs/mount_options.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/fs/mount_options.pm') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 2cd184814..72ffa9cae 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -117,6 +117,9 @@ sub help() { 'noatime' => N("Do not update inode access times on this file system (e.g, for faster access on the news spool to speed up news servers)."), + 'nodiratime' => N("Do not update directory inode access times on this filesystem +(e.g, for faster access on the news spool to speed up news servers)."), + 'noauto' => N("Can only be mounted explicitly (i.e., the -a option will not cause the file system to be mounted)."), -- cgit v1.2.1