summaryrefslogtreecommitdiff
path: root/convertquota.8
blob: de0d76e092f5531579c513d0cbe5d2f0bf713d21 (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
.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 kernels 2.4.0-ac? and newer 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 trie (a simple form of tree
structure) to quota file.
.SH OPTIONS
.TP
.B -u
convert user quota file. This is default.
.TP
.B -g
convert group quota file.
.SH FILES
.TP 20
.B aquota.user
user quota file
.TP
.B aquota.group
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@atrey.karlin.mff.cuni.cz\>