Lines Matching +full:use +full:- +full:kernel
3 fuse \- configuration and mount options for FUSE file systems
5 …rface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to…
9 The in-kernel filesystem that forwards requests to a user-space
13 The user-space process that responds to requests received from the
14 kernel.
17 The shared library that most (user-space) filesystems use to
18 communicate with FUSE (the kernel filesystem). libfuse also provides
20 libfuse) helper to allow non-privileged users to mount filesystems.
23 The user that starts the filesystem and instructs the kernel to
25 by the filesystem itself on start-up. When using libfuse, this is done
34 Set the maximum number of FUSE mounts allowed to non-root users. The default is 1000.
37 Allow non-root users to specify the \fBallow_other\fP or
52 This option instructs the kernel to perform its own permission check
54 filesystem. The check by the kernel is done in addition to any
56 operation to be allowed. The kernel performs a standard UNIX permission
62 device fd. In this case, the kernel performs both ACL and standard
91 default is infinite, but typically the kernel enforces its own limit
100 operations). For the time being, libfuse-using filesystems that want
101 to limit the read size must therefore use this mount option \fIand\fP
105 The file descriptor to use for communication between the userspace
106 filesystem and the kernel. The file descriptor must have been
127 is the name of the filesystem process. If the kernel supports it, \fI/etc/mtab\fP and \fI/proc/moun…
129 If the kernel doesn't support subtypes, the source field will be
133 .SS "libfuse-specific mount options:"
134 These following options are not actually passed to the kernel but
136 that use libfuse:
168 .SS "High-level mount options:"
169 These following options are not actually passed to the kernel but
171 that use the high-level libfuse API:
208 Normally, libfuse assigns inodes to paths only for as long as the kernel
211 the life-time of the filesystem). This will require more
212 memory, but may be necessary when using applications that make use of
233 Character set to convert from (see \fBiconv -l\fP for a list of possible values). Default is \fBUTF…
249 The fusermount3 program is installed set-user-gid to fuse. This is done to allow users from fuse gr…
260 FUSE filesystems are unmounted using the \fBfusermount3\fP(1) command (\fBfusermount3 -u mountpoint…