Top
PRIMECLUSTER Global File Services Configuration and Administration Guide 4.5
FUJITSU Software

B.1.5 mount_sfcfs(1M) Mount the GFS Shared File System on the local node

<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.

closesync

Reflects all update data not yet reflected in the file when the file is closed for the last time.

noatime

Does not update the file access time.

nosuid

Disallows a setuid execution. By default, allows setuid execution.

rw|ro

Mounts the file system as read/write enabled (rw) or read only (ro).

The default is rw.

noauto


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:

block_special

Specifies the block special file path on a representative partition of the file system to be mounted.

mount_point

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>