osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

Update README.md #50

Open shreelock opened 5 years ago

shreelock commented 5 years ago

Updating the README for unmounting, as per #31

wshayes commented 5 years ago

Might be helpful to state that it doesn't show up as a normal mounted drive in Finder - you have to navigate to the mounted directory location in order to be able to eject it. Maybe there is a Finder preference to get it to show up on the left sidepane to more easily eject it, but mine isn't setup that way.

BTW - This is an awesome project! Thanks!

mischievous commented 5 years ago

Not showing up in finder has been fixed for a LONG time. You have to add "-olocal" to the sshfs options. As a stupid side note my rewrite of MacFushion (https://github.com/mischievous/macfusion3) has this option available, but I might need to update the GitHub project with my latest code not sure.

wshayes commented 5 years ago

Didn't mean to say it's not showing up - it is. I was looking for it in the mounted drives in the Finder sidebar instead of in the file/directory listing in the listing section of Finder.

mischievous commented 5 years ago

Yes, I understood. Try the “-olocal” option. It works great for me and shows up under devices. I can take a screen shot if you dont belive me. Oh! Are you not mountaing unders /Volumes?

wshayes commented 5 years ago

Ah - now I understand - I test mounted in a subfolder of a project - worked great! I'll try the -olocal and in the /Volumes dir - so probably does make sense to detail a bit more in the Readme for this as my assumptions were off :)