mount.ocfs2
Section: OCFS2 Manual Pages (8)
Updated: February 2007
Index
NAME
mount.ocfs2 - mount an OCFS2 filesystem
SYNOPSIS
mount.ocfs2 [-vn] [-o options] device dir
DESCRIPTION
mount.ocfs2 mounts an OCFS2 filesystem at dir. It is usually
invoked indirectly by the mount(8) command when using the -t ocfs2 option.
OPTIONS
- _netdev
-
The filesystem resides on a device that requires network access (used to prevent
the system from attempting to mount these filesystems until the network has
been enabled on the system). mount.ocfs2 transparently appends this option
during mount. However, users mounting the volume via /etc/fstab must explicitly
specify this mount option to delay the system from mounting the volume until
after the network has been enabled.
- datavolume
-
Use this mount option to mount volumes storing the Oracle data files,
control files, redo logs, archive logs, voting disk, cluster registry, etc.
(This mount option is only available with the OCFS2 1.2.)
- nointr
-
It ignores signals during read-write.
- ro
-
Mount the file system read-only.
- rw
-
Mount the file system read-write.
SEE ALSO
mkfs.ocfs2(8)
fsck.ocfs2(8)
tunefs.ocfs2(8)
mounted.ocfs2(8)
debugfs.ocfs2(8)
ocfs2cdsl(8)
AUTHORS
Oracle Corporation
COPYRIGHT
Copyright © 2004, 2007 Oracle. All rights reserved.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
- AUTHORS
-
- COPYRIGHT
-