3.4.0 Matrix Server Administration Guide

Chapter 7: Configure PSFS Filesystems 83
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
•-q
Suppress messages.
-l <label>
The label for the filesystem.
-n <max-nodes>
The maximum number of nodes that can be in the cluster.
The -o option has the following parameters:
blocksize=#
Specify the block size (either 4096 or 8192) for the filesystem.
disable-fzbm
Create the filesystem without Full Zone Bit Maps (FZBMs). The FZBM
on-disk filesystem format reduces the amount of data that the
filesystem needs to read when allocating a block. It is particularly
useful for speeding up allocation times on large, relatively full
filesystems.
For details about FZBM, see the PolyServe Knowledge Base article
“Using the FZBM On-Disk Filesystem Format.”
enable-quotas
Enable quotas on the filesystem.
The following options can be used with enable-quotas:
default=<size>[K|M|G|T]
Set the default hard quota on the filesystem. (The default is rounded
down to the nearest filesystem block.) The <size> argument can
include one of the following optional modifiers to specify the unit: K
(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 filesystem. The optional modifiers are
the same as default.