1MFSMOUNT.CFG(5) MFSMOUNT.CFG(5)
2
3
4
6 mfsmount.cfg - configuration file for the mfsmount command
7
9 OPTION,OPTION,OPTION,...
10
11 OPTION
12
13 PATH
14
15 The # character starts comments.
16
18 The mfsmount.cfg file defines the default mountpoint and the default
19 mfsmount specific mount options for the mfsmount command. Options can
20 be either stated in one line as a comma separated list of options, or
21 by giving one option per line. Options not mfsmount specific will be
22 ignored.
23
24 The default mount point should be listed on a separate line, giving the
25 full path. Lines starting with the # character are ignored.
26
27 EXAMPLES
28 #
29 # Default Options
30 #
31 mfsmaster=192.168.1.1
32 mfspassword=changeme
33 #
34 # Default mount point
35 #
36 /mnt/lizardfs
37
38 REPORTING BUGS
39 Report bugs to <contact@lizardfs.org>.
40
41 COPYRIGHT
42 2016 Skytechnology Sp. z o.o.
43
44 LizardFS is free software: you can redistribute it and/or modify it
45 under the terms of the GNU General Public License as published by the
46 Free Software Foundation, version 3.
47
48 LizardFS is distributed in the hope that it will be useful, but WITHOUT
49 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
50 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
51 for more details.
52
53 You should have received a copy of the GNU General Public License along
54 with LizardFS. If not, see http://www.gnu.org/licenses/.
55
57 mfsmount(1) lizardfs(7)
58
59
60
61 01/29/2020 MFSMOUNT.CFG(5)