MacFUSE: Mount remote server dirs over SSH protocol on MacOS X

MacFUSE Banner

I just installed a program and kernel extension which allows me to mount a remote server over SSH as a “normal drive” under MacOS X. Nothing brand new, but I did some research and thought I share what I found out to speed up other people who might need this.

Here is a description of the project and what you can do with it from the project’s page:

MacFUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X (10.4 and above). It aims to be API-compliant with the FUSE (File-system in USErspace) mechanism that originated on Linux. Therefore, many existing FUSE file systems become readily usable on Mac OS X. That said, MacFUSE has numerous user- and developer-visible interfaces that are specific to Mac OS X. The core of MacFUSE is in a dynamically loadable kernel extension.

Although MacFUSE has a completely different kernel-level implementation from Linux FUSE, it supports the FUSE specification well enough that many popular FUSE file systems can be easily compiled and made to work on Mac OS X–often out of the box. Examples of file systems that are known to work and were once tested (to varying degrees) include sshfs, ntfs-3g (read/write NTFS), ftpfs (read/write FTP), wdfs (WebDAV), cryptofs, encfs, bindfs, unionfs, beaglefs (yes, including the entire Beagle paraphernalia), and so on.

Do get you going you need to get three things: MacFUSE, SSHfs (to mount an external server over SSH) and the GUI for MacFUSE called MacFusion.

What is MacFusion?

MacFusion brings all sorts of information to your Mac in the form of files and folders displayed as just another “Volume” on your Mac desktop. Right now you can use this software to show a Secure Shell or Secure FTP share from another computer on your macs desktop, letting you manipulate the files on it as if they were on your own computer. MacFusion can also do the same for any File Transfer Protocol (FTP) server, giving read/write FTP in the finder for the first time!

First you have to grab the installer and the SSHfs from from the Googe code page at: http://code.google.com/p/macfuse/ , actually this page.

After installing MacFUSE and SSHfs all you need is the GUI called MacFusion from here and you are all set.

There is a newer version of MacFusion under development (at the time of the publication of this post still beta!):

Some other resources are:

Read More