MacFUSE and symbolic links
I’m using a nifty tool from google called MacFUSE, It lets you mount a computer over ssh just like a drive, In fact the other computer shows up on my desktop as a drive. I had some difficulty with symbolic links in the remote system when launching from the gui. Heres the workaround.
Get a copy of MacFuse and install
Use Terminal # run the following line only once, It sets up a needed symbolic link sudo ln -s /Applications/sshfs.app/Contents/Resources/sshfs-static /usr/local/bin/sshfs
mkdir /Volumes/10.10.55.110
sshfs root@10.10.55.110:/ /Volumes/10.10.55.110 -o ping_diskarb -o reconnect -o jail_symlinks -o volname=10.10.55.110
DONE
Trackbacks
Use the following link to trackback from your own site:
http://www.nervetree.com/trackbacks?article_id=macfuse-and-symbolic-links&day=21&month=02&year=2008