From 1660640c50c4c6add3de83a263346a456c7f8b11 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 Jun 2015 15:26:27 +0200 Subject: added documentation of blocksize option in man page --- pgfuse.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pgfuse.1 b/pgfuse.1 index db86c29..cda5720 100644 --- a/pgfuse.1 +++ b/pgfuse.1 @@ -70,6 +70,11 @@ overruled to allow only read operations. \fB-o\fR noatime (default=false) The default is to keep track of access times on reads. This can be switched off with noatime. +.TP +\fB-o\fR blocksize= (default=4096) +Store blocks of size . Do not change this while having +data in your filesystem, otherwise you can't access it anymore! +This is useful for special cases and performance testing. .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