aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--src/bindfs.13
2 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 22a8dca..f65cd32 100644
--- a/README
+++ b/README
@@ -34,6 +34,12 @@ you may have to add the line user_allow_other to /etc/fuse.conf.
See the bindfs --help or the man-page for instructions and examples.
+-- OS X note --
+
+The following extra options may be useful under osxfuse:
+-o local,allow_other,extended_security,noappledouble
+
+See https://github.com/osxfuse/osxfuse/wiki/Mount-options for details.
-- License --
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