312-49 · Question #539
Which of the following is a database in which information about every file and directory on an NT File System (NTFS) volume is stored?
The correct answer is D. Master File Table. The Master File Table (MFT) is a core component of NTFS (NT File System). It is a special metadata database where every file and directory on an NTFS volume has at least one corresponding record. Each MFT entry stores attributes such as file name, timestamps (created, modified…
Question
Which of the following is a database in which information about every file and directory on an NT File System (NTFS) volume is stored?
Options
- AVolume Boot Record
- BMaster Boot Record
- CGUID Partition Table
- DMaster File Table
How the community answered
(51 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D92% (47)
Explanation
The Master File Table (MFT) is a core component of NTFS (NT File System). It is a special metadata database where every file and directory on an NTFS volume has at least one corresponding record. Each MFT entry stores attributes such as file name, timestamps (created, modified, accessed), size, permissions, and the actual data location on disk. The Volume Boot Record (A) contains boot code and volume parameters. The Master Boot Record (B) is a partition-level structure on the disk. The GUID Partition Table (C) is part of the GPT partitioning scheme. None of these store per-file metadata the way the MFT does.
Topics
Community Discussion
No community discussion yet for this question.