]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/fsinfo/fsinfo.8
Virgin import of AMD (am-utils) v6.1.5
[FreeBSD/FreeBSD.git] / contrib / amd / fsinfo / fsinfo.8
1 .\"
2 .\" Copyright (c) 1997-2006 Erez Zadok
3 .\" Copyright (c) 1993 Jan-Simon Pendry.
4 .\" Copyright (c) 1993
5 .\"     The Regents of the University of California.  All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgment:
17 .\"     This product includes software developed by the University of
18 .\"     California, Berkeley and its contributors.
19 .\" 4. Neither the name of the University nor the names of its contributors
20 .\"    may be used to endorse or promote products derived from this software
21 .\"    without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" SUCH DAMAGE.
34 .\"
35 .\"     from: @(#)fsinfo.8      8.1 (Berkeley) 6/28/93
36 .\"     $Id: fsinfo.8,v 1.13.2.1 2006/01/02 18:48:25 ezk Exp $
37 .\"
38 .TH FSINFO 8 "June 28, 1993"
39 .SH NAME
40 fsinfo \- coordinate site-wide filesystem information
41 .SH SYNOPSIS
42 .B fsinfo
43 [
44 .B \-v
45 ] [
46 .B \-a
47 .I autodir
48 ] [
49 .B \-b
50 .I bootparams
51 ] [
52 .B \-d
53 .I dumpsets
54 ] [
55 .B \-e
56 .I exports
57 ] [
58 .B \-f
59 .I fstabs
60 ] [
61 .B \-h
62 .I hostname
63 ] [
64 .B \-m
65 .I automounts
66 ] [
67 .B \-I
68 .I dir
69 ] [
70 .B \-D
71 .I string[=string]
72 ] [
73 .B \-U
74 .I string[=string]
75 ]
76 .I config
77 .I ...
78 .SH DESCRIPTION
79 The
80 .B fsinfo
81 utility takes a set of system configuration information, and generates
82 a coordinated set of
83 .I amd
84 ,
85 .I mount
86 and
87 .I mountd
88 configuration files.
89 .PP
90 The
91 .B fsinfo
92 command is fully described in the document
93 .I "Amd - The 4.4BSD Automounter"
94 .SH "SEE ALSO"
95 .BR amd (8),
96 .BR mount (8),
97 .BR mountd (8).
98 .LP
99 ``am-utils''
100 .BR info (1)
101 entry.
102 .LP
103 .I "Linux NFS and Automounter Administration"
104 by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
105 .LP
106 .I http://www.am-utils.org
107 .LP
108 .I "Amd \- The 4.4 BSD Automounter"
109 .SH HISTORY
110 The
111 .B fsinfo
112 command first appeared in 4.4BSD.
113 .SH AUTHORS
114 Jan-Simon Pendry <jsp@doc.ic.ac.uk>, Department of Computing, Imperial College, London, UK.
115 .P
116 Erez Zadok <ezk@cs.sunysb.edu>, Computer Science Department, Stony Brook
117 University, Stony Brook, New York, USA.
118 .P
119 Other authors and contributors to am-utils are listed in the
120 .B AUTHORS
121 file distributed with am-utils.