Floppy disk format and
density
Density (volumetric mass density or specific mass) is the ratio of a substance's mass to its volume. The symbol most often used for density is ''ρ'' (the lower case Greek letter rho), although the Latin letter ''D'' (or ''d'') can also be u ...
refer to the physical and logical layout of data stored on a
floppy disk
A floppy disk or floppy diskette (casually referred to as a floppy, a diskette, or a disk) is a type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square or nearly square plastic enclosure lined with a ...
. Since their introduction, there have been many floppy disk types, densities, and formats, popular and rare, used in computing, leading to much confusion over their differences. In the early 2000s, most floppy disk types and formats became obsolete, leaving the -inch disk, using an
IBM PC
The IBM Personal Computer (model 5150, commonly known as the IBM PC) is the first microcomputer released in the List of IBM Personal Computer models, IBM PC model line and the basis for the IBM PC compatible ''de facto'' standard. Released on ...
compatible format of 1440
KiB, as the only remaining popular format.
Different floppy disk types have different recording characteristics, with varying magnetic
coercivity
Coercivity, also called the magnetic coercivity, coercive field or coercive force, is a measure of the ability of a ferromagnetic material to withstand an external magnetic field without becoming Magnetization, demagnetized. Coercivity is usual ...
(measured in
oersteds, or in modern
SI units in
ampere
The ampere ( , ; symbol: A), often shortened to amp,SI supports only the use of symbols and deprecates the use of abbreviations for units. is the unit of electric current in the International System of Units (SI). One ampere is equal to 1 c ...
s per meter),
ferrite grain size, and tracks per inch (TPI). TPI was not a part of the physical manufacturing process; it was a certification of how closely
tracks of data could be spaced on the medium safely.
The term density has a double meaning for floppy disks. Originally, single density and double density indicated a difference in logical encoding on the same type of physical media:
FM for single, and
MFM for double. Subsequent use of the term "density" referred to physical characteristics of the media, with MFM assumed to be the logical format used.
GCR GCR (or GCRS) may refer to:
Science
* Galactic cosmic ray, a cosmic ray from outside the Solar System
* Geocentric Celestial Reference System, a coordinate system for near-Earth objects like satellites
* Geological Conservation Review, a procedu ...
was also used on some platforms, but typically in a "double" density form.
8- and -inch floppy disks were available with both soft sectoring and
hard sectoring. Because of the similarity in magnetic characteristics between some disk types, it was possible to use an incorrectly certified disk in a soft sectored drive. Quad density -inch disks were rare, so it was not uncommon to use higher quality double density disks, which were usually capable of sustaining the 96 TPI formatting of quad density disks, in drives such as the
Commodore 8050.
Disks were available in both single and
double sided forms, with double sided formats providing twice the storage capacity. Like TPI, "double sided" was mostly a certification indicator, as the magnetic media was usually recordable on both sides. Many (but not all) certified "double sided" 8- and -inch floppies had an index hole on both sides of the disk sleeve to make them usable as
flippy disk
The floppy disk is a data storage and transfer medium that was ubiquitous from the mid-1970s well into the 2000s. Besides the 3½-inch and 5¼-inch formats used in IBM PC compatible systems, or the Floppy disk#8-inch floppy disk, 8-inch format t ...
s.
A combination floppy disk and
optical disc
An optical disc is a flat, usuallyNon-circular optical discs exist for fashion purposes; see shaped compact disc. disc-shaped object that stores information in the form of physical variations on its surface that can be read with the aid o ...
, known as a
Floptical disk, exists.
Sectoring
The formatted disk capacity is always less than the "raw", unformatted capacity specified by the disk's manufacturer, because some portion of each track is used for sector identification and for gaps (empty spaces) between sectors and at the end of the track.
Disks are either hard sectored or soft sectored. Hard sectoring was at first preferred because a less-sophisticated
disk controller
A disk controller is a controller circuit that enables a CPU to communicate with a hard disk, floppy disk or other kind of disk drive. It also provides an interface between the disk drive and the bus connecting it to the rest of the system.{ ...
can use it.
In hard sectored 8-inch and -inch formats, each track is divided into a particular number of sectors determined when the disk is manufactured. Holes are punched in the magnetic media to indicate where each sector should start (in an area closer to the center of the disk than is used for magnetic recording). An additional hole is punched near one of the sector holes to identify the start of the track. A sensor in the drive detects the holes in the magnetic media as they align with a hole in the disk jacket.
Data is generally written at a fixed number of bits per second, with only a very small percentage of variation due to component tolerances, so given the nominal speed that the disk rotates it is possible to calculate the number of degrees a given number of bytes will occupy when written. In practice the motor speed varies, especially from one drive to another, resulting in those bytes occupying more degrees of the track at high motor speeds or fewer degrees at low motor speeds.
Improved technology removed hard sectoring's cost advantage, and most computers use soft sectoring. When a soft sectored disk is low-level "formatted", each track is written with a number of bytes calculated to fit within 360 degrees at the highest expected motor speed. Special bit patterns are written right before the location where a sector should start, and serve as identifiers, similar to the punched holes used by hard sectored disks. Thus, the full constellation of punched holes is not needed, and only a single hole is retained, to indicate the start of the track (-inch disks use an alignment pin rather than a hole). If the motor is spinning any slower than the highest acceptable speed, which is usually the case, the data will fit in fewer than 360 degrees, resulting in a gap at the end of the track. Additionally, if a sector were to be rewritten on a drive running faster than the drive was running when the track was formatted, the new data would be larger (occupy more degrees of rotation) than the original sector. Therefore, during formatting a gap must be left between sectors to allow a rewritten sector to be larger without overwriting the following sector.
Commodore's
Amiga
Amiga is a family of personal computers produced by Commodore International, Commodore from 1985 until the company's bankruptcy in 1994, with production by others afterward. The original model is one of a number of mid-1980s computers with 16-b ...
used an unusual format which got closer to the disk's raw (unformatted) capacity by eliminating the gaps between sectors and simplifying the identification data. This meant that individual sectors could not be rewritten; the Amiga instead simply rewrote the entire track.
Single sided, double density
''Formatted'' capacity numbers are based on the resulting number of logical sectors and the byte payload they can carry; that is, they depend on the physical parameters and modulation, but are independent of a particular file system. Sometimes floppies are
superformatted to use more tracks or sectors per track to accommodate slightly more data. Some floppy-based Linux distributions utilize such techniques. For comparison purposes, formatted capacities given in this section assume standard disk geometries as they are supported by common operating systems in their default configuration.
The maximum ''usable'' capacity is file system and configuration specific and always lower than the formatted capacity, since the file system occupies a number of the available sectors for control structures as well.
Most floppy disks used by PCs use the
FAT12
File Allocation Table (FAT) is a file system developed for personal computers and was the default file system for the MS-DOS and Windows 9x operating systems. Originally developed in 1977 for use on floppy disks, it was adapted for use on ...
file system format, which imposes certain practical defaults on the logical geometry in order to be recognizable by all operating systems. Sometimes disks may use a more exotic file system.
SSDD originally referred to single sided, double density, a format of (usually -inch)
floppy disk
A floppy disk or floppy diskette (casually referred to as a floppy, a diskette, or a disk) is a type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square or nearly square plastic enclosure lined with a ...
s which could typically hold 35 to 40 tracks of nine 512-
byte
The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable un ...
, or 18 256-byte, sectors each. Only one side of the disc was used, although some users did discover that punching additional notches into the disc jacket would allow the creation of a flippy disk, which could be manually turned over to store additional data on the reverse side.
Single-sided disks began to become obsolete after the introduction of IBM PC DOS 1.1 in 1982, which added support for double-side diskette drives with a capacity of 320 KiB to the
IBM
International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
5150
PC. In 1983, PC DOS 2.0 pushed the formatted capacity to 180 KiB single-sided or 360 KiB double-sided by using nine, instead of eight, sectors per track.
Known disk logical formats
Throughout the 1970s and 1980s, many different disk formats were used, depending on the hardware platform. Variables included the size of media (nominal 8-inch, -inch, -inch and others), the encoding of data on the media (FM, MFM, M²FM, GCR), the number of disk tracks, single or double sided, the number of sectors in each track, and hard or soft sectoring. Even media that was physically interchangeable between two systems might not have been usable owing to particulars of the arrangement of data on the disk.
References
{{reflist
Floppy disk computer storage