Документ взят из кэша поисковой машины. Адрес оригинального документа : http://star.arm.ac.uk/sag-0.4/node37.html
Дата изменения: Sun May 4 15:24:33 1997
Дата индексирования: Mon Oct 1 22:43:19 2012
Кодировка:

Поисковые слова: внешние планеты
Extended and logical partitions next up previous contents index
Next: Partition types Up: Partitions Previous: The MBRboot sectors

Extended and logical partitions

The original partitioning scheme for PC hard disks allowed only four partitions. This quickly turned out to be too little in real life, partly because some people want more than four operating systems (Linux, MS-DOS, OS/2, Minix, FreeBSD, NetBSD, or Windows/NT, to name a few), but primarily because sometimes it is a good idea to have several partitions for one operating system. For example, swap space is usually best put in its own partition for Linux instead of in the main Linux partition for reasons of speed (see below).

To overcome this design problem, extended partitions were invented. This trick allows partitioning a primary partition into sub-partitions. The primary partition thus subdivided is the extended partition; the subpartitions are logical partitions. They behave like primarygif partitions, but are created differently. There is no speed difference between them.

The partition structure of a hard disk might look like that in figure 3.2. The disk is divided into three primary partitions, the second of which is divided into two logical partitions. Part of the disk is not partitioned at all. The disk as a whole and each primary partition has a boot sector.

  figure1126
Figure 3.2: A sample hard disk partitioning.



Lars Wirzenius
Sun May 4 14:08:43 EEST 1997