'\"macro stdmacro
.if n .pH g1a.mount_bfs @(#)mount_bfs	40.4 of 10/10/89
.\" Copyright 1989 AT&T
.nr X
.if \nX=0 .ds x} \*(x} mount 1M "bfs" "\&"
.if \nX=1 .ds x} \*(x} mount 1M "bfs"
.if \nX=2 .ds x} \*(x} mount 1M "" "\&"
.if \nX=3 .ds x} \*(x} "" "" "\&"
.TH \*(x}
.SH NAME
\f4mount\fP (bfs) - mount \f4bfs\fP file systems
.SH SYNOPSIS
\f4mount [-F bfs] [\f2generic_options\f1] [-r] [-o \f2specific_options\fP] {\f2special | mount_point\fP}
.br
\f4mount [-F bfs] [\f2generic_options\f1] [-r] [-o \f2specific_options\fP] \f2special | mount_point\fP
.SH DESCRIPTION
\f2generic_options\fP are options supported by the generic \f4mount\fP command.
.PP
\f4mount\f1
attaches a 
\f4bfs\f1
file system to the file system hierarchy at the
pathname location
.IR mount_point ,
which must already exist.
If
.I mount_point
has any contents prior to the
\f4mount\f1
operation, these are hidden until the
file system is unmounted.
.PP
The options are:
.TP 10
\f4-F bfs\fP
specify the bfs FSType
.TP 10
\f4-r\fP
mount the file system read-only
.TP 10
\f4-o\fP
specify the bfs-specific suboptions.
The following suboptions are available:
.RS 10
.TP 10
rw | ro    - read/write or read-only
Default is read/write.
.RE
.PP
Only a privileged user can mount file systems.
.SH FILES
\f4/etc/mnttab\fP
.SH SEE ALSO
generic \f4mount\fP(1M),
\f4mountfsys\fP(1M),
\f4umountfsys\fP(1M),
\f4mount\fP(2), \f4mnttab\fP(4)
