Disks Flashcards
What is the structural hierarchy for a disk?
Track
Cluster (contiguous section of sectors)
Sector (set by OEM)
What is the AUS?
Allocation Unit Size (sector size)
Minimum space file takes up on disk
Where is the partition table stored on MBR and GPT?
MBR Boot sector
GBT Every patition (more resiliant)
What is the partition limit for MBR and GPT?
MBR 4
GPT 128
What is the maximum size of MBR and GPT?
MBR: 2TB
GPT: 18EB
What is a prerequisite of using GPT?
UEFI
What are advantages of ReFS?
Built in checksums fix errors and corruption while online
Block cloning (not deduplication)
Everything is a metadata operation, not at block level (NTFS)
What are the disadvantages of ReFS?
No: File level encryption Data duplication Disk quotas 4k or 64 AUS
What is the maximum size of VHD and VHDX?
2TB
64TB
What vhd do Generation 1 and 2 VMs support?
Generation 1: VHD/X
Generation 2: VHDX
What is the PS command to create a VHD?
New-VHD -Path name.vhd/x