blob: 5313c7e0c8ef86f6a27d1debed3adc2669f9ca11 [file] [log] [blame]
.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
]
.B -e
.I filesystem
.LP
.B convertquota
[
.B -ug
]
.B -f
.IR oldformat , newformat
.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 SuSE or 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, --user
convert user quota file. This is the default.
.TP
.B -g, --group
convert group quota file.
.TP
.B -f, --convert-format \f2oldformat,newformat\f1
convert quota file from
.I oldformat
to
.IR newformat .
.TP
.B -e, --convert-endian
convert vfsv0 file format from big endian to little endian (old kernels had
a bug and did not store quota files in little endian format).
.TP
.B -V, --version
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\>