summaryrefslogtreecommitdiff
path: root/convertquota.8
blob: 34db1b5054da1b0cb7c7449ade226be5c955464c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH CONVERTQUOTA 8 "Fri Aug 20 1999"
.UC 4
.SH NAME
convertquota \- convert quota from old file format to new one
.SH SYNOPSIS
.B convertquota
[
.B -ug
]
.I filesystem
.SH DESCRIPTION
.B convertquota
converts old quota files
.BR quota.user
and
.BR quota.group
to files
.BR aquota.user
and
.BR aquota.group
in new format currently used by 2.4.0-ac? and newer or by Red Hat Linux 2.4 kernels on
.IR filesystem .
.PP
New file format allows using quotas for 32-bit uids / gids, setting quotas for root,
accounting used space in bytes (and so allowing use of quotas in ReiserFS) and it
is also architecture independent. This format introduces Radix Tree (a simple form of tree
structure) to quota file.
.SH OPTIONS
.TP
.B -u
convert user quota file. This is the default.
.TP
.B -g
convert group quota file.
.TP
.B -V
print version information.
.SH FILES
.TP 20
.B aquota.user
new user quota file
.TP
.B aquota.group
new group quota file
.SH "SEE ALSO"
.BR quota (1),
.BR setquota (8),
.BR edquota (8),
.BR quotacheck (8),
.BR quotaon (8),
.BR repquota (8)
.SH AUTHOR
Jan Kara \<jack@suse.cz\>