mount(1M_BFS) (BFS) mount(1M_BFS)
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.
Multiple file system-specific options may be listed
in any order, but must be separated by commas.
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
REFERENCES
generic mount(1M), mount(2), mnttab(4)
Copyright 1994 Novell, Inc. Page 1