logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

convertquota - convert quota from old file format to new one

Author

       Jan Kara <jack@suse.cz>

4th Berkeley Distribution                        Fri Aug 20 1999                                 CONVERTQUOTA(8)

Description

convertquota converts old quota files quota.user and quota.group to files aquota.user and 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 filesystem.

       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.

Files

aquota.user         new user quota file

       aquota.group        new group quota file

Name

       convertquota - convert quota from old file format to new one

Options

-u,--user
              convert user quota file. This is the default.

       -g,--group
              convert group quota file.

       -f,--convert-formatoldformat,newformat
              convert quota file from oldformat to newformat.

       -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).

       -V,--version
              print version information.

See Also

quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8), repquota(8)

Synopsis

convertquota [ -ug ] -efilesystemconvertquota [ -ug ] -foldformat,newformatfilesystem

See Also