sshfs input/output error
If you're getting an error like this from sshfs 2.3:
ls: cannot access sshfs_dir: Input/output error
It's most likely because you forgot to mount the remote directory with a trailing slash. After I added the trailing slash my sshfs mount works again.
Leave A Reply
- 3 Replies
Replies
October 27th 2012 - napcae
gosh, thank you. spent the whole night finding this!
December 2nd 2012 - ns
thank you. this was driving me crazy too.
May 17th 2014 - Fernando
Thanks man! What a dumb mistake!