]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/fstype
fstype(1): cleanup
[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 Plan 9 disk file system (see
32 .IR kfs (4))
33 .TP
34 .B fs
35 32-bit and
36 .TP
37 .B fs64
38 64-bit dump file system (see
39 .IR fs (4))
40 .TP
41 .B cwfs
42 32-bit,
43 .TP
44 .B cwfs64
45 64-bit and
46 .TP
47 .B cwfs64x
48 long file name cache worm file system (see
49 .IR cwfs (4))
50 .TP
51 .B hjfs
52 hj file system (see
53 .IR hjfs (4))
54 .SH SOURCE
55 .B /rc/bin/fstype