PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Linux) |
Contents
Index
![]() ![]() |
Appendix B Reference Manual | > B.1 Commands for Common File System Management |
sfcmount special|mount_point
sfcmount special mount_point
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.
The following options can be specified in the "mount options" field in /etc/fstab. Multiple options must be delimited with commas.
atime|noatimeMount in the manner of updating (atime) or not updating (noatime) the last access time of files.The default is atime.
defaultsSynonymous with rw, suid,dev,exec,and async.
dev|nodevMounts making character special devices and block special devices available(dev) or unavailable (nodev).The default is dev.
exec|noexecMounts giving permission(exec) or no permission(noexec) to execute binary files on the file system.The default is exec.
suid|nosuidMounts giving permission(suid) or no permission(nosuid) to execute setuid.The default is suid.
rw|roMounts the file system as read/write enabled(rw) or read only(ro). The default is rw.
asyncMounts in the manner of processing any I/O for the file system asynchronously.The default is async.
atrc|noatrcSpecifies whether to mount (atrc) or not to mount (noatrc) at the node startup.The default is atrc.
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.
# sfcmount /dev/sfdsk/gfs/dsk/volume1 /mount_point # sfcmount /dev/sfdsk/gfs/dsk/volume1 # sfcmount /mount_point
/etc/mtab
Table for the currently mounted file system.
/etc/fstab
Environment file for the file system.
sfcumount(8), sfcmntgl(8), sfcumntgl(8).
mount(8) and fstab(5) in the online manual.
Contents
Index
![]() ![]() |