michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Unchecking "Follow Symbolic Links" for SSHFS does not remove the option from resulting sshfs command #284

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up a mount and uncheck "Follow Symbolic Links"
2. Mount
3. Look at resulting sshfs command (I used "ps -ef | grep sshfs") and
"-ofollow_symlinks" is still present.

What is the expected output? What do you see instead?
EXPECTED: sshfs command without "-ofollow_symlinks"
INSTEAD: sshfs command WITH "-ofollow_symlinks"

What version of the product are you using? On what operating system?
MacFusion 2.0.3, Mac OS X 10.5.6

Please provide any additional information below.
Group message:
http://groups.google.com/group/MacFusion-devel/browse_thread/thread/a32a7709ae4e
4559

Original issue reported on code.google.com by auldrid...@gmail.com on 13 Jan 2009 at 2:25

GoogleCodeExporter commented 8 years ago
This is actually breaking my entire worklow :(

this seems like an easy bug to fix...

Original comment by running.cz@gmail.com on 16 Nov 2009 at 4:31

GoogleCodeExporter commented 8 years ago
Same problem for me (osx 10.6.2, MacFusion 2.0.3).

Had to manually kick it off, ie
mkdir /Volumes/mymount
/Applications/Utilities/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/R
esources/sshfs-static 
username@server.ac.uk: /Volumes/mymount -p22 -oCheckHostIP=no 
-oStrictHostKeyChecking=no -
oNumberOfPasswordPrompts=1 -ovolname= mymount -ologlevel=debug1 -f -
ovolicon=/Applications/Utilities/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/C
ontents/Resources/sshfs_
icon.icns
Of course, that worked okay, but it is a shame that MacFusion didn't create the 
correct CLI args in the first 
place.

Original comment by faruque%...@gtempaccount.com on 21 Apr 2010 at 4:31