1MOGAUTOMOUNT(1) User Contributed Perl Documentation MOGAUTOMOUNT(1)
2
3
4
6 mogautomount - automatically discover and mount MogileFS disks
7
9 mogautomount [--verbose | -v]
10 mogautomount [--help | -h]
11
13 Mounts all unmounted filesystems with labels of form "MogileDev<n>" at
14 /var/mogdata/dev<n>, creating the needed directories as well.
15
16 You can do this at runtime without restarting mogstored, assuming you
17 can add new block devices at runtime via your SCSI/SATA/etc controller.
18
20 --help | -h
21 this help
22
23 --verbose | -verbose
24 be verbose
25
26 --chmod-mountpoints
27 If a mogile device isn't mounted yet, check to make sure the
28 underlying filesystem has the directory set to be not readable or
29 writable at all (chmod 0). This could help prevent mogstored from
30 accidentally writing to the underlying filesystem.
31
33 0 on success or inaction because no action needed to happen.
34
35 1 on partial failure (some mounts succeed).
36
37 2 on total failure (things had to be done, but nothing was).
38
40 Brad Fitzpatrick, <brad@danga.com>
41
43 This tool mounts disks, and disks hold data, so naturally you should be
44 afraid. Real the source code to see what it does. This tool comes
45 with no warranty of any kind. You're response for its use or misuse.
46
48 This tool is Copyright 2006, Six Apart, Ltd. You're free to
49 redistribute it under the same terms as perl itself.
50
52 Hey! The above document had some coding errors, which are explained
53 below:
54
55 Around line 134:
56 '=end' without a target?
57
58
59
60perl v5.28.1 2012-07-18 MOGAUTOMOUNT(1)