]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/fstype
audiohda: fix syntax error
[plan9front.git] / sys / man / 1 / fstype
1 .TH FSTYPE 1
2 .SH NAME
3 fstype \- determine file system type
4 .SH SYNOPSIS
5 .B fstype
6 .I file
7 .SH DESCRIPTION
8 The
9 .I file
10 being a partition or file system image,
11 .I fstype
12 determines the type of a disk file system and prints it.
13 If the type cannot be determined, then the error status
14 is set.
15 .PP
16 Known file systems are:
17 .TP 12
18 .B 9660
19 ISO9660 CD-ROM (see
20 .IR dossrv (4))
21 .TP
22 .B dos
23 FAT12/FAT16/FAT32 DOS (see
24 .IR dossrv (4))
25 .TP
26 .B paqfs
27 compressed
28 .IR paqfs (4)
29 .TP
30 .B kfs
31 old Plan 9 disk file system
32 .TP
33 .B fs
34 32-bit and
35 .TP
36 .B fs64
37 64-bit dump file system (see
38 .IR fs (4))
39 .TP
40 .B cwfs
41 32-bit,
42 .TP
43 .B cwfs64
44 64-bit and
45 .TP
46 .B cwfs64x
47 long file name cache worm file system (see
48 .IR cwfs (4))
49 .TP
50 .B hjfs
51 hj file system (see
52 .IR hjfs (4))
53 .SH SOURCE
54 .B /rc/bin/fstype