OSDN Git Service

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