NAME
fdformat - low-level format a floppy disk
SYNOPSIS
fdformat [options] device
DESCRIPTION
fdformat does a low-level format on a floppy disk. device is usually one of the following (for floppy devices the major = 2, and the minor is shown for informational purposes only): /dev/fd0d360 (minor = 4) /dev/fd0h1200 (minor = 8) /dev/fd0D360 (minor = 12) /dev/fd0H360 (minor = 12) /dev/fd0D720 (minor = 16) /dev/fd0H720 (minor = 16) /dev/fd0h360 (minor = 20) /dev/fd0h720 (minor = 24) /dev/fd0H1440 (minor = 28) /dev/fd1d360 (minor = 5) /dev/fd1h1200 (minor = 9) /dev/fd1D360 (minor = 13) /dev/fd1H360 (minor = 13) /dev/fd1D720 (minor = 17) /dev/fd1H720 (minor = 17) /dev/fd1h360 (minor = 21) /dev/fd1h720 (minor = 25) /dev/fd1H1440 (minor = 29) 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.
OPTIONS
-f, --from N Start at the track N (default is 0). -t, --to N Stop at the track N. -r, --repair N Try to repair tracks failed during the verification (max N retries). -n, --no-verify Skip the verification that is normally performed after the formatting. -V, --version Display version information and exit. -h, --help Display help text and exit.
SEE ALSO
fd(4), setfdprm(8), mkfs(8), emkfs(8)
AUTHOR
Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
AVAILABILITY
The fdformat command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
More Linux Commands
manpages/wprintw.3ncurses.html
wprintw(3ncurses) - print formatted output in curses windows
The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by printf is output ins
manpages/des_crypt.3.html
des_crypt(3) - fast DES encryption - Linux manual page......
ecb_crypt() and cbc_crypt() implement the NBS DES (Data Encryption Standard). These routines are faster and more general purpose than crypt(3). They also are ab
manpages/ilogb.3.html
ilogb(3) - get integer exponent of a floating-point value...
These functions return the exponent part of their argument as a signed integer. When no error occurs, these functions are equivalent to the corresponding logb(3
manpages/ionice.1.html
ionice(1) - set or get process I/O scheduling class and prio
This program sets or gets the I/O scheduling class and priority for a program. If no arguments or just -p is given, ionice will query the current I/O scheduling
manpages/XFreeGC.3.html
XFreeGC(3) - create or free graphics contexts and graphics c
The XCreateGC function creates a graphics context and returns a GC. The GC can be used with any destination drawable having the same root and depth as the speci
manpages/sane-microtek.5.html
sane-microtek(5) - SANE backend for Microtek scanners.......
The sane-microtek library implements a SANE (Scanner Access Now Easy) backend that provides access to the second generation Microtek scanners. At present, the f
manpages/Tcl_UtfToLower.3.html
Tcl_UtfToLower(3) - routines for manipulating the case of Un
The first three routines convert the case of individual Unicode characters: If ch represents a lower-case character, Tcl_UniCharToUpper returns the correspondin
manpages/initstate_r.3.html
initstate_r(3) - reentrant random number generator (ManPage)
These functions are the reentrant equivalents of the functions described in random(3). They are suitable for use in multithreaded programs where each thread nee
manpages/ldap_sasl_bind_s.3.html
ldap_sasl_bind_s(3) - LDAP bind routines - Linux man page...
These routines provide various interfaces to the LDAP bind operation. After an association with an LDAP server is made using ldap_init(3), an LDAP bind operatio
manpages/FcCacheSubdir.3.html
FcCacheSubdir(3) - Return the i'th subdirectory. (Man Page)
The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to n-1, where n is the return value from FcCacheNumSubdir.
manpages/XDGAQueryExtension.3.html
XDGAQueryExtension(3) - Client library for the XFree86-DGA e
The XFree86-DGA extension is an X server extension for allowing client programs direct access to the video frame buffer. This is a brief description of the prog
manpages/pbmtopk.1.html
pbmtopk(1) - convert a PBM image into a packed (PK) format f
This program is part of Netpbm(1) pbmtopk reads PBM images as input and produces a packed (PK) font file and a TFM (TeX font metric) file as output. The resolut
