1GVFSD(1) User Commands GVFSD(1)
2
3
4
6 gvfsd - Main daemon for gvfs
7
9 gvfsd [OPTION...]
10
12 gvfsd is the main daemon for the gvfs virtual filesystem. It provides
13 the org.gtk.vfs.Daemon name on the session bus. gvfsd is autostarted by
14 GIO clients if it is not running.
15
16 The primary task of gvfsd is to act as a mount tracker/manager. It
17 spawns new backends when requested and keeps track of their lifecycle,
18 maintaining a list of active mounts and creates direct connections to
19 them.
20
21 Since gvfs backends are running as children of the gvfsd process, it is
22 possible to start gvfsd in a terminal and set environment variables to
23 get debug output from individual backends.
24
25 gvfsd also starts the gvfsd-fuse(1), and provides it the mount point
26 where the fuse file system should be mounted.
27
29 -h, --help
30 Prints a short help text and exits.
31
32 --version
33 Shows the version number and exits.
34
35 -r, --replace
36 Replace the currently running gvfsd instance.
37
38 --no-fuse
39 Don't start the fuse filesystem.
40
41 -d, --debug
42 Enable debug output.
43
45 GVFS_DISABLE_FUSE
46 If this environment variable is set, gvfsd will not start the fuse
47 filesystem.
48
50 On success 0 is returned, a non-zero failure code otherwise.
51
53 gvfs(7), gvfsd-fuse(1)
54
55
56
57gvfs GVFSD(1)