Filesystem in Userspace

Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like computer operating systems that lets non-privileged users create their own file systems without editing kernel code. This is achieved by running file system code in user space while the FUSE module provides only a "bridge" to the actual kernel interfaces.

Released under the terms of the GNU General Public License and the GNU Lesser General Public License, FUSE is free software. The FUSE system was originally part of A Virtual Filesystem (AVFS), but has since split off into its own project on SourceForge.net.

FUSE is available for Linux, FreeBSD, NetBSD (as puffs), OpenSolaris, and OS X. It was officially merged into the mainstream Linux kernel tree in kernel version 2.6.14.

Read more about Filesystem In Userspace:  Virtual File System, Ports, Examples