Home » Questions » Computers [ Ask a new question ]

trouble to connecting to remote file system using sshfs

trouble to connecting to remote file system using sshfs

I'm a first time user of sshfs, trying to use it to give myself access to a remote file system.

Asked by: Guest | Views: 277
Total answers/comments: 1
Guest [Entry]

"By default fuse file systems are only accessible to the user that mounted them. By doing sudo, this is effectively the root user.
Try just mounting it as your user (without sudo) or with -o allow_other (but this needs to be enabled in /etc/fuse.conf)."