File Systems & Features Flashcards

1
Q

What are disk partitions?

A

▪ Divisions of a Hard Disk Drive (HDD) or Solid-State Drive (SSD), each acting as a separate logical unit of separation within a single physical drive

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

What is the primary partition refered to as in Windows?

A

The primary partition is typically labeled as the C: drive, and this is where
the Windows operating system is usually installed

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

Describe NTFS.

A

▪ New Technology File System (NTFS)
● Default file system for modern Windows systems that uses a 64bit addressing scheme and supports file-level security, transactions, encryption, compression, and large file size

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

Describe FAT32.

A

▪ File Allocation Table (FAT32)
● Was introduced by Microsoft in 1996, and is compatible with a
wide range of devices, including older Windows systems, MacOS,
Linux, game consoles, and more

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

Describe HFS+

A

▪ Hierarchical File System (HFS+)
● File system developed by Apple for use on Macintosh computers
and it was the primary file system for macOS until the introduction of APFS

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

Describe EXT

A

▪ Extended File System (EXT)
● The latest version of EXT is the EXT3 and EXT4 file systems used by
Linux systems

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

What is journalling?

A

● Journaling
* Feature that enhances the reliability of the file system by keeping a log (or journal) of changes not yet committed to the main file system

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

In strictest to most relaxed, organize these file systems based on naming rules.

NTFS
HFS+
FAT32

A

● In FAT32, you will find the biggest number of reserved characters,
including \ / : ? “ < > | + , . ; = [ and ]

● In the Windows NTFS filesystem, file names cannot end with a
period or use the \ / : ? “ < > and | characters

● For an HFS+ filesystem, you cannot use the : or the / (forward
slash) character

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

In biggest to smallest organize these file systems based on capacity.

FAT32
NTFS
HFS+
EXT4

A

● FAT32 - 4 GB Maximum File Size and 8 TB Maximum Volume Size
● EXT4 - 16 TB Maximum File Size and 1 EB Maximum Volume Size
● HFS+ - 8 EB Maximum File Size and Volume Size
● NTFS - 16 EB Maximum File Size and Volume Size

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

Is FAT32 case sensitive?

A

No, file.txt and FILE.txt are treated as the same
files in FAT32

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

How long of a name do most file systems support?

A

● Most modern file systems support longer file names of up to 255 characters, but FAT32 only supports a file length of 8 characters
plus a 3 character extension

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