mfsmount.cfg
NAME
mfsmount.cfg - MooseFS mount daemon config file
DESCRIPTION
This is the config file that will be read by the mfsmount daemon when it starts. It can be used to specify defaults for mfsmount.
FORMAT
Empty lines and lines that start hash (#) sign are ignored. Every other line should be one of the following:
one mount option
several mount options, separated by commas
default mountpoint, which must begin with a slash ("/") sign and be a fully qualified path
For list of all available options, see mfsmount (8)
EXAMPLES
Example config, which sets the nosuid and nodev parameters, specifies master host, master connection password and the mount point:
nosuid,nodev
mfsmaster=mfsmaster
mfspassword=secret
/mnt/mfs
REPORTING BUGS
Report bugs to bugs@moosefs.com
COPYRIGHT
Copyright Jakub Kruszona-Zawadzki, Saglabs SA
This file is part of MooseFS.
READ THIS BEFORE INSTALLING THE SOFTWARE. BY INSTALLING, ACTIVATING OR USING THE SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS AND CONDITIONS OF MooseFS LICENSE AGREEMENT FOR VERSION 1.7 AND HIGHER IN A SEPARATE FILE. THIS SOFTWARE IS LICENSED AS PROPRIETARY SOFTWARE. YOU DO NOT ACQUIRE ANY OWNERSHIP RIGHT, TITLE OR INTEREST IN OR TO ANY INTELLECTUAL PROPERTY OR OTHER PROPRIETARY RIGHTS.
SEE ALSO
mfsmount(8)