You are heresshfs mount in nfs home directory (different user id's maybe?)
sshfs mount in nfs home directory (different user id's maybe?)
Trying to use sshfs to mount in an nfs mounted home directory and we were getting this error:
fusermount: failed to open mountpoint for reading: Permission denied
It must have something to do with userid's, the solution was to make the mountpoint world readable and executable. The containing home directory is not world readable anyway...
Hope that helps someone.
PS - To umount the sshfs mounted filesystem, use fusermount -uTags
simple but very useful!! Thanks!
Post new comment