Table of Contents

SSHFS

Usage in /etc/fstab

sshfs#<user>@<server>:/ /mnt/<dir> fuse defaults,user,noauto,noatime,allow_other,readdir_ino 0 0

pwd not working

If sometimes when you are in a sshfs mounted directory the pwd command does not work and only returns “.”, mount it with the sshfs option readdir_ino (add -oreaddir_ino in command line).