14. Using File Systems Flashcards

1
Q

What does Paritioning mean?

A

Dividing into logically separate areas

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

What is the primary hard drive’s active/system partition?

A

partition used to boot device

In Windows, the system partition is usually hidden from File Explorer & is not allocated a drive letter

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

Windows Drives

What drive letter is usually allocted to the boot partition?

The boot partition is the partition containing the OS files

A

C

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

2 file systems supported by Windows?

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

Meaning of FAT?

A

File Allocation Table

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

Meaning of NTFS?

A

New Technology File System

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

File Systems

What bit version is usually used for FAT in Windows?

A

FAT32

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

Max file size supported in FAT32?

A

4GB

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

Max partition size in FAT32?

A

32GB

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

What is FAT32 mainly used for?

A

Formatting most removable drives/disks

It provides the best compatibility between different types of devices

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

Max partition size in NTFS?

A

2TB

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

One great advantage NTFS has over FAT32?

A

More stable & secure

It allows for file-level security permissions, compression, & encryption

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

What file system do most Linux distros use?

A

ext4

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

What file system Apple computers use?

A

HFS+ or APFS

macOS High Sierra (2017) introduced APFS as the default file system

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

Which file systems supports Compression?

A
  • NTFS
  • HFS+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which file systems support Encryption?

A
  • NTFS
  • HFS+
  • ext4
17
Q

Which file systems support Permissions?

Permissions = The file system’s Access Control List (ACL) manages user permissions for files and folders, specifying read, write, and control access.

A
  • NTFS
  • HFS+
  • ext4
18
Q

Which file systems support Journaling?

Journaling in file systems logs changes or intended changes, aiding data recovery or restoring the system after interruptions like sudden power cuts.

A

NTFS
HFS+
ext4

19
Q

Which file systems support Limitations?

A
20
Q

Which file systems support Naming Rules?

A
21
Q

What is the root folder?

A

The first level of the folder hierarchy

The root folder is created when the drive is formatted

22
Q

How is the root folder identified?

A

By drive label & backslash

i.e. the root folder of the C: drive is C:\

23
Q

3 system folders that are created when Windows is installed?

A
  • Windows (system root)
  • Program Files
  • Users
24
Q

Windows System Folders

Which Windows system folder contains essential components like drivers, logs, apps, etc.

A

Windows system folder

25
Q

Windows System Folders

Which Windows system folder contains installed software?

A

Program Files system folder

25
Q

Windows System Folders

Which Windows system folder stores user’s profile settings & data?

A

Users system folder

26
Q

What kind of file system is linux?

A

Unified file system

27
Q

What is a unified file system?

A

File system where everything is represented as a file

i.e. in Linux, even devices are represented in files (i.e. a hard drive attached to a SATA port would be represented like /dev/sda. There is no “drive letter” in linux.

28
Q

How to actually delete files in Windows?

A

Using Third-party “shredding” utilities

Emptying the recycling bin does not erase te data until that area of disk is overwritten by different data. Third-party utilieies can recover files that have been “deleted” in this way