diff options
author | jkar8572 <jkar8572> | 2009-12-14 20:06:58 +0000 |
---|---|---|
committer | jkar8572 <jkar8572> | 2009-12-14 20:06:58 +0000 |
commit | dece383b7ad548c1c62a757936ecdd7a7e40ab41 (patch) | |
tree | dee52acd3a86afe1fa9ca3273e661aba9be8fb69 /quotacheck.8 | |
parent | fafc3de3d0a002e8e1a02df12f2788602de6bb60 (diff) | |
download | linuxquota-dece383b7ad548c1c62a757936ecdd7a7e40ab41.tar.gz |
64-bit quota support.
Diffstat (limited to 'quotacheck.8')
-rw-r--r-- | quotacheck.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quotacheck.8 b/quotacheck.8 index 1b5a01f..ed23e73 100644 --- a/quotacheck.8 +++ b/quotacheck.8 @@ -133,9 +133,11 @@ Check and fix quota files of specified format (ie. don't perform format auto-detection). This is recommended as detection might not work well on corrupted quota files. Possible format names are: .B vfsold -(version 1 quota), +Original quota format with 16-bit UIDs / GIDs, .B vfsv0 -(version 2 quota), +Quota format with 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and limits, +.B vfsv1 +Quota format with 64-bit quota limits and usage, .B rpc (quota over NFS), .B xfs |