Day-22-Storage
Day-22-Storage
As performance increases,
so does cost
SSD
OS
oI P
SAS . 5mi
st :1
Fa
IOPS Performance
SCSI ~2 1
0
I OPS
SATA ~1
5 0
w
EIDE Slo Cost
w
S lo
What Is Direct Attached Storage?
Advantages: Disadvantages:
• Easy to configure • Isolated because it attaches
• Inexpensive solution only to a single server
• Slower
Advantages:
• Relatively inexpensive NAS Device
• Easy to configure
Advantages:
• Fastest access times
Servers
• Easily expandable
• Centralized storage
• High level of redundancy
Switches
Disadvantages:
• More expensive
• Requires specialized skills
Storage Devices
Component Description
iSCSI client that
Provides high performance and runs the iSCSI
IP network redundancy Initiator
TCP/IP protocol
Run on the storage device and
iSCSI targets enable access to the disks
MBR
• Standard Partition table format since early 1980s
• Supports a maximum of 4 primary partitions per drive
• Can partition a disk up to 2 TB
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 EB
When selecting a file system, consider the differences between FAT, NTFS,
and ReFS
FAT provides:
• Basic file system
• Partition size limitations
• FAT32 to enable larger disks
• exFAT developed for flash drives
NTFS provides:
• Metadata
• Auditing and journaling
• Security (ACLs and encryption)
ReFS provides:
• Backward compatibility support for NTFS
• Enhanced data verification and error correction
• Support for larger files, directories, volumes, etc.
What Is the Storage Spaces Feature?
Use storage spaces to add physical disks of any
type and size to a storage pool, and then
create highly-available virtual disks from the
storage pool Disk Drive
To create a virtual disk, you need the
following: Virtual Disk
• One or more physical disks
• Storage pool that includes the disks Storage Pool
• Virtual drives that are created with disks
from the storage pool Physical Disks
• Disk drives that are based on virtual
drives
Virtual drives are not virtual hard disks (VHDs);
they should be considered a drive in Disk Manager
Built-in Disk Management Tools
Primary
• A physical disk is sectioned into separate
partitions
C:
C:
• A physical disk can have up to three primary
D:
D:
partitions and one extended partition
E:
E:
• Extended partitions are subdivided into
F:
F:
logical drives G:
G:
H:
H:
Extended
Extended with
with
logical
logical drives
drives
What Is Fault Tolerance?
123456
1
2
3
4 Volume
Disk 1
5
6
Administrator
Types of RAID Volumes in Windows 2012
• Spanning is available
123456
1
3 Disk 1
5
Volume
2
4 Disk 2
6
Administrator
What Is a Mirrored Volume (RAID-1)?
disks
• Any volume can be mirrored including the system and boot volumes
• 50% overhead
How RAID-1 works?
123
1
2 Disk 1
3
Volume
1
2 Disk 2
3
Administrator
What Is a Parity (RAID-5) Volume?
123456
1
3 Disk 1
P=5&6
2
P = 3 Volume
& 4
Disk 2
5
P=1&2
4 Disk 3
6
Administrator
What will happen ?
New Disk
Disk
Generate
Data
Disk 22––Fails
Generate
Data Fails
Recovered
Data
Data
Loss
Recovered
Data
Data
Loss
1
3 Disk 1
P=5&6
2
Volume P=3& 4
Disk 2
5
P=1&2
4 Disk 3
6
Administrator
What Are Mount Points and Links?