Martin Natano wrote: > Watch this: > > $ doas sshfs natano@localhost:/tmp /mnt > $ cat /mnt/foo > cat: /mnt/foo: No such file or directory > $ echo bar > /tmp/foo > $ cat /mnt/foo > cat: /mnt/foo: No such file or directory > $ touch /mnt/foo > $ cat /mnt/foo > bar > $ > > There is no sense in doing caching in fusefs. In case of a non-local > filesystem the tree can change behind our back without us having a > chance to purge the cache. > > "The only winning move is not to play." Ok?
ok
