Lines Matching +full:secondary +full:- +full:device
93 will look for a suitable free fuse device by itself.
98 of the file descriptor of an already open fuse device
105 .Bl -tag -width indent
106 .It Fl A , Ic --reject-allow_other
113 .It Fl S , Ic --safe
117 .It Fl D , Ic --daemon Ar daemon
120 .It Fl O , Ic --daemon_opts Ar opts
124 .It Fl s , Ic --special Ar special
128 .It Fl m , Ic --mountpath Ar node
131 .It Fl h , Ic --help
133 .It Fl V , Ic --version
141 .Bl -tag -width indent
160 Do not refuse unmounting if there are secondary mounts.
177 Besides the above mount options, there is a set of pseudo-mount options which
184 However, there are some which do require in-kernel support.
186 .Bl -tag -width indent
201 .Dl fuse_daemon device mountpoint
224 are concerned) by doing their own secondary mount (See
231 After the primary mount is in place, secondary mounts can be done by anyone
234 The behaviour of a secondary mount is analogous to that of symbolic
237 Doing a secondary mount is like signing an agreement: by this action, the mounter
244 The device name of a secondary mount is the device name of the corresponding
245 primary mount, followed by a '#' character and the index of the secondary
265 non-options is allowed, but processing them stops at the third non-option
266 argument (after the first two have been utilized as device and mountpoint).
280 exception of some non-critical ones).
282 .Bl -tag -width ".Ev MOUNT_FUSEFS_SAFE"
303 .Bl -tag -width ".Ev FUSE_DEV_NAME"
305 Device to attach.
310 File descriptor of an opened Fuse device to use.
318 .Bl -tag -width /dev/fuse
320 Fuse device with which the kernel and Fuse daemons can communicate.
325 performed on it automatically is passed to a free Fuse device by the kernel
347 (non race-free) automatic device selection:
349 .Dl #!/bin/sh -e
352 .Dl mount_fusefs -S /dev/fuse /mnt/fuse \(lq$@\(rq
365 .Pa sysutils/fusefs-kmod
374 Secondary mounts should be unmounted via their device name.
377 In general, unmounting by device name is less error-prone than by mount path