Filesystem in Userspace

From RaySoft

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

Implementations

Additional Resources

References