1FDFORMAT(8)                  System Administration                 FDFORMAT(8)
2
3
4

NAME

6       fdformat - low-level format a floppy disk
7

SYNOPSIS

9       fdformat [options] device
10

DESCRIPTION

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

OPTIONS

42       -f, --from N
43              Start at the track N (default is 0).
44
45       -t, --to N
46              Stop at the track N.
47
48       -r, --repair N
49              Try to repair tracks  failed  during  the  verification  (max  N
50              retries).
51
52       -n, --no-verify
53              Skip  the verification that is normally performed after the for‐
54              matting.
55
56       -V, --version
57              Display version information and exit.
58
59       -h, --help
60              Display help text and exit.
61

SEE ALSO

63       fd(4), emkfs(8), mkfs(8), setfdprm(8)
64

AUTHOR

66       Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
67

AVAILABILITY

69       The fdformat command is part of the util-linux package and is available
70       from https://www.kernel.org/pub/linux/utils/util-linux/.
71
72
73
74util-linux                         July 2014                       FDFORMAT(8)
Impressum