mgorbach / macfusion2

Macfusion2
568 stars 128 forks source link

Mounted SSHFS volumes should appear in Finder sidebar #22

Open dlee opened 12 years ago

dlee commented 12 years ago

Finder has a SHARED section in sidebar where network mounts go. SSHFS volumes mounted via macfusion should also appear there.

dlee commented 12 years ago

For now, my workaround is to manually add each volume to the sidebar's DEVICES section.

sdubois commented 8 years ago

I am having this problem. Using Macfusion with OSXFUSE. Everything works fine, except it's not appearing in the Finder sidebar.

janstieler commented 7 years ago

Hi, same problem here.

dreyks commented 7 years ago

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

BjarneNilsson commented 6 years ago

Thank you the -o local argument did the trick

arch-user-france1 commented 1 year ago

doesn't work on Ventura... the finder doesn't list it at all, however the mount works