DAY 3 PPT One
DAY 3 PPT One
day
Configuring local storage
Module Overview
MBR
• Standard partition table format since the early
1980s
• Supports a maximum of four primary partitions
per drive
• Can partition a disk up to 2 TB
GPT
• GPT is the successor of the MBR partition table
format
• Supports a maximum of 128 partitions per drive
Use MBR for disks smaller than 2 TB
• Can partition a disk up to 18 exabytes
Use GPT for disks larger than 2 TB
Selecting a disk type
• You can:
• Create and manage virtual hard disks by using
Disk Management and Diskpart.exe
• Configure .vhd or .vhdx files
• Configure computers to start from the virtual
hard disk
• Transfer virtual hard disks from Hyper-V servers,
and start computers from the virtual hard disk
• Use virtual hard disks as a deployment
technology
Selecting a disk type
As
performance mio
increases, so SSD 1.5
st:
does cost Fa
SAS P S
IO
210
~
S Performance
SCSI I O P
0
15
~
SATA
low
S
EIDE Cost
lo w
S S
P
IO
Lesson 2: Managing volumes in Windows
Server
• Get-disk
• Clear-disk
• Initialize-disk
• Get-volume
• Format-volume
Demonstration: Managing volumes
RAID:
• Combines multiple disks into a single logical unit
to provide fault tolerance and performance
benefits
• Provides fault tolerance by using:
• Disk mirroring
• Parity information
• Can provide performance benefits by spreading
disk I/O across multiple disks
• Can be configured using several different levels
• Should not replace server backups
RAID levels
RAID 0
Striped set without parity or mirroring
A1 A2
A3 A4
A5 A6
A7 A8
Disk 0 Disk 1
RAID levels
RAID 1
Mirrored drives
A1 A1
A2 A2
A3 A3
A4 A4
Disk 0 Disk 1
Lab: Configuring local storage
Review Questions
• Best Practices
• Tools