On GUID partition table (GPT) disks, you can create up to 128 primary partitions.Because GPT disks do not limit you to four partitions, you do not need to create extended partitions or logical drives.
[NOTES FROM THE FIELD]
-
The GUID partition table (GPT) disk-partitioning scheme is a format that is used by the Extensible Firmware Interface (EFI) in Itanium-based computers. GUID partition table offers more advantages than master boot record (MBR) partitioning because it allows up to 128 partitions per disk, provides support for volumes up to 18 exabytes in size, allows primary and backup partition tables for redundancy, and supports unique disk and partition IDs.
A primary partition of a basic disk is a portion of the physical disk that functions asthough it were a physically separate disk. On most Intel based systems this partition is theone that is marked as active which allows the computer to start up. You can create up tofour primary partitions (sometimes called volumes) on a single disk or three primary partitions and an extended partition with multiple logical drives.Extended partitions allow you to create more than four individual volumes on a basicdisk. Unlike primary partitions, you do not format an extended partition with a filesystem and then assign a drive letter to it. Instead, you create one or more logical driveswithin the extended partition. It's the logical drive of the extended partition that youformat and assign a drive letter to. You can create an unlimited number of logical drives per disk.
[NOTES FROM THE FIELD]
-
Volume mount points allow a volume to be mounted onan existing folder rather than at the root of a new drive letter. Establishing a volumemount point for an empty NTFS directory allows an administrator to create new volumeswithout requiring additional drive letters.
Some of the properties and characteristics of basic disks are outlined below.
•
Create and delete primary and extended partitions.
•
Create and delete logical drives within an extended partition.
•
Format a partition and mark it as active.
•
Establish drive letter assignments for volumes or partitions, optical storagedevices and removable drives.
•
Establish disk sharing and security arrangements for volumes and partitionsformatted with NTFS.
•
Convert a basic disk to dynamic.
Convert a basic disk to dynamic
Leave a Comment