Configure Disks Flashcards
What is the structure of a disk?
Track - Made of sectors
Sector -
Cluster
What is the sector of a disk?
Created by manufacturer, minimum size
Old disks: 512byte sectors
Newer disks: 4kb sectors
What is a cluster?
Allocation Unit Size = Cluster
Contiguous sections of sectors
Smallest amount of space windows can allocate on disk for a file
What is the difference between size and size on disk?
Size is size of actual file
Size on disk is size of cluster(s) provisioned to store that file
What is an allocation unit?
Smallest amount of space a file can consume on disk
What are the disadvantages of MBR?
Partition table stored on boot sector
4 partitions max
2TB max
What are the advantages of GPT?
Partition table stored with every partition (error correction)
128 partitions max
18EB max
Requires UEFI
What are advantages of ReFS?
Data Integrity (built-in checksums) High availability (fix errors and corruption online auto) Metadata structure tree of disk info
What are the disadvantages of ReFS?
File system compression File system encryption Data deduplication Disk Quotas Removable media Not bootable
What are the only allocation unit sizes for ReFS?
4k
64k
What performance impact is there between fixed size and dynamically expanding for a vhdx disk?
None