FSTYP(8) | Maintenance Commands and Procedures | FSTYP(8) |
fstyp - determine file system type
fstyp [-a | -v] special [:logical-drive]
fstyp allows the user to determine the file system type of unmounted file systems using heuristic programs.
An fstyp module for each file system type to be checked is executed; each of these modules applies an appropriate heuristic to determine whether the supplied special file is of the type for which it checks. If it is, the program prints on standard output the usual file system identifier for that type (for example, ``ufs'') and exits with a return code of 0; if none of the modules succeed, the error message unknown_fstyp (no matches) is returned and the exit status is 1. If more than one module succeeds, the error message unknown_fstyp (multiple matches) is returned and the exit status is 2. Other errors are printed in the same format.
This command is unreliable and its results should not be used to make any decisions about subsequent use of a storage device or disk partition.
-a
name: value
The following conventions are recognized for the file system attributes:
top_string: 'String' top_list:
string_array[0]: 'S0'
string_array[1]: 'S1'
list_array[0]:
int_one: 1
string_two: 'S2'
list_array[1]:
int_array[0]: 1
int_array[1]: 2
int_array[2]: 3
In addition to the FSType-specific attributes, the following generic attributes may be present:
gen_clean
gen_guid
gen_version
gen_volume_label
-v
See largefile(7) for the description of the behavior of fstyp when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
libfstyp(3LIB), hsfs(4FS), pcfs(4FS), ufs(4FS), attributes(7), largefile(7), fsck(8), mkfs_ufs(8), tunefs(8)
The use of heuristics implies that the result of fstyp is not guaranteed to be accurate.
This command is unreliable and its results should not be used to make any decisions about subsequent use of a storage device or disk partition.
June 20, 2021 | OmniOS |