PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Linux)
Contents Index PreviousNext

Appendix B Reference Manual> B.1 Commands for Common File System Management

B.1.4 sfcmount(8) Mount the GFS Shared File System on the local node

<SYNOPSIS>

sfcmount special|mount_point

sfcmount special mount_point

<DESCRIPTION>

The sfcmount 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 and, if necessary, MDS. Pre-defining /etc/fstab is necessary.

Only a super user can perform mount processing.

When mount processing goes wrong, error information is outputted to a console. Please perform management according to the outputted error information.

<OPTIONS>

The following options can be specified in the "mount options" field in /etc/fstab. Multiple options must be delimited with commas.

atime|noatime
Mount in the manner of updating (atime) or not updating (noatime) the last access time of files.
The default is atime.
defaults
Synonymous with rw, suid,dev,exec,and async.
dev|nodev
Mounts making character special devices and block special devices available(dev) or unavailable (nodev).
The default is dev.
exec|noexec
Mounts giving permission(exec) or no permission(noexec) to execute binary files on the file system.
The default is exec.
suid|nosuid
Mounts giving permission(suid) or no permission(nosuid) to execute setuid.
The default is suid.
rw|ro
Mounts the file system as read/write enabled(rw) or read only(ro). The default is rw.
async
Mounts in the manner of processing any I/O for the file system asynchronously.
The default is async.
atrc|noatrc
Specifies whether to mount (atrc) or not to mount (noatrc) at the node startup.
The default is atrc.

<OPERANDS>

The following operands can be specified:

special

Specifies the block special device name of a representative partition of the file system to be mounted.

mount_point

Specifies the name of the directory to be mounted.

<EXAMPLES>

# sfcmount /dev/sfdsk/gfs/dsk/volume1 /mount_point
# sfcmount /dev/sfdsk/gfs/dsk/volume1
# sfcmount /mount_point

<FILES>

/etc/mtab

Table for the currently mounted file system.

/etc/fstab

Environment file for the file system.

<SEE ALSO>

sfcumount(8), sfcmntgl(8), sfcumntgl(8).

mount(8) and fstab(5) in the online manual.

<NOTES>


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004