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

B.1.3 fstyp_sfcfs(1M) Determine the type of file system

<SYNOPSIS>

fstyp [ -v ] special

<DESCRIPTION>

The fstyp determines the type of the file system that has been specified.

fstyp executes modules for checking different file system types.

When a module matches a GFS Shared File System, the fstyp displays file system name "sfcfs" as standard output and terminates with a termination status of 0.

If all modules are unsuccessful, the command displays the error message unknown_fstyp (no matches) and terminates with a termination status of 1.

If multiple modules are successful, the command displays an error message of unknown_fstyp (multiple matches) and terminates with the termination status of 2.

<OPTIONS>

The following option can be specified:

-v

Outputs detailed information.
Displays information about super block and partition information.

<OPERANDS>

The following operand can be specified:

special

Specifies path name of a character or block special file for the representative partition of the targeted file system.

<EXAMPLE>

# fstyp /dev/sfdsk/gfs01/dsk/volume01 <Enter>
sfcfs

<SEE ALSO>

mkfs_sfcfs(1M)

fstyp(1M), attributes(5), largefile(5) in the Solaris documentation