Disk Management Background Information

Use the Disk Manager tool to work with disks.

Display information about a specific disk, create Solaris disk partitions, list partitions, copy the layout of one disk to another disk of the same type, change the disk's Label (descriptive name), create fdisk partitions on an x86 computer, and change the active fdisk partition.

Contained on this page is some background information about a disk and how it is used. For detailed information, see System Administration Guide, Vol I on docs.sun.com.

Disk Composition

A disk is composed of a stack of platters, separated from each other and mounted on a spindle. In the spaces between the platters, read/write heads ride just over the platter surfaces, reading information from the disk, or writing information to it.

To improve disk in/out performance, a disk is formatted -- laid out in a way that groups information and reduces the amount of movement the heads require to read and write information. The layout on the disk is built up of units, from the smallest (the sector) to the largest (the partition).

The smallest unit on a platter is the sector (also called the block), which contains 512 bytes. A series of contiguous sectors makes up a track. The tracks on each platter are concentric, and each track can be read or written to as the disk rotates, without moving the read/write heads.

A cylinder consists of all the tracks that occupy the same position on all of the platters. Because a disk is constantly spinning, and because all the read/write heads move as a unit, the most efficient way for the heads to read and write to the disk is to have all the blocks containing related information located in a single cylinder.

Cylinders themselves are grouped by function. The groups of cylinders are called partitions (also called slices) and are the primary portions of the disk that are administered. On Sun systems, a disk can contain up to eight partitions, labeled 0 through 7. On x86 systems, a disk can contain up to 10 partitions, labeled 0-9. Each partition contains a single file system, and no file system can span multiple partitions.

Partition Uses

Following are descriptions of the most commonly-used disk partitions. Included are the types of files typically included in each (although you can put any files you want in any partition):

x86 Disk Partitions

On x86 computers, disks are divided into up to four fdisk partitions. Each fdisk partition is reserved for a particular operating system, Solaris, for example. Solaris places 10 partitions, numbered 0-9 on the Solaris fdisk partition of the x86 system.


Terms used in Disk Administration