next up previous contents
Next: Partitioning a hard Up: Partitions Previous: Extended and logical

Partition types

The partition tables (the one in the MBR, and the ones for extended partitions) contain one byte per partition that identifies the type of that partition. This attempts to identify the operating system that uses the partition, or what it uses it for. The purpose is to make it possible to avoid having two operating systems accidentally using the same partition. However, in reality, operating systems do not really care about the partition type byte; e.g., doesn't care at all what it is. Worse, some of them use it incorrectly; e.g., at least some versions of DR-DOS ignore the most significant bit of the byte, while others don't.

There is no standardization agency to specify what each byte value means, but some commonly accepted ones are included in the table in table 5.1. The same list is available in the fdisk(8) program.

  
Table: Partition types (from the fdisk(8) program).



Ross Biro
Mon May 22 09:14:56 PDT 1995