summaryrefslogtreecommitdiff
path: root/convertquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2009-12-14 20:06:58 +0000
committerjkar8572 <jkar8572>2009-12-14 20:06:58 +0000
commitdece383b7ad548c1c62a757936ecdd7a7e40ab41 (patch)
treedee52acd3a86afe1fa9ca3273e661aba9be8fb69 /convertquota.8
parentfafc3de3d0a002e8e1a02df12f2788602de6bb60 (diff)
64-bit quota support.
Diffstat (limited to 'convertquota.8')
-rw-r--r--convertquota.821
1 files changed, 15 insertions, 6 deletions
diff --git a/convertquota.8 b/convertquota.8
index 5ce5b31..5313c7e 100644
--- a/convertquota.8
+++ b/convertquota.8
@@ -6,11 +6,16 @@ convertquota \- convert quota from old file format to new one
.B convertquota
[
.B -ug
-] [
+]
.B -e
-|
+.I filesystem
+.LP
+.B convertquota
+[
+.B -ug
+]
.B -f
-]
+.IR oldformat , newformat
.I filesystem
.SH DESCRIPTION
.B convertquota
@@ -37,11 +42,15 @@ convert user quota file. This is the default.
.B -g, --group
convert group quota file.
.TP
-.B -f, --convert-format
-convert from old file format to new one. This is the default.
+.B -f, --convert-format \f2oldformat,newformat\f1
+convert quota file from
+.I oldformat
+to
+.IR newformat .
.TP
.B -e, --convert-endian
-convert new file format from big endian to little 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.