mount(1M) MISC. REFERENCE MANUAL PAGES mount(1M)
NAME
mount (bfs) - mount bfs file systems
SYNOPSIS
mount [-F bfs] [generic_options] [-r] [-o specific_options]
{special | mount_point}
mount [-F bfs] [generic_options] [-r] [-o specific_options]
special | mount_point
DESCRIPTION
generic_options are options supported by the generic mount
command.
mount attaches a bfs file system to the file system hierar-
chy at the pathname location mount_point, which must already
exist. If mount_point has any contents prior to the mount
operation, these are hidden until the file system is
unmounted.
The options are:
-F bfs specify the bfs FSType
-r mount the file system read-only
-o specify the bfs-specific suboptions. The follow-
ing suboptions are available:
rw | ro - read/write or read-only
Default is read/write.
Only a privileged user can mount file systems.
FILES
/etc/mnttab
SEE ALSO
generic mount(1M), mountfsys(1M), umountfsys(1M), mount(2),
mnttab(4)
Last change: bfs 1