Lines Matching +full:primary +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
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
228 When doing the first (primary) mount, the spawner and the mounter of the daemon
231 After the primary mount is in place, secondary mounts can be done by anyone
235 links: they redirect all filesystem operations to the primary mount.
240 (either via her own mount or via the primary mount), regardless whether
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
253 The primary tool for such purposes is
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.
376 the unmount request will be forwarded to the primary mount path.
377 In general, unmounting by device name is less error-prone than by mount path