From 82d1eee6e23786c8e512e6f43eb451ee231f7a18 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 10 May 2015 11:22:26 +0200 Subject: updated man page for noatime --- pgfuse.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pgfuse.1 b/pgfuse.1 index 649741b..f6ef02e 100644 --- a/pgfuse.1 +++ b/pgfuse.1 @@ -61,6 +61,10 @@ Options are the normal FUSE options plus the special PgFuse options: \fB-o\fR ro (default="") The default is to mount the filesystem read-writable. This can be overruled to allow only read operations. +.TP +\fB-o\fR noatime (default=false) +The default is to keep track of access times on reads. This can be +switched off with noatime. .SS "FUSE/Mount options" For a list of possible mount and FUSE options consult the manpage of \fBmount\fR and the README file of the \fBfuse\fR source package. -- cgit v1.2.3-54-g00ecf