Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mfsmount.cfg(5) 	     This is part of MooseFS		 mfsmount.cfg(5)

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 mas-
     ter 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 (C) 2026 Jakub Kruszona-Zawadzki, Saglabs SA

     This file is part of MooseFS.

     MooseFS is free software; you can redistribute it and/or  modify  it  under
     the  terms of the GNU General Public License as published by the Free Soft-
     ware Foundation, version 2 (only).

     MooseFS is distributed in the hope that it will be useful, but WITHOUT  ANY
     WARRANTY;	without  even the implied warranty of MERCHANTABILITY or FITNESS
     FOR A PARTICULAR PURPOSE. See the GNU General Public License for  more  de-
     tails.

     You  should  have	received  a copy of the GNU General Public License along
     with this program; if not, see <https://www.gnu.org/licenses/>.

SEE ALSO
     mfsmount(8)

MooseFS 4.59.1-1		    May 2026			 mfsmount.cfg(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mfsmount.cfg&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help