Partition table

From HandWiki

A partition is a fixed-size subset of a disk drive which is treated as a unit by the operating system.[1] A partition table is a table maintained on disk by the operating system describing the partitions on that disk. The terms partition table and partition map are most commonly associated with the MBR partition table of a Master Boot Record (MBR) in IBM PC compatibles, but it may be used generically to refer to other "formats" that divide a disk drive into partitions, such as: GUID Partition Table (GPT), Apple partition map (APM),[2] or BSD disklabel.[3]

Partitions can be created, resized, or deleted. This is called disk partitioning. It is usually done during the installation of an operating system, but it is also possible to make changes to the partitions after the operating system has been installed.

See also

References

  1. Essential System Administration: Tools and Techniques for Linux and Unix Administration. O'Reilly Media, Inc.. 2002. p. 86. https://archive.org/details/essentialsystema00fris_0. 
  2. The pdisk utility for Apple Partition Maps is described as an Apple partition table editor in its man page [1].
  3. "unknown". http://docs.sun.com/app/docs/doc/805-7228/6j6q7uet6?a=view.  (NB. The Solaris documentation on disklabels uses the term "partition table".)