I followed this guide here: https://jonathansblog.co.uk/sshfs-mount-remote-drive-in-finder and my commands look like this:
# sudo mkdir /Volumes/XX
# sudo sshfs -o reconnect -o volname=XX ekkis@mydomain.net:/ /Volumes/XX
which succeeds in mounting, so my expectation is I would find a nice little icon on my desktop pointing to the file system. but there's no icon. curiously, if I look (ls -a /Volumes) I don't see the XX directory I created!
and if I try to mkdir that directory, it complains it already exists!
crazy. what's up with this?
p.s.
running on OSX Mojave (10.14.6) with OSXFuse 3.10.6 and SSHFS 2.5.0
I followed this guide here: https://jonathansblog.co.uk/sshfs-mount-remote-drive-in-finder and my commands look like this:
which succeeds in mounting, so my expectation is I would find a nice little icon on my desktop pointing to the file system. but there's no icon. curiously, if I look (
ls -a /Volumes) I don't see the XX directory I created!and if I try to
mkdirthat directory, it complains it already exists!crazy. what's up with this?
p.s.
running on OSX Mojave (10.14.6) with OSXFuse 3.10.6 and SSHFS 2.5.0