Partitioning and File Systems Flashcards

1
Q

What is Partitioning?

A

Partitions logically divide a storage device into multiple separate containers

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

What is MBR?

A

Master Boot Record
- Legacy partitioning scheme

  1. 4 Partition limitation
    • After 3 primary partitions, a 4th “extended” partition is created. Then subsequent partitions are called “logical” partitions that exist within extended partition
  2. 2 TB max volume size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a GUID Partition Table?

A

GPT

  1. 128 partitions
  2. Drives larger than 2 TB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What makes a partition a “Primary Partition?”

A

It has a file system on it

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

What are the two layout types for Primary Partitions?

A

MBR and GPT

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

What are the two Windows File Systems?

A

NTFS - Supports permissions, file encryption and compression

ReFS - Next generation Windows file system

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

What is the main Linux File System?

A

ext4 - Extended file system version 4

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

What is the main Apple File System?

A

APFS - Apple File System

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

What is FAT32?

A
  • Industry-wide standard
  • Does not support permission, encryption or compression
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is exFAT?

A
  • Industry standard for SDCards
  • Used by Windows and macOS as an interoperability file system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some disadvantages of FAT32?

A
  • It cannot store a file which is larger than 4GB
  • You cannot create a FAT32 partition that is larger than 8 TB.
  • It lacks the permission and other security features built into the more modern NTFS file system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are some disadvantage of exFAT?

A
  • Not as compatible as FAT32
  • It does not offer journaling functionality and other advanced features built into the NTFS file system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Journaling Functionality?

(change journal)

A

The information about changes is recorded in a separate log (the journal) before the indexes to the files are updated. These logs are used to repair the indexes when the computer is restarted.

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