<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:
Specifies the block special file path on a representative partition of the file system to be unmounted.
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>
umount_sfcfs is not accepted -f option of umount(1M).