mount(1M) — ADMINISTRATOR COMMANDS
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, referenced by special, to the file system hierarchy 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 options specific to the bfs file system. Available options are:
rw | ro Read/write or read-only. Default is read/write.
Only a privileged user can mount file systems.
FILES
/etc/mnttab mount table
SEE ALSO
generic mount(1M), mountfsys(1M), mount(2), mnttab(4).
— bfs