NAME
convertquota - 把老的配额文件转换为新的格式
总览 (SYNOPSIS)
convertquota [ -ug ] filesystem
描述 (DESCRIPTION)
convertquota 把老的配额文件 quota.user 和 quota.group 转换为Red Hat Linux内核2.4以及更新的 文件系统 所用的 aquota.user 和 aquota.group。
新的格式可以允许为32位uids/gids设定配额, 为root设定配额,以字节(byte)为单位统计所用空间(可以在ReiserFS中使用配额), 并且与结构无关。 新的格式用Radix树(一种简单的树结构)为配额文件中存储信息的主要方式。
选项 (OPTIONS)
- -u
- 转换用户配额文件。 此选项是默认的。
- -g
- 转换组配额文件。
文件 (FILES)
- aquota.user
- 新的用户配额文件
- aquota.group
- 新的组配额文件
参见 (SEE ALSO)
quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8), repquota(8)
#p#
NAME
convertquota - convert quota from old file format to new one
SYNOPSIS
convertquota [ -ug ] [ -e | -f ] filesystem
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.
OPTIONS
- -u
- convert user quota file. This is the default.
- -g
- convert group quota file.
- -f
- convert from old file format to new one. This is the default.
- -e
- convert new file format from big endian to little endian.
- -V
- print version information.
FILES
- aquota.user
- new user quota file
- aquota.group
- new group quota file
SEE ALSO
quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8), repquota(8)