PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Solaris(TM) 10 Operating System) |
Contents
Index
![]() ![]() |
Appendix B Reference Manual | > B.1 Commands for Common File System Management |
mount -F sfcfs block_special | mount_point
mount -F sfcfs block_special mount_point
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.
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
The file system is mounted with setuid execution enabled. If, however, nosuid is specified, the file system is mounted with setuid execution disabled.
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.
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.
# mount -F sfcfs /dev/sfdsk/gfs/dsk/volume1 /mount_point <Enter> # mount -F sfcfs /dev/sfdsk/gfs/dsk/volume1 <Enter> # mount /mount_point <Enter> |
/etc/mnttab
Table for the currently mounted file system.
/etc/vfstab
Environment file for the file system.
umount_sfcfs(1M), sfcmntgl(1M), sfcumntgl(1M).
mount(1M), mnttab(4), vfstab(4) in the "Solaris X Reference Manual Collection".
Contents
Index
![]() ![]() |