73.3k views
1 vote
What information about the document file can be found in NTFS Master File Table on the media?

1 Answer

4 votes

Final answer:

The NTFS Master File Table (MFT) on a storage media contains comprehensive information about each file and directory, including file name, size, time stamps, attributes, and security information such as the file owner and access permissions.

Step-by-step explanation:

Information in the NTFS Master File Table (MFT)

The NTFS Master File Table (MFT) is a critical part of the NTFS file system used by Windows operating systems to store information about files and directories on a storage media. The MFT contains entries for each file and directory on an NTFS volume. An entry in the MFT includes a variety of information such as the file name, file size, time stamps (including creation, modification, and last accessed times), file attributes (such as read-only, hidden, system, and archive status), and the physical location of the file's data on the disk (the file's data runs).

Each MFT entry also includes security information, including the file's owner and the access control list (ACL) that specifies who can access the file and what kind of access they have. The MFT can contain additional attributes like alternative data streams and hard link information. In summary, the MFT provides a comprehensive record of every file and directory on an NTFS volume, and is essential for the operating system to manage the storage media efficiently.

User Adam McArthur
by
8.7k points