I'm trying to mount a folder over ssh using sshfs. Evertime I do so I get the error
No such file or directory
My terminal:
user@computer:~$ sshfs admin@server.com:/volume1/somedir ~/mnt/somedir
admin@server.com's password:
admin@server.com:/volume1/somedir: No such file or directory
It returns the directory listing, as expected if I try:
ssh admin@server.com ls /volume1/somedir
This is Ubuntu 12.04 connecting to a Synology NAS with DS4.1
What am I doing wrong here?
~/
see http://askubuntu.com/questions/99997/sshfs-no-such-file-error – rubo77 Dec 03 '16 at 07:56sshfs admin@server.com:
, you can presstab
and it will automatically find the home directory. – dc914337 Jan 25 '23 at 20:13