Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Filesystem in Userspace
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Software interface for Unix-like systems}} {{More citations needed|date=January 2024}} {{Infobox software | name = Filesystem in Userspace | logo = | screenshot = | caption = | developer = | latest release version = {{wikidata|property|edit|reference|P348}} | latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}} | latest preview version = | latest preview date = | programming language = [[C (programming language)|C]] | operating system = [[Unix]], [[Unix-like]] | genre = [[File system]] [[software driver|driver]] | license = [[GPL]] for Linux kernel part, [[LGPL]] for Libfuse, [[BSD licenses#2-clause|Simplified BSD]] on FreeBSD, [[ISC license]] on OpenBSD; proprietary for macOS | website = {{URL|https://github.com/libfuse/libfuse}} }} '''Filesystem in Userspace''' ('''FUSE''') is a [[software interface]] for [[Unix]] and [[Unix-like]] computer [[operating system]]s that lets non-privileged users create their own [[file system]]s without editing [[kernel (operating system)|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. FUSE is available for [[Linux]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]] (as [[PUFFS (NetBSD)|puffs]]), [[OpenSolaris]], [[Minix 3]], [[macOS]],<ref>{{cite web|url=https://osxfuse.github.io/|title=Home - FUSE for OS X}}</ref> [[MorphOS]] (as filesysbox.library), and [[Microsoft Windows|Windows]].<ref>{{Citation|last=Zissimopoulos|first=Bill|title=billziss-gh/winfsp|date=2021-02-14|url=https://github.com/billziss-gh/winfsp|access-date=2021-02-16}}</ref> FUSE is [[free software]] originally released under the terms of the [[GNU General Public License]] and the [[GNU Lesser General Public License]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)