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 /README | |
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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 -- |