1FDFORMAT(8) System Administration FDFORMAT(8)
2
3
4
6 fdformat - low-level format a floppy disk
7
9 fdformat [options] device
10
12 fdformat does a low-level format on a floppy disk. device is usually
13 one of the following (for floppy devices the major = 2, and the minor
14 is shown for informational purposes only):
15
16 /dev/fd0d360 (minor = 4)
17 /dev/fd0h1200 (minor = 8)
18 /dev/fd0D360 (minor = 12)
19 /dev/fd0H360 (minor = 12)
20 /dev/fd0D720 (minor = 16)
21 /dev/fd0H720 (minor = 16)
22 /dev/fd0h360 (minor = 20)
23 /dev/fd0h720 (minor = 24)
24 /dev/fd0H1440 (minor = 28)
25
26 /dev/fd1d360 (minor = 5)
27 /dev/fd1h1200 (minor = 9)
28 /dev/fd1D360 (minor = 13)
29 /dev/fd1H360 (minor = 13)
30 /dev/fd1D720 (minor = 17)
31 /dev/fd1H720 (minor = 17)
32 /dev/fd1h360 (minor = 21)
33 /dev/fd1h720 (minor = 25)
34 /dev/fd1H1440 (minor = 29)
35
36 The generic floppy devices, /dev/fd0 and /dev/fd1, will fail to work
37 with fdformat when a non-standard format is being used, or if the for‐
38 mat has not been autodetected earlier. In this case, use setfdprm(8)
39 to load the disk parameters.
40
42 -n, --no-verify
43 Skip the verification that is normally performed after the for‐
44 matting.
45
46 -V, --version
47 Output version information and exit.
48
49 -h, --help
50 Display help and exit.
51
53 fd(4), setfdprm(8), mkfs(8), emkfs(8)
54
56 Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
57
59 The fdformat command is part of the util-linux package and is available
60 from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
61
62
63
64util-linux July 2011 FDFORMAT(8)