File System in Userspace (FUSE) utilities https://github.com/libfuse/libfuse
Go to file
2024-01-05 22:35:15 +01:00
fuse3.spec automatic version update by autodist [release 3.11.0-1mamba;Tue May 03 2022] 2024-01-05 22:35:15 +01:00
README.md update to 3.2.1 [release 3.2.1-1mamba;Fri Jan 26 2018] 2024-01-05 22:35:14 +01:00

fuse3

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.