Directly-attached storage is commonly implemented in the following ways:
- Internal hard disks using an internal bus and IDE, SCSI, or SATA drives
- External USB, eSATA, or FireWire disks
- Rack mounted storage connected to the server through an external connector or external bus
When you add a new disk to a Windows Server 2012 system, you will be prompted to initialize the disk and select a partition style. The partition style identifies how information about disk partitions are stored. The following table identifies the two partition styles of disks:
Partition Style | Description |
Master Boot Record (MBR) | Master Boot Record (MBR) is the traditional partitioning method. MBR provides:
With MBR, partitioning information is often stored in hidden locations on the disk or even within the operating system. These locations might vary from vendor to vendor.
|
GUID Partition Table (GPT) | GUID Partition Table (GPT) is a disk partitioning method introduced with Windows Server 2008. GPT provides:
With GPT, partition information is stored on the disk in well-documented locations. Each partition is identified by a GUID number. GPT also provides redundancy for the partition table.
|
A volume identifies an area of disk space that the operating system can use for storing data. A volume is either basic or dynamic, depending on the type of disk on which the volume resides.
Disk Type | Description |
Basic | A basic disk supports volumes made up of contiguous disk space. Basic disks have limitations depending on the partition style used:
On basic disks, you can shrink or extend volumes only on the same disk. Basic volumes correspond to the primary or extended partitions on the disk. |
Dynamic | A dynamic disk supports volumes from contiguous and non-contiguous disk space.
|