3.4.0 Matrix Server Command Reference
Chapter 1: PolyServe Matrix Server Commands 30
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
(kilobytes), M (megabytes), G (gigabytes), or T (terabytes). If one of these
modifiers is not specified, the <size> will be interpreted in bytes. If the
default quota limit is not specified on the command line, the limit will be
set to 0, which means there is no default limit.
softdefault= <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.)
static-default
Quota limits for new users are copied from the default quota values set for
the filesystem.
dynamic-default
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.
loghardlimit
File operations that result in exceeding a user’s hard limit are logged in the
system event log.
nologhardlimit
File operations that result in exceeding a user’s hard limit are not logged.
logsoftlimit
File operations that result in exceeding a user’s soft limit are logged in the
system event log.
nologsoftlimit
File operations that result in exceeding a user’s soft limit are not logged.
enforcehardlimit
File operations that will result in exceeding a user’s hard limit are denied.
noenforcehardlimit
File operations that will result in exceeding a user’s hard limit are allowed.
sparse-fullcost
Quota accounting for sparse files reflects the virtual size of the files.