
On BIOS systems it usually contains the first stage of the boot loader. The first 440 bytes of MBR are the bootstrap code area.


These are described below in the #Master Boot Record (MBR) and #GUID Partition Table (GPT) sections along with a discussion on how to choose between the two. There are two main types of partition table available. disk, partition, LUKS device, LVM logical volume or RAID array) that directly contains a mountable file system is called a volume. Alternatively, partitions can contain LVM, block device encryption or RAID, which ultimately provide device files on which a file system can be placed (or the devices can be stacked further).Īny block device (e.g. Partitions usually contain a file system directly which is accomplished by creating a file system on (a.k.a.

The tools available for Arch Linux are listed in the #Partitioning tools section. Partition tables are created and modified using one of many partitioning tools. The partitioning scheme is stored in a partition table such as Master Boot Record (MBR) or GUID Partition Table (GPT). Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately.Īn entire disk may be allocated to a single partition, or multiple ones for cases such as dual-booting, maintaining a swap partition, or to logically separate data such as audio and video files.
