Anonymous (not verified) - Sat, 2006-03-18 11:47
Setting up FUSE under Debian
Introduction
Filesystem in Userspace (FUSE) is a technology that allows programs operating in userspace to be mounted in the same way as filesystems based in the kernel can be. This allows a userspace program to interface to all sorts of services, or create completely virtual filesystems through a generic interface back to the kernel. Filesystems currently available via FUSE are listed on their wiki: FUSE wiki: FileSystems.