Microsoft Official Course: Implementing Local Storage
Microsoft Official Course: Implementing Local Storage
Microsoft Official Course: Implementing Local Storage
Module 9
• Overview of Storage
• Managing Disks and Volumes
• Implementing Storage Spaces
Lesson 1: Overview of Storage
SAS
Performance
SCSI
SATA
EIDE Cost
What Is Direct Attached Storage?
Advantages: Disadvantages:
• Easy to configure • Isolated because it is only
• Inexpensive solution attached to a single server
• Slower
Advantages:
NAS Device
• Relatively inexpensive
• Easy to configure
LAN (Ethernet)
Disadvantages:
• Slower access times File-level access
(CIFS, NFS)
• Not an enterprise solution
Advantages:
• Fastest access times
Servers
• Easily expandable
• Centralized storage
• High level of redundancy
Switches
Disadvantages:
• More expensive
• Requires specialized skills
Storage Device
Use MBR for disks smaller 2 terabytes, and GPT for disks
larger 2 terabytes
MBR
• Standard Partition table format since early 1980s
• Supports a maximum of 4 primary partitions per drive
• Can partition a disk up to 2 terabytes
GPT
• GPT is the successor of MBR partition table format
• Supports a maximum of 128 partitions per drive
• Can partition a disk up to 18 exabytes
Selecting a Disk Type
Basic disks:
• Are disks initialized for basic storage
• Are the default storage for Windows
Dynamic disks:
Virtual drives are not virtual hard disks (VHDs); they should
be considered as a drive in Disk Manager
Virtual Disk Configuration Options
Feature Options
• Simple
Storage Layout • Two-way or three-way mirror
• Parity
• Data store
Drive allocation • Manual
• Hot Spare
• On disk failure:
Do not use chkdsk or scan disk
Remove the drive and add a new one
Logon Information
• Review Questions
• Best Practices
• Tools