Master File Table, GUID Partition Table, Inodes Flashcards
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
C) To keep track of all files and directories
Which file system utilizes the Master File Table (MFT)?
A) FAT32
B) NTFS
C) ext4
D) HFS+
B) NTFS
In NTFS, what is the MFT reserved for?
A) User profiles
B) System logs
C) Metadata about files and directories
D) Temporary internet files
C) Metadata about files and directories
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
D) Defragmenting files
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) It stores them directly in the MFT
What does GPT stand for?
A) General Partition Table
B) Global Partition Table
C) GUID Partition Table
D) Generic Partition Table
C) GUID Partition Table
What is the maximum number of partitions supported by GPT without using extended partitions?
A) 4
B) 128
C) 1024
D) 256
B) 128
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
C) Supports larger disks and more partitions
In GPT, what does GUID stand for?
A) Global Unique Identifier
B) Globally Used Identifier
C) General User Identifier
D) Globally Unique Identifier
D) Globally Unique Identifier
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
B) macOS X 10.4 (Tiger)
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
B) A metadata structure that stores information about a file
Which of the following information is NOT stored in an inode?
A) File size
B) File contents
C) File permissions
D) Timestamps
B) File contents
In the ext4 file system, what is the default inode size?
A) 128 bytes
B) 256 bytes
C) 512 bytes
D) 1024 bytes
B) 256 bytes
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) It can no longer create new files
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
B) As a pointer to the file’s data blocks