I have a question related to what I'm currently testing/working on/trying to understand.
I created a small text file with the following content
abc.txt
ABCDEF
Now when I view File Properties

I see the file's size is 6 Bytes (since there are 6 characters) & Size on disk is 4Kb.Fair enough. There must be some metadata associated with this file such as Type of File, Timestamps, Security Information etc.
Where is all this information stored ? Is it the MFT (I'm almost certain it is) ? If so, Can I in any possible way find out how much space is consumed by the metadata for this file ?