<SYNOPSIS>
mount -F sfcfs block_special | mount_point
mount -F sfcfs block_special mount_point
<DESCRIPTION>
The mount_sfcfs command mounts the GFS Shared File System on the local node only.
This command can be executed from any nodes that can access the GFS Shared File System. During the mount processing, this command activates sfcfsd daemon and, if necessary, MDS. Pre-defining /etc/vfstab is necessary.
Only a super user can perform mount processing.
<OPTIONS>
The following mount options can be specified for /etc/vfstab. Multiple options must be delimited with commas.
Reflects all update data not yet reflected in the file when the file is closed for the last time.
Does not update the file access time.
Disallows a setuid execution. By default, allows setuid execution.
Mounts the file system as read/write enabled (rw) or read only (ro).
The default is rw.
If noauto is specified, the file system is not mounted at the node startup. By default, the file system is mounted at the node startup.
<OPERANDS>
The following operand can be specified:
Specifies the block special file path on a representative partition of the file system to be mounted.
Specifies the name of the directory to be mounted.
<EXAMPLES>
# mount -F sfcfs /dev/sfdsk/gfs/dsk/volume1 /mount_point <Enter> # mount -F sfcfs /dev/sfdsk/gfs/dsk/volume1 <Enter> # mount /mount_point <Enter> |
<FILES>
/etc/mnttab
Table for the currently mounted file system.
/etc/vfstab
Environment file for the file system.
<SEE ALSO>
umount_sfcfs(1M), sfcmntgl(1M), sfcumntgl(1M)
mount(1M), mnttab(4), vfstab(4) in the Solaris documentation
<NOTES>
sfcfrmd daemon must be running to enable the execution of this command.
Nodes outside the MDS positioning range alone cannot be mounted.
The block_special and mount_point operands must be specified in /etc/vfstab in the same combination.
Mount processing is always performed using the mount options for the mount point described in /etc/vfstab. When no mount options are described in /etc/vfstab, mount processing is performed without any options.
mount_sfcfs is not accepted generic_option of mount(1M).