On 2014-08-03, Carsten Kunze <[email protected]> wrote:
> I use sshfs to synchronize a filesystem of 15 GB between two machines.
> Read access seems to be ok but on writing the mount point
> does not seem to work anymore.  Error message of cp(1) is
>
> No such file or directory
>
> ls(1) to the mount point gives the same message.
> (Nothing in /var/log/messages)
>
> Is it a known problem for sshfs that the mount point may
> disappear?  (OpenBSD 5.5 amd64)
>
> --Carsten
>
>

There were some problems with FUSE that were fixed post-5.5, perhaps
you ran into one of those. (There are still certainly some missing
features and possibly also other problems in the existing code, but
no recent reports).

If you still see such problems on -current/forthcoming 5.6 then the
best option would be to make a proper problem report, with log
information / output from a run with FUSE_DEBUG set, backtraces
from the sshfs process if it crashes, etc.

Reply via email to