File System Flashcards

(12 cards)

1
Q

File System

A

Structure used by the OS to store and organize files/directories on storage media. Manages file names, paths, access control, and disk space allocation.

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

Directory

A

A folder that contains files or other directories; used to organize data hierarchically.

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

Path

A

Location address of a file or directory in the hierarchy (e.g., /home/user/file.txt)

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

File Metadata

A

Data about a file (e.g., size, type, creation date, permissions).

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

Mounting

A

Process of making a file system accessible to the OS by attaching it to a directory structure (e.g., mounting a USB drive).

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

File Allocation Table (FAT)

A

A simple file system structure that maps where files are stored on disk. Variants: FAT16, FAT32.

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

NTFS (New Technology File System)

A

Advanced Windows file system with support for permissions, encryption, compression, and journaling.

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

ext4

A

Modern Linux file system; supports journaling, large volumes, and high performance.

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

Permissions

A

Rules determining who can read/write/execute a file or folder (e.g., rwx in Linux).

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

Journaling

A

Feature of some file systems (e.g., NTFS, ext4) that logs changes before committing them to disk to prevent corruption during crashes.

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

Block

A

Minimum storage unit on a disk; file systems manage files by allocating blocks.

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

Inode

A

Data structure in Unix/Linux file systems storing file metadata (not file name or content).

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