'\"macro stdmacro
.if n .pH g1a.mount_rfs @(#)mount_rfs	40.12 of 1/17/90
.\" Copyright 1989 AT&T
.nr X
.if \nX=0 .ds x} mount 1M "RFS" "\&"
.if \nX=1 .ds x} mount 1M "RFS"
.if \nX=2 .ds x} mount 1M "" "\&"
.if \nX=3 .ds x} mount "" "" "\&"
.TH \*(x}
.SH NAME
\f4mount\f1 \- mount remote resources
.SH SYNOPSIS
\f4mount\f1
[\f4\-F \f1rfs]
[\f4\-o \f1nocaching][,ro|rw]
[,suid|nosuid]
[\f4\-cr]
\f2resource directory\f1
.br
.SH DESCRIPTION
The
\f4mount\f1
command makes a remote \f2resource\f1
available to users from the mount point \f2directory\f1.
The command adds an entry to the table of mounted devices, \f4/etc/mnttab\f1.
.P
If multiple transport providers are installed and administrators attempt
to mount a resource over them, the transport
providers should be specified as network IDs in the
\f4/etc/netconfig\f1 file.  The NETPATH environment variable
can be used to specify the sequence of transport providers
\f4mount\f1 will use to attempt a connection to a server machine
(\f4NETPATH=tcp:starlan\f1).  If only one transport provider is
installed and \f4/etc/netconfig\f1
has not been set up, all resources will be mounted over this
transport provider by default.
.P
The following options are available:
.RS
.TP
\f4\-o \f2suboption\f1
.RS
.IP \f4nocaching\f1 15
Disable client caching.
.IP [\f4rw|ro\f1]
\f2resource\f1 is to be mounted read/write or read-only.
The default is read/write.
.IP [\f4suid|nosuid\f1]
set-uid bits are to be obeyed or ignored, respectively, on
execution. The default is \f4nosuid\f1.
.RE
.TP
\f4\-c\f1
Disable client caching.
This is the same as \f4\-o nocaching\f1.
.TP
\f4\-r\f1
\f2resource\f1 is to be mounted read-only.  If the
\f2resource\f1 is write-protected, this flag, or the \f4\-o ro\f1
flag,  must be used.
.RE
.SH FILES
.ft 4
/etc/mnttab
.br
/etc/netconfig
.br
/etc/vfstab
.ft
.SH "SEE ALSO"
\f4umount\fP(1M), \f4share\fP(1M), \f4fuser\fP(1M), \f4unshare\fP(1M),
\f4dfshares\fP(1M), \f4dfmounts\fP(1M), \f4netconfig\fP(4), \f4mnttab\fP(4),
\f4vfstab\f1(1M)
