Purpose
Mounts an Oracle ACFS file system on the AIX operating system.
Syntax and Description
mount -V acfs -o h /dev/null /xxx mount -v acfs [-o options] volume_device mount_point
mount
-V
acfs
-o
h
/dev/null
/xxx
displays usage text and exits.
Table 16-14 contains the options available with the mount
command.
Table 16-14 Options for the AIX mount command
Option | Description |
---|---|
|
Specifies the type of file system on AIX. |
|
Specifies that options follow. Options are preceded with the The following options are available:
|
|
Specifies an Oracle ADVM volume device file that has been formatted by |
|
Specifies the directory where the file system is mounted. This directory must exist before you run the |
mount
attaches a file system to the Oracle ACFS hierarchy at the mount point that is the name of a directory. The mount happens on the node where the mount command was issued. The mount command returns an error if the file system is not in a dismounted state on this node.
It is not always possible to return the cause of a mount failure to the mount
command. When this happens Oracle ACFS writes the cause of the failure to the system console and associated system log file.
After mount
runs successfully, the MOUNTPATH
field in the V$ASM_VOLUME
view displays the directory name on which the file system is now mounted.
An Oracle ACFS file system should only be mounted on one mount point. The same mount point name should be used on all cluster members.
root
privilege is required to run mount
.
Examples
The first example shows how to mount volume1-123
on the mount point /acfsmounts/acfs1
. The second example shows how to mount all the registered Oracle ACFS file systems. The dummy names (none
) have been entered as placeholders for the device and directory as these arguments are required, but not used, when the all
option is specified.