diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2015-09-09 10:39:31 +0100 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2015-09-09 10:39:31 +0100 |
commit | 19174255ddaad8d04e57f11513b0f1bbd3ce77a0 (patch) | |
tree | 44889df4275d0955a815be9953367e0718af140c /src/bindfs.1 | |
parent | 37a31f04d3dc9e2f114c025efac25aee75cf6e1e (diff) | |
download | bindfs-19174255ddaad8d04e57f11513b0f1bbd3ce77a0.tar.gz |
Added recommended osxfuse options to readme and man page.
As recommended by @retrography in #21.
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 8ed5d2f..81e5961 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -382,6 +382,9 @@ This means that changes in source files are not always immediately visible under When using \fB\-\-mirror[-only] @somegroup\fP, bindfs won't see changes to the group's member list. Sending bindfs a \fBSIGUSR1\fP signal will make it reread the user database. +The following extra options may be useful under osxfuse: +\fB-o local,allow_other,extended_security,noappledouble\fP +See \fBhttps://github.com/osxfuse/osxfuse/wiki/Mount-options\fP for details. .SH BUGS |