Lesson 10 Chapter 1 - Partitioning Flashcards
What does partitioning do?
Establishes the
Partitioning establishes the framework upon which a file system is built
[Foundation of the file system]
What does formatting do?
Creates the
Formatting creates the file system
Some storage devices come pre-formatted with a single ______
partition
Techs often abbreviate the term hard disk drive to just ____
SSDs are also referred by this, even though they aren’t mechanical
disk
Devoting the entire pool of space to a single volume is still considered ______
partitioning
What’s the main reason to divide a storage device into more than one partition? (1)
to assign it to a different OS (to have more than one OS)
Each ____ ____ must be on its own partition (2)
operating system
What are the 3 different partitioning methods that Windows supports? Which one is proprietary to Microsoft?
older, newer, even newer
- Master Boot Record (MBR)
- Dynamic storage
- GUID Partition Table (GPT)
What does Microsoft call a hard drive that uses either the MBR/GPT partitioning scheme? What does it call a drive using the dynamic storage partitioning scheme? (2)
white girl
MBR/GPT = Basic disk
Dynamic storage = Dynamic disk
What’s a limitation of MBR in regards to installing Windows OS?
MBR does not support Windows 11
What are the 2 very small data structures MBR partitioning creates on a drive?
MBR partitioning creates
1. Master Boot Record
2. Partition Table
data structures in the boot sector of the drive
What is a boot sector? What does it store? (2)
first
The boot sector is the first sector of the hard drive
It stores the 2 very small data structures of the MBR partitioning (MBR code is first, partition table second)
MBR partition tables support up to ____ partitions
MBR partition tables support up to 4 partitions
The MBR partition table supports two types:
- Primary Partition
- Extended Partition
What does it mean if a partition supports only one volume per partition?
They support only one drive letter per partition (C:)
Describe the function of a primary partition. How many volumes do they support? (2)
- A primary partition is designed to support bootable OS
- A primary partition only supports 1 volume per partition (1 drive letter per partition)
Describe the function of an extended partition. How many volumes do they support? (2)
- An extended partition is not bootable
- Can support multiple volumes on a partition, each with its own drive letter
How many different OS can you install on an MBR partitioned storage device? (1)
Each will have its own primary partition, you choose which to boot to each time
You can install up to 4 different OS