Chapter 9 - Implementing Mass Storage Flashcards

1
Q

Partitioning hard drives

A

defining the locations of storage on a hard drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Swap partition is in which OS system?

A

Are in linux and manifest as folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A partition is what?

A

A logical electronic device readable by an operating system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

MBR partition stands for what?

A

Master boot record(MBR) partitioning, oldest type of partitioning, tells the system where to find the OS. still used today.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

LBA 0

A

The location on the drive where the MBR is located.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

MBR size

A

Max. 2 TB per partition. limited to 4 partitions. and a boot loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Primary Partitions

A

the 4 main partitions of MBR partition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Extended Partitions

A

Dividing a primary partition in multiple partitions and add logical drives to those partitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

GPT partitioning stands for what?

A

GUID Partition Table(GPT). Works with UEFIBOSIS to give you extra features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

GUID stands for what?

A

Globally Unique Identifier. 128 -bit unique value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

GPT size

A

128 partitions per/drive, 18.8m terabytes / partitions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

LBA 1

A

Contains the Primary GPT HEADR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

File allocation table

A

A data structure that keeps track of the location of files and folders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fat16

A

a type of file allocation table. Called fat because it looks like a two column spreadsheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

FAT32

A

has 8 hexadecimal character instead of 4 like 16. Very old. Could support 8 TiB volumes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fragmentation

A

When a file is in two different spaces on the file allocation table.

17
Q

NTFS stands for what?

A

New Technology File System(NTFS). Been around for a long time. dominant today. Supports up to 16 EiB volumes. Individual files can be up to 256 TiB. Primary for windows

18
Q

MFT stands for what?

A

Master File Table, used with NTFS. Sits in the middle of your volumes.

19
Q

ExFAT

A

The inbetween FAT32 and NTFS. Less overhead. Great for thumb drives.

20
Q

CDFS stands for what?

A

Compact Disc File System. Standard for all optical media. And have files up to 4 GiB.

21
Q

ext3 for Linux

A

Supports 32 TiB volumes, and files are up to 2 GiB. Are for Linux

22
Q

ext4 for Linux

A

Supports up to 4 EiB volumes, and files up to 16 TiB. Are for Linux

23
Q

HFS+ stands for what?

A

Hierarchical File System Plus for Mac OS. Dominant for Mac OS and supports 8 EiB volumes and files.

24
Q

Disk Management

A

Windows uses disk management to partition and format disks.

25
Dynamic Disks
Unique to Windows. You can shrink and expand and span across multiple drives.
26
Spanned volume
you can take two disks to act like one. Not good to do.
27
GPT advice
1. Keep boot drive basic (not dynamic). 2. Set boot drive to GPT. 3. Easy to create dynamic disks.
28
Software RAID
Uses the operating system to configure the RAID array.
29
Storage Spaces
A powerful tool to configure advanced software RAID arrays. And also provides great flexibility.
30
Types of encryption
File based encryption and disk-based encryption.
31
File-based encryption
encrypting files and folders
32
Disk-based encryption
encrypting an entire drive.
33
EFS stands for what?
Encrypting File System(EFS). Used in windows and built into NTFS. Allows you to encrypt files and folders
34
TPM stands for what?
Trusted Platform Module. A chip built into the motherboard with a encrypted key.
35
Bit Locker
a disk-based encryption used on windows. Requires TPM.
36
Storage Spaces
software RAID tool built into windows OS.