Encyclopedia > Disk format

  Article Content

Disk format

Formatting of disks involves two quite different processes that have come to be known as "low-level formatting" and "high-level formatting." Low-level formatting deals with formatting of disk surfaces required by the disk controller hardware. High-level formatting deals with software-specific information written by a specific Operating System.

The process is most easily seen with a standard 1.44MB PC floppy disk. Low-level formatting of the floppy normally writes 18 sectors of 512 bytes each on each of 80 tracks (40 on each side) of a floppy disk. That provides 1,474,560 bytes of storage on the floppy. (Sectors are actually larger than 512 bytes as they include sector numbers, CRC bytes and other information required in order to identify and verify the sector during reading and writing.) Low-level formatting installs characteristics like sector numbers that are visible to and used by the hardware and disk controller. To further complicate things, different low-level formats can be used on the same media, for example, large records can be used to cut down on interrecord gap size. Linux supports a variety of sector sizes, MS-DOS/Windows support a large record size DMF formatted floppy format.

On the other hand, high-level formatting is unique to a file system. In the case of MS-DOS (FAT12) that entails writing an initial "boot" record (which may just contain code to tell you the disk is not bootable); two copies of the file allocation table; and an empty root directory.

In the case of floppy disks, both high- and low-level formatting are customarily done in one pass by user software -- FORMAT in the case of MS-DOS. In recent years, most floppies ship preformatted as MS-DOS FAT12 floppies from the factory. It is possible, if not always easy, to reformat them to other formats.

Early hard drives were quite similar to floppies, but the low-level formatting was generally done by the BIOS rather than by the operating system. This was a fairly bizarre process that involved using the MS-DOS debug program to transfer control to a routine hidden at different addresses in different BIOSes.

Starting in the early 1990s, the low-level format of hard drives became more complex as technology improved to use different numbers of sectors per track on longer outer tracks, encode track numbers into the disk surface to simplify hardware and speed head motion, etc. Rather than face ever-escalating difficulties with BIOS versioning, disk vendors started doing low-level formatting at the factory. High level formatting is done on a per-partition basis and formats the partition to work with a specific file format.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
UU

... - Wikipedia <<Up     Contents UU Unitarian Universalism the Unseen University University of Utah Union University[?] Th ...

 
 
 
This page was created in 61.3 ms