nerdexam
IISFA

II0-001 · Question #122

Resident attributes refers to file information, in an NTFS file system, that resides in the MFT.

The correct answer is A. True. In NTFS, resident attributes are file metadata and small file data stored directly within the MFT (Master File Table) record itself, rather than in a separate cluster on disk - making option A correct. Each MFT record is 1 KB, and any file attribute small enough to fit within…

Question

Resident attributes refers to file information, in an NTFS file system, that resides in the MFT.

Options

  • ATrue
  • BFalse

How the community answered

(36 responses)
  • A
    83% (30)
  • B
    17% (6)

Explanation

In NTFS, resident attributes are file metadata and small file data stored directly within the MFT (Master File Table) record itself, rather than in a separate cluster on disk - making option A correct. Each MFT record is 1 KB, and any file attribute small enough to fit within that space (such as file name, timestamps, permissions, and small file contents) is stored there as a resident attribute. Option B is incorrect because it contradicts the NTFS specification: by definition, "resident" means the data resides in the MFT record, not outside it. For contrast, non-resident attributes are too large to fit in the MFT record and are stored in external clusters, with the MFT holding only a pointer to their location.

Memory tip: Think of "resident" like a building resident - they live inside the building (MFT). If they get too big to fit, they move out and only leave a forwarding address (non-resident = external clusters with a pointer).

Community Discussion

No community discussion yet for this question.

Full II0-001 Practice