CONVERTQUOTA(8) CONVERTQUOTA(8)
名前
convertquota - quota を古いフォーマットから新しいフォーマットに変換する
書式
convertquota [ -ug ] [ -e | -f ] filesystem
説明
convertquota は、 filesystem にある古い quota ファイル quota.user と
quota.group を、2.4.0-ac? 以降や SuSE または Red Hat Linux のカーネル
2.4 で現在使われている新しいフォーマットのフ ァ イ ル aquota.user と
aquota.group に変換する。
新しいファイルフォーマットでは、 32 ビットのユーザー ID・グループ ID の
使用、root に対する quota 設定、バイト単位での使用容量の集計 ( さ ら に
ReiserFS での quota の使用) が可能であり、アーキテクチャに依存しない。
このフォーマットでは、quota ファイルに Radix ツリー (簡単な形式のツリー
構造) が導入された。
オプション
-u ユーザー quota ファイルを変換する。これがデフォルトである。
-g グループ quota ファイルを変換する。
-f 古いファイルフォーマットから新しいファイルフォーマットへ変換する
。これがデフォルトである。
-e 新しいファイルフォーマットをビッグエンディアンからリトルエンディ
アンに変換する。
-V バージョン情報を表示する。
ファイル
aquota.user 新しいユーザー quota ファイル。
aquota.group 新しいグループ quota ファイル。
関連項目
quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8),
repquota(8)
著者
Jan Kara
CONVERTQUOTA(8) CONVERTQUOTA(8)
NAME
convertquota - convert quota from old file format to new one
SYNOPSIS
convertquota [ -ug ] -e filesystem
convertquota [ -ug ] -f oldformat,newformat 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 filesys-
tem.
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 for-
mat introduces Radix Tree (a simple form of tree structure) to quota
file.
OPTIONS
-u, --user
convert user quota file. This is the default.
-g, --group
convert group quota file.
-f, --convert-format oldformat,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.
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)
AUTHOR
Jan Kara
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa