I am trying to mount a connection to map a folder from a cluster (running Ubuntu 16.04) to my local machine (Mac Book Pro). Therefore I am typing the following:
sshfs username@host:/home/username/path_to_mount /Users/local_user/Desktop/existing_dir
I get the following error:
fuse: bad mount point '/Users/local_user/Desktop/existing_dir': No such file or directory
That sounds really weird to me because the directory exists, I am sure of that. Any clue on why this happens and what might be a possible solution?
Maybe is just a stupid question, but I am no getting to any point! Thanks for your help in advance!
Best,
Kim