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

B.1.6 umount_sfcfs(1M) Unmount the GFS Shared File System from the local node

<SYNOPSIS>

umount block_special | mount_point

<DESCRIPTION>

The umount_sfcfs command unmount the GFS Shared File System from the local node.

During the unmount processing, it stops an sfcfsd daemon on local node, and stops an MDS if it running on the local node.

Only a super user can perform unmount processing.

<OPERANDS>

The following operands can be specified:

block_special

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

mount_point

Specifies the directory name of a mount point of the file system to be unmounted.

<EXAMPLES>

# umount /dev/sfdsk/gfs01/dsk/volume01 <Enter>
# umount /mount_point <Enter>

<FILES>

/etc/mnttab

Table for the currently mounted file system.

/etc/vfstab

Environment file for the file system.

<SEE ALSO>

mount_sfcfs(1M), sfcmntgl(1M), sfcumntgl(1M)

umount(1M), mnttab(4), vfstab(4) in the Solaris documentation

<NOTES>