Master File Table, GUID Partition Table, Inodes Flashcards

1
Q

What is the primary function of the Master File Table (MFT) in NTFS?
A) To store file data
B) To manage disk quotas
C) To keep track of all files and directories
D) To encrypt file contents

A

C) To keep track of all files and directories

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

Which file system utilizes the Master File Table (MFT)?
A) FAT32
B) NTFS
C) ext4
D) HFS+

A

B) NTFS

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

In NTFS, what is the MFT reserved for?
A) User profiles
B) System logs
C) Metadata about files and directories
D) Temporary internet files

A

C) Metadata about files and directories

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

Which of the following is NOT a function of the MFT?
A) Storing file attributes
B) Tracking disk space usage
C) Providing file permissions
D) Defragmenting files

A

D) Defragmenting files

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

How does the MFT handle very small files?
A) It stores them directly in the MFT
B) It compresses them
C) It deletes them
D) It moves them to a separate table

A

A) It stores them directly in the MFT

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

What does GPT stand for?
A) General Partition Table
B) Global Partition Table
C) GUID Partition Table
D) Generic Partition Table

A

C) GUID Partition Table

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

What is the maximum number of partitions supported by GPT without using extended partitions?
A) 4
B) 128
C) 1024
D) 256

A

B) 128

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

Which of the following is a key feature of the GPT compared to MBR?
A) Smaller partition sizes
B) Limited to 2 TB of disk space
C) Supports larger disks and more partitions
D) Less reliable than MBR

A

C) Supports larger disks and more partitions

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

In GPT, what does GUID stand for?
A) Global Unique Identifier
B) Globally Used Identifier
C) General User Identifier
D) Globally Unique Identifier

A

D) Globally Unique Identifier

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

Which operating system first implemented support for GPT?
A) Windows XP
B) macOS X 10.4 (Tiger)
C) Linux Kernel 2.6
D) Windows 7

A

B) macOS X 10.4 (Tiger)

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

What is an inode in a Linux file system?
A) A block of data
B) A metadata structure that stores information about a file
C) A type of file permission
D) A temporary cache

A

B) A metadata structure that stores information about a file

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

Which of the following information is NOT stored in an inode?
A) File size
B) File contents
C) File permissions
D) Timestamps

A

B) File contents

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

In the ext4 file system, what is the default inode size?
A) 128 bytes
B) 256 bytes
C) 512 bytes
D) 1024 bytes

A

B) 256 bytes

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

What happens when a Linux file system runs out of inodes?
A) It can no longer create new files
B) It can no longer read existing files
C) It deletes old files automatically
D) It compresses existing files

A

A) It can no longer create new files

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

In a typical Linux file system, how is the inode number used?
A) As a pointer to the file name
B) As a pointer to the file’s data blocks
C) As a pointer to the file’s permissions
D) As a pointer to the file’s directory entry

A

B) As a pointer to the file’s data blocks

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

Which file system structure is responsible for mapping file names to inodes?
A) Master File Table (MFT)
B) Directory Entry
C) GUID Partition Table (GPT)
D) Superblock

A

B) Directory Entry

17
Q

What is the main advantage of GPT over MBR?
A) GPT is compatible with older systems
B) GPT supports larger disks and more partitions
C) GPT has fewer security features
D) GPT is easier to use

A

B) GPT supports larger disks and more partitions

18
Q

Which of the following would you use to examine the structure and contents of a GUID Partition Table (GPT)?
A) fdisk
B) gparted
C) diskpart
D) gdisk

A

D) gdisk

19
Q

What is the inode number of the root directory in a typical Linux file system?
A) 0
B) 1
C) 2
D) 3

A

C) 2

20
Q

Which command in Linux can be used to check the inode usage of a file system?
A) df -h
B) du -sh
C) df -i
D) ls -l

A

C) df -i