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 [email protected]:/volume1/somedir ~/mnt/somedir
[email protected]'s password:
[email protected]:/volume1/somedir: No such file or directory
It returns the directory listing, as expected if I try:
ssh [email protected] 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 [email protected]:
, you can presstab
and it will automatically find the home directory. – dc914337 Jan 25 '23 at 20:13