mount(1M) MISC. REFERENCE MANUAL PAGES mount(1M)
NAME
mount (xfs) - mount an xfs file system
SYNOPSIS
mount [-F xfs] [generic_options] [-r] [-o specific_options] {special | mount_point}
mount [-F xfs] [generic_options] [-r] [-o specific_options] special mount_point
DESCRIPTION
generic_options are options supported by the generic mount
command.
mount notifies the system that special, an xfs block special
device, is available to users from the mount_point which
must exist before mount is called; it becomes the name of
the root of the newly mounted special.
The options are:
-F xfs Specify an xfs FSType.
-r Mount the file system read-only.
-o Specify the xfs file-specific options in a comma-
separated list. The available options are:
prio Queued I/Os are sorted on the priority
of the issueing thread. Option is in
force only when specified.
rw | ro Read/write or read-only. Default is rw.
suid | nosuid
Setuid is honored or ignored on execu-
tion. Default is suid.
remount Used in conjunction with rw. A file sys-
tem mounted read-only can be remounted
read-write. Fails if the file system is
not currently mounted or if the file
system is mounted rw. Option is in
force only when specified.
Files
/etc/mnttab mount table
REFERENCES
mnttab(4), generic mount(1M), mount(2), priocnt(1),
setmnt(1M), setuid(2)
NOTICES
Only a privileged user can mount file systems.
MAXION/OS Last change: XFS 1
mount(1M) MISC. REFERENCE MANUAL PAGES mount(1M)
Unlike some file system commands, multiple -o options to the
mount command do not accumulate; the last option is used
instead. Modified in MAXION/OS 1.2V9.
MAXION/OS Last change: XFS 2