From 327faf4d7e01b06d7dd993793a8b647fcefacfb0 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 1 Apr 2010 12:49:18 -0700 Subject: [PATCH] Allow noatime to be set for all linux filesystems --- mount/help/linux_noatime.html | 9 +++++++++ mount/linux-lib.pl | 20 +++++++++++--------- 2 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 mount/help/linux_noatime.html diff --git a/mount/help/linux_noatime.html b/mount/help/linux_noatime.html new file mode 100644 index 000000000..fc74037c7 --- /dev/null +++ b/mount/help/linux_noatime.html @@ -0,0 +1,9 @@ +
Avoid updating last access times?
+ +By default, whenever a file is read Linux will update it's last +access time. Since this information is rarely used and can be +expensive to store, changing to option to Yes will turn +off recording this access time.

+ +