Mounting server directories on your Mac through SSHFS with MacFUSE

From Dreamwidth Notes
Revision as of 16:50, 12 March 2009 by Foxfirefey (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

First, install MacFUSE. Then download the applicable SSHFS part and put it into a directory in your path:

gunzip sshfs-static-leopard.gz
sudo mv sshfs-static-leopard /usr/local/bin/sshfs

Make a directory that you want to be a mount point:

mkdir ~/dw

Now you can use a command like this to connect:

sshfs dw@myserver.org: ~/dw -oauto_cache,reconnect,volname=DW

To disconnect, you can use the command:

umount ~/dw

Or go find the mount point and disconnect using Finder.