3.4.0 Matrix Server Command Reference
Chapter 1: PolyServe Matrix Server Commands 33
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
The options are:
--enable-quotas
Build the quota infrastructure on the specified filesystem. The psfsquota
utility then examines the existing files and stores current allocations for
each user and group owning a file on the filesystem.
--disable-quotas
Disable quotas on the filesystem and free the associated blocks.
--set-dq <size>[T|G|M|K]
Set the default hard quota on the specified filesystem. The optional
modifiers specify that the size is in terabytes (T), gigabytes (G), megabytes
(M), or kilobytes (K). If a modifier is not specified, the size will be
calculated in bytes. (The default is rounded down to the nearest filesystem
block.)
--set-sdq <size>[T|G|M|K]
Set the default soft quota on the specified filesystem. The optional
modifiers specify that the size is in terabytes (T), gigabytes (G), megabytes
(M), or kilobytes (K). If a modifier is not specified, the size will be
calculated in bytes. (The default is rounded down to the nearest filesystem
block.)
--rebuild-quotas
Recalculate quota allocations.
-y
Answer “yes” to all questions.
The following options can be used with the --enable-quotas option:
--staticdq
Quota limits for new users are copied from the default quota values set for
the filesystem.
--dynamicdq
Quota limits for new users are linked from the default quota values set for
the filesystem. If the default quota values are changed, the users’ quota
limits will also change.
--enforce-hardlimit
File operations that will result in exceeding a user’s hard limit are denied.