Scroll to navigation

rozo_repquota(8) System Manager's Manual rozo_repquota(8)

NAME

rozo_reqquota - summarize quotas for a RozoFS filesystem

SYNOPSIS

rozo_repquota [ -vHpugs ] [ -c | -C ] [ -t | -n ] [ -f exportconf ] eid

DESCRIPTION

rozo_repquota prints a summary of the disc usage and quotas for the RozoFS file system specified by eid. For each user the current number of files and amount of space (in kilobytes) is printed, along with any quotas created with rozo_setquota(8).

OPTIONS

Full pathname of the exportd configuration file that contains all the filesystem identifiers associated with the exportd.
Report all quotas, even if there is no usage. Be also more verbose about quotafile information.
Try to report used space, number of used inodes and limits in more appropriate units than the default ones.
When user is in grace period, report time in seconds since epoch when his grace time runs out (or has run out). Field is '0' when no grace time is in effect. This is especially useful when parsing output by a script.
Report quotas for users. This is the default.
Report quotas for groups.
Report quotas for projects.
Cache entries to report and translate uids/gids to names in big chunks by scanning all users (default). This is good (fast) behaviour when using /etc/passwd file.
Translate individual entries. This is faster when you have users stored in database.

Truncate user/group names longer than 9 characters. This results in nicer output when there are such names.
.TP -n, --no-names Don't resolve UIDs/GIDs to names. This can speedup printing a lot.

FILES

/etc/rozofs/exportd.conf
default exportd configuration file

SEE ALSO

rozo_quotaon(8), rozo_setquota(8)