wok annotate fuse/description.txt @ rev 25726
renamed xfce4-ristretto to ristretto
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 17:30:48 2024 +0100 (2 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24580 | 1 FUSE (Filesystem in Userspace) is an interface for userspace programs |
Hans-G?nter@24580 | 2 to export a filesystem to the Linux kernel. |
Hans-G?nter@24580 | 3 The FUSE project consists of two components: |
Hans-G?nter@24580 | 4 the fuse kernel module (maintained in the regular kernel repositories) |
Hans-G?nter@24580 | 5 and the libfuse userspace library (contained in this package). |
Hans-G?nter@24580 | 6 Libfuse provides the reference implementation for communicating with |
Hans-G?nter@24580 | 7 the FUSE kernel module. |