Language

Package: fuse @ 2.9.9

Synopsis

Support file systems implemented in user space

Description

As a consequence of its monolithic design, file system code for Linux normally goes into the kernel itself---which is not only a robustness issue, but also an impediment to system extensibility. FUSE, for "file systems in user space", is a kernel module and user-space library that tries to address part of this problem by allowing users to run file system implementations as user-space processes.

Home page
https://github.com/libfuse/libfuse
Location
gnu/packages/linux.scm (line: 2202, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings