Chapter 9 - Implementing Mass Storage Flashcards
Partitioning hard drives
defining the locations of storage on a hard drive
Swap partition is in which OS system?
Are in linux and manifest as folders
A partition is what?
A logical electronic device readable by an operating system.
MBR partition stands for what?
Master boot record(MBR) partitioning, oldest type of partitioning, tells the system where to find the OS. still used today.
LBA 0
The location on the drive where the MBR is located.
MBR size
Max. 2 TB per partition. limited to 4 partitions. and a boot loader
Primary Partitions
the 4 main partitions of MBR partition.
Extended Partitions
Dividing a primary partition in multiple partitions and add logical drives to those partitions.
GPT partitioning stands for what?
GUID Partition Table(GPT). Works with UEFIBOSIS to give you extra features.
GUID stands for what?
Globally Unique Identifier. 128 -bit unique value.
GPT size
128 partitions per/drive, 18.8m terabytes / partitions
LBA 1
Contains the Primary GPT HEADR
File allocation table
A data structure that keeps track of the location of files and folders.
Fat16
a type of file allocation table. Called fat because it looks like a two column spreadsheet
FAT32
has 8 hexadecimal character instead of 4 like 16. Very old. Could support 8 TiB volumes.