1. Relative to the start of the partition/volume, where does the first addressable cluster begin?
  2. File systems must store essential location & fragmentation data to help locate and reassemble files. In FAT, such metadata is stored in the respective file’s directory entry and in the file allocation table (FAT). Regarding NTFS, answer the following questions:
    1. In what file is this information stored for all files in NTFS?
    2. In which attribute is this information stored?
  3. Briefly explain why the MFT ($MFT) has an entry for itself.
  4. How large is an MFT entry typically?
  5. In an NTFS file system, what is the maximum sized file that would be stored (i.e. the file’s content) within the MFT $DATA entry? AND what is the term for such attribute content stored within the MFT entry?
  6. If a file is too big to be stored in the MFT entry, what is the term for such attribute content stored outside the MFT entry? AND what will be stored inside the attribute content area instead of the file content?
  7. What are the two primary areas of an MFT entry called? Which one only contains information about the entry itself, and not any information really about the file or directory to which the entry pertains?

Are MFT entry attributes static or dynamic dat