]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/fstype
paint(1): english
[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 .I file
9 being a partition or file system image,
10 .I fstype
11 determines the type of a disk filesystem and prints it.
12 If the type cannot be determined, then the error status
13 is set.
14 .PP
15 Known filesystem are:
16 .TP 12
17 .B 9660
18 ISO9660 CD-ROM (see
19 .IR dossrv (4))
20 .TP
21 .B dos
22 FAT12/FAT16/FAT32 DOS (see
23 .IR dossrv (4))
24 .TP
25 .B paqfs
26 compressed
27 .IR paqfs (4)
28 .TP
29 .B kfs
30 Plan 9 disk file system (see
31 .IR kfs (4))
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 .SH SOURCE
50 .B /rc/bin/fstype