diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2015-09-13 18:43:18 +0100 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2015-09-13 18:43:18 +0100 |
commit | c2a1a6a6215b370b76a41fcc388c9240571ddc0c (patch) | |
tree | ac50ed4dbf1ca16085f5b08b851cd052ca5f939e | |
parent | b4cdacc28e45f9c3b727db3a5e128e7ed5380e1a (diff) | |
download | bindfs-c2a1a6a6215b370b76a41fcc388c9240571ddc0c.tar.gz |
Added note about problems with some OS X xattr-based features (issue #21).
-rw-r--r-- | src/bindfs.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 81e5961..1f90240 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -402,6 +402,10 @@ The total rate limit is maintained though, and clients with equal block sizes and a similar rate of requests are treated fairly as long as the kernel orders their requests fairly. +Some features relying on xattrs might not work properly on OS X +(\fBhttps://github.com/mpartel/bindfs/issues/21\fP). +For instance, Finder tags seem to work but comments might not. + Please report bugs and/or send pull requests to \fBhttps://github.com/mpartel/bindfs/issues\fP. |