Penguin
Annotated edit history of fdformat(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 FDFORMAT
2 !!!FDFORMAT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 fdformat - Low-level formats a floppy disk
14 !!SYNOPSIS
15
16
17 __fdformat [[ -n ]__ device
18 !!DESCRIPTION
19
20
21 __fdformat__ does a low level format on a floppy disk.
22 ''device'' is usually one of the following (for floppy
23 devices, the major = 2, and the minor is shown for
24 informational purposes only):
25
26
27 /dev/fd0d360 (minor = 4)
28 /dev/fd0h1200 (minor = 8)
29 /dev/fd0D360 (minor = 12)
30 /dev/fd0H360 (minor = 12)
31 /dev/fd0D720 (minor = 16)
32 /dev/fd0H720 (minor = 16)
33 /dev/fd0h360 (minor = 20)
34 /dev/fd0h720 (minor = 24)
35 /dev/fd0H1440 (minor = 28)
36 /dev/fd1d360 (minor = 5)
37 /dev/fd1h1200 (minor = 9)
38 /dev/fd1D360 (minor = 13)
39 /dev/fd1H360 (minor = 13)
40 /dev/fd1D720 (minor = 17)
41 /dev/fd1H720 (minor = 17)
42 /dev/fd1h360 (minor = 21)
43 /dev/fd1h720 (minor = 25)
44 /dev/fd1H1440 (minor = 29)
45 The generic floppy devices, /dev/fd0 and /dev/fd1, will fail to work with __fdformat__ when a non-standard format is being used, or if the format has not been autodetected earlier. In this case, use setfdprm(8) to load the disk parameters.
46 !!OPTIONS
47
48
49 __-n__
50
51
52 No verify. This option will disable the verification that is
53 performed after the format.
54 !!SEE ALSO
55
56
57 fd(4), setfdprm(8), mkfs(8),
58 emkfs(8)
59 !!AUTHOR
60
61
62 Werner Almesberger
63 (almesber@nessie.cs.id.ethz.ch)
64 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.