File System in Userspace (FUSE) utilities https://github.com/libfuse/libfuse
Go to file
2024-01-05 22:34:55 +01:00
fuse-2.8.7-fix_linking_issues_with_gold_linker.patch automatic version update by autodist [release 2.9.3-1mamba;Sat Jul 06 2013] 2024-01-05 22:34:55 +01:00
fuse-initscript automatic version update by autodist [release 2.9.3-1mamba;Sat Jul 06 2013] 2024-01-05 22:34:55 +01:00
fuse.spec automatic version update by autodist [release 2.9.3-1mamba;Sat Jul 06 2013] 2024-01-05 22:34:55 +01:00
README.md automatic version update by autodist [release 2.9.3-1mamba;Sat Jul 06 2013] 2024-01-05 22:34:55 +01:00

fuse

With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include:

  • simple library API
  • simple installation (no need to patch or recompile the kernel)
  • secure implementation
  • userspace - kernel interface is very efficient
  • usable by non privileged users
  • runs on Linux kernels 2.4.X and 2.6.X
  • has proven very stable over time.