I'm a first time user of sshfs, trying to use it to give myself access to a remote file system.
$ sudo sshfs username@servername.edu:/home/csg/username/low /local/servername
When I issue this command, everything seems to work fine, but I don't get any sort of directory access in my /local/servername folder. Anybody know what I need to do next? Or have some good documentation on how to use this?
I'm running Ubuntu 9.04.
Thanks!