diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man8/convertquota.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-bookworm/man8/convertquota.8')
-rw-r--r-- | upstream/debian-bookworm/man8/convertquota.8 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man8/convertquota.8 b/upstream/debian-bookworm/man8/convertquota.8 new file mode 100644 index 00000000..5313c7e0 --- /dev/null +++ b/upstream/debian-bookworm/man8/convertquota.8 @@ -0,0 +1,73 @@ +.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\> + |