plan9fox/sys/man/1/fstype

55 lines
765 B
Plaintext
Raw Normal View History

2011-08-26 09:12:52 +00:00
.TH FSTYPE 1
.SH NAME
fstype \- determine file system type
.SH SYNOPSIS
.B fstype
2014-12-17 20:43:54 +00:00
.I file
2011-08-26 09:12:52 +00:00
.SH DESCRIPTION
2014-12-17 20:43:54 +00:00
The
2011-08-26 09:12:52 +00:00
.I file
being a partition or file system image,
.I fstype
2014-12-17 20:43:54 +00:00
determines the type of a disk file system and prints it.
2011-08-26 09:12:52 +00:00
If the type cannot be determined, then the error status
is set.
.PP
2014-12-17 20:43:54 +00:00
Known file systems are:
2011-08-26 09:12:52 +00:00
.TP 12
.B 9660
ISO9660 CD-ROM (see
.IR dossrv (4))
.TP
.B dos
FAT12/FAT16/FAT32 DOS (see
.IR dossrv (4))
.TP
.B paqfs
compressed
.IR paqfs (4)
.TP
.B kfs
2015-08-21 17:51:03 +00:00
old Plan 9 disk file system
2011-08-26 09:12:52 +00:00
.TP
.B fs
32-bit and
.TP
.B fs64
64-bit dump file system (see
.IR fs (4))
.TP
.B cwfs
32-bit,
.TP
.B cwfs64
64-bit and
.TP
.B cwfs64x
long file name cache worm file system (see
.IR cwfs (4))
2014-07-30 02:32:16 +00:00
.TP
.B hjfs
hj file system (see
.IR hjfs (4))
2011-08-26 09:12:52 +00:00
.SH SOURCE
.B /rc/bin/fstype