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 [ -ugP ] mount-point...
11 quotasync [ -ugP ] -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 -P, --project
30 Synchronize project usage and limits.
31
32 -a, --all
33 Synchronize usage and limits on all file systems. You have to
34 specify this option or to specify desired file systems.
35
36 -V, --version
37 Show program version information and exit.
38
39 -h, --help
40 Show program usage and exit.
41
43 If requested synchronization fails, or invalid option is given, quota‐
44 sync will terminate with non-zero exit code. Otherwise it will return
45 zero.
46
48 aquota.user or aquota.group
49 Quota file at the file system root (version 2 quota,
50 non-XFS/GFS2 file systems).
51 quota.user or quota.group
52 Quota file at the file system root (version 1 quota,
53 non-XFS/GFS2 file systems).
54 /etc/mtab List of mounted file systems maintained by user space.
55 /proc/mounts List of mounted file systems maintained by kernel.
56
58 quota(1), quotactl(2), mount(8), quotacheck(8), quotaon(8),
59 repquota(8), warnquota(8).
60
61
62
63 QUOTASYNC(1)