1NILFS_CLEANERD(8) System Manager's Manual NILFS_CLEANERD(8)
2
3
4
6 nilfs_cleanerd - NILFS2 garbage collector
7
9 nilfs_cleanerd [options] device [directory]
10
12 nilfs_cleanerd is a system daemon which reclaims disk space of a NILFS2
13 file system found in device.
14
15 The optional directory argument specifies the mount point where the
16 daemon operates. It must be an r/w-mount.
17
18 This program can be invoked either automatically by mount.nilfs2(8) or
19 manually by an administrator. However, users are recommended to invoke
20 nilfs_cleanerd through mount.nilfs2(8) or mount(8) and shutdown it
21 through umount.nilfs2(8) or umount(8) in order to avoid state inconsis‐
22 tencies among administration tools.
23
25 -c Specify configuration file.
26
27 -h Display help message and exit.
28
29 -n invoke cleanerd without forking process. This option is intended
30 for internal use from mount.nilfs2(8).
31
32 -p Override protection period with the specified number of seconds.
33
35 nilfs_cleanerd reacts to a set of signals. You may send a signal to
36 nilfs_cleanerd using the PID shown by the mount command (or in
37 /etc/mtab):
38
39 # mount -t nilfs2
40 /dev/sdb1 on /nilfs type nilfs2 (rw,gcpid=PID)
41 # kill -SIGNAL PID
42
43 SIGHUP This lets nilfs_cleanerd perform a re-initialization. The con‐
44 figuration file (default is /etc/nilfs_cleanerd.conf) will be
45 reread.
46
47 SIGTERM
48 The nilfs_cleanerd will exit cleanly.
49
50 SIGUSR1, SIGUSR2
51 Reserved for future use. These let nilfs_cleanerd die at
52 present.
53
55 /etc/nilfs_cleanerd.conf
56 Configuration file for nilfs_cleanerd. See nilfs_clean‐
57 erd.conf(5) for details.
58
60 Koji Sato <koji@osrg.net>
61
63 nilfs_cleanerd is part of the nilfs-utils package and available from
64 http://www.nilfs.org.
65
67 nilfs(8), mount.nilfs2(8), umount.nilfs2(8), nilfs_cleanerd.conf(5).
68
69
70
71nilfs-utils version 2.0 May 2008 NILFS_CLEANERD(8)