summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 15:26:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 15:26:27 +0200
commit1660640c50c4c6add3de83a263346a456c7f8b11 (patch)
tree6f1d31a1ea2dfbf0221d111f7654b09674a29429
parentec5786a1126c2bafdfd25d135483d101a6749b79 (diff)
downloadpgfuse-1660640c50c4c6add3de83a263346a456c7f8b11.tar.gz
pgfuse-1660640c50c4c6add3de83a263346a456c7f8b11.tar.bz2
added documentation of blocksize option in man page
-rw-r--r--pgfuse.15
1 files changed, 5 insertions, 0 deletions
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=<bytes> (default=4096)
+Store blocks of size <blocksize>. 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.