File Systems Flashcards

1
Q

What’s a File System?

A

A structure used to manage the storing and accessing of files on a system. (File Librarian).

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

What’s the maximum file size storable on a FAT32 system?

A

4GB - 32 bit is capped at 4GB.

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

What is exFAT commonly found on?

A

Extended File Allocation Table (exFAT) is often used on flash drives. It can support files larger than 4GB and is compatible across all OSs.

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

Which File System supports file encryption and compression?

A

APFS (Apple File System) and NTFS - New Technology File System (Windows only) supports both file encryption and compression.

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

Do exFAT, FAT32 file systems support compression?

A

No. Only NTFS (Windows) and APFS (Apple) support file compression.

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

Which File System (FS) does Linux use?

A

ext3 or ext4

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

What file system does AndroidOS use?

A

ext4

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

Which file system do iPads use?

A

APFS - Apple File System is used by all Apple devices/OSs. It’s optimised for SSD’s.

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

What are File System snapshots?

A

File restore point/copy of the file system/volume/drive taken at a point in time. NTFS calls them Volume Shadow Copies.

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

What is the maximum partition size of an MBR partition?

A

2TB per partition (GPT is bigger and better than MBR!)

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

How many partitions can a GPT partition support?

A

128 partitions of up to 256TB each (in Windows).

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

How many partitions are possible on a MBR drive?

A

4 Primary Partitions and more extended partitions but you can’t boot from extended partitions!

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

What are two limits MBR partitions have that were increased by the invention of GPT partitions?

A

The number of partitions MBR style can support (4 partitions maximum). MBR supports extended partitions to increase the partitions but EXTENDED PARTITIONS ARE NOT BOOTABLE!
The maximum size per partition supported by MBR (2TB).

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

Does a quick format of a drive delete existing data stored on it?

A

No, a quick format creates a new file table but doesn’t write over (Zero) the drive, this data may be recoverable. It also doesn’t check the drive for any corrupted sectors.

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

Which formatting type takes longer?

A

Full format is a lot slower than quick format but is much better! Deletes all data from drive.

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

Which type of drive formatting would you use diskpart for (in Windows)?

A

Full formatting of drives (zeroing/deleting all data and checking for bad sectors) is done via diskpart.