macfusion2 icon indicating copy to clipboard operation
macfusion2 copied to clipboard

Mounted SSHFS volumes should appear in Finder sidebar

Open dlee opened this issue 12 years ago • 6 comments

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

dlee avatar Jan 25 '12 10:01 dlee

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

dlee avatar Jan 25 '12 11:01 dlee

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

sdubois avatar Mar 04 '16 16:03 sdubois

Hi, same problem here.

janstieler avatar May 30 '17 13:05 janstieler

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

dreyks avatar Sep 13 '17 13:09 dreyks

Thank you the -o local argument did the trick

BjarneNilsson avatar Dec 12 '17 20:12 BjarneNilsson

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

arch-user-france1 avatar Jan 07 '23 19:01 arch-user-france1