summaryrefslogtreecommitdiff
path: root/system/fuse/README
blob: 335b691f4c8dbe12555b471d5769a4fba077983a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FUSE - Filesystem in Userspace
 
FUSE is a simple interface for userspace programs to export
a virtual filesystem to the Linux kernel. FUSE also aims to
provide a secure method for non privileged users to create
and mount their own filesystem implementations.

NOTE:
- To use FUSE with ntfs-3g, it is necessary to configure it as
a module (--enable-kernel-module), and each time you install
a new kernel(and obviously it's modules), you should rerun this
slackbuild to make a package that fits with the modules of
your new kernel.

- It has a "KERNEL" variable to add it in the name of the final
package, so you can identify the kernel who was used to build
fuse.