1QUOTASYNC(1) General Commands Manual QUOTASYNC(1)
2
3
4
6 quotasync - synchronize in-kernel file system usage and limits to disk
7 format
8
10 quotasync [ -ug ] mount-point...
11 quotasync [ -ug ] -a
12 quotasync -h | -V
13
15 quotasync flushes file system usage and limits from kernel memory to
16 quota files stored in the file system. By default only the user quotas
17 are synchronized.
18
19 This tool can be useful if you want to display accurate quotas by tools
20 that parse quota files, like repquota(8).
21
23 -u, --user
24 Synchronize user usage and limits.
25
26 -g, --group
27 Synchronize group usage and limits.
28
29 -a, --all
30 Synchronize usage and limits on all file systems. You have to
31 specify this option or to specify desired file systems.
32
33 -V, --version
34 Show program version information and exit.
35
36 -h, --help
37 Show program usage and exit.
38
40 If requested synchronization fails, or invalid option is given, quota‐
41 sync will terminate with non-zero exit code. Otherwise it will return
42 zero.
43
45 aquota.user or aquota.group
46 Quota file at the file system root (version 2 quota,
47 non-XFS/GFS2 file systems).
48 quota.user or quota.group
49 Quota file at the file system root (version 1 quota,
50 non-XFS/GFS2 file systems).
51 /etc/mtab List of mounted file systems maintained by user space.
52 /proc/mounts List of mounted file systems maintained by kernel.
53
55 quota(1), quotactl(2), mount(8), quotacheck(8), quotaon(8),
56 repquota(8), warnquota(8).
57
58
59
60 QUOTASYNC(1)