sshfs - No such file or directory

Solution 1:

So aparently when connecting to sftp on a Synology, / is the list of shares. So I just have to do:

sshfs [email protected]:/somedir ~/mnt/somedir

Solution 2:

try

sshfs [email protected]:/remotedir ~/mnt/localdir

where remotedir is dir you normally specify after volume1

or

sshfs [email protected]:/ ~/mnt/localdir