diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 14:26:38 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 14:26:38 +0300 |
commit | 2274c96b908d539244e6bb899297c508c286ac1f (patch) | |
tree | c80a9bd97ff211c26649ace333d840ea4b4e3e6a /src | |
parent | 3293dc98e37eed0fb0cbfcbd40434d3c37c69480 (diff) | |
download | bindfs-2274c96b908d539244e6bb899297c508c286ac1f.tar.gz |
Drop MacFUSE support. Apple makes things too difficult.
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index e89ba2d..ceda806 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -551,6 +551,8 @@ MacFuse caches file contents by default. This means that changes in source files are not always immediately visible under the mount point. \fB\-o nolocalcaches\fP can be used to disable the cache. +With fuse-t, \fB\-o noattrcache\fP is recommended. + 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. |