ExpanDrive
There's a lot of buzz in the Apple-related blogosphere about ExpanDrive. John Gruber likes it a lot, and so does TUAW. Based on very brief experiments, I have to say I rather like it too.
If there's a remote server you can connect to with SSH or SFTP, ExpanDrive lets you mount the filespace as a drive. I've mentioned MacFusion before, which does the same thing. They share a common heritage:
- FUSE (Filesystem in Userspace) is a project which originated on Linux. It provides a framework for creating things which look like filesystems in ordinary programs, rather than them having to be part of the operating system. There's a variety of fun stuff you can do with this.
- MacFUSE is a Google project which implemented FUSE for the Mac.
- ExpanDrive and MacFusion provide a nice GUI that implements the 'remote SSH server as local disk' in a way that ordinary users can make sense of it
Leave a Comment