Mount All Kinds of Filesystems on Mac OS X
MacFUSE is a framework for loading filesystem modules in userspace. This means that you need to install one kernel extension for all the supported filesystems (and there are a lot: sshfs, ftpfs, read/write NTFS, and more) and then load the modules for each filesystem as needed. This is a lot cleaner than having to load […]