Location of MFT file?
Posted
by baltusaj
on Stack Overflow
See other posts from Stack Overflow
or by baltusaj
Published on 2010-06-01T08:25:58Z
Indexed on
2010/06/01
9:33 UTC
Read the original article
Hit count: 214
I have a partition, formatted as NTFS. I have studied that devices formatted as NTFS have a MFT (Master File Table) which contains a lot of information about the contents of a devices.
Is MFT really a file?
Where is it located?
How can I view it?
I, actually want to view the $BITMAP to know the locations of all the files and directories in a partition.
Update: Seems like I can only view the MFT file using HexEditor. Still searching for more options though...
© Stack Overflow or respective owner