Open dlee opened 12 years ago
For now, my workaround is to manually add each volume to the sidebar's DEVICES section.
I am having this problem. Using Macfusion with OSXFUSE. Everything works fine, except it's not appearing in the Finder sidebar.
Hi, same problem here.
workaround for sshfs is to pass -o local
to sshfs
, i.e.
$ sshfs -o local -o volname=VolumnName user@host:/remote/path /local/path
this will make the mount appear in devices
, but not in shared
but I'm not sure if it helps Macfusion users
Thank you the -o local argument did the trick
doesn't work on Ventura... the finder doesn't list it at all, however the mount works
Finder has a SHARED section in sidebar where network mounts go. SSHFS volumes mounted via macfusion should also appear there.