blob: d73e6874be3f8ac604040fa9565eeb26988bf98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
.TH FSTYPE 1
.SH NAME
fstype \- determine file system type
.SH SYNOPSIS
.B fstype
.I File
.SH DESCRIPTION
.I file
being a partition or file system image,
.I fstype
determines the type of a disk filesystem and prints it.
If the type cannot be determined, then the error status
is set.
.PP
Known filesystem are:
.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
Plan 9 disk file system (see
.IR kfs (4))
.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))
.SH SOURCE
.B /rc/bin/fstype
|