1.1 File Systems

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:16 PM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

FAT

File Allocation Table

2
New cards

exFAT

Extended File Allocation Table

3
New cards

NTFS

New Technology File System

4
New cards

ReFS

Resilient File System

5
New cards

ext4

Fourth Extended File System

6
New cards

XFS

Extended File System (or you can just remember it as "Extended File System for Linux")

7
New cards

APFS

Apple File System

8
New cards

What is the maximum file size for FAT32?

4 gigabytes.

9
New cards

What is the maximum volume size for FAT32?

2 terabytes.

10
New cards

What advantage does exFAT have over FAT32 regarding file size?

exFAT supports files larger than 4 gigabytes.

11
New cards

What file format is best for flash drives and why?

exFAT

It’s the most compatible across OSs

Supports files bigger than 4Gb

12
New cards

Name five features that make NTFS superior to FAT32.

  1. File compression

  2. encryption

  3. quotas

  4. security permissions

  5. large file support

  6. symbolic links

  7. recoverability.

13
New cards

What is NTFS's main compatibility limitation across operating systems?

Many operating systems can read NTFS but cannot write to it, or have only limited write functionality.

14
New cards

Which Windows file system is standard for modern Windows installations?

NTFS

15
New cards

What is ReFS and why is it considered the future of Windows file systems?

ReFS (Resilient File System) is an update to NTFS

  • self-repairing capabilities

  • ongoing integrity checks (eliminating chkdsk)

  • RAID-like redundancy.

16
New cards

What file system supports very large drives and storage arrays?

ReFS

17
New cards

What file system is designed for enterprise and server environments?

ReFS

18
New cards

What operating systems commonly use ext4?

Linux and Android OS.

19
New cards

What is XFS designed for and what operating system uses it?

XFS is a high-performance file system for Linux, designed for scalability and high-speed processing in large-scale computing environments.

20
New cards

What Apple operating systems use APFS?

macOS (starting with High Sierra), iOS, and iPadOS.

21
New cards

What type of storage is APFS optimized for?

Solid-state storage (SSDs).

22
New cards

Why must a partition be formatted before data is written to it?

Formatting establishes the file system structure that the operating system needs to properly read, write, and organize files.

23
New cards

You need to create an external hard drive that works across Windows, macOS, and Linux. Which file system should you use?

exFAT, because it's compatible across all three operating systems.