Is there any way to directly jump to the MFT of any file?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I am stucked in a problem. I need to jump at a file's MFT record. Is there any way or API which can tell me the logical cluster number of a File's matadata location. I have to read the files data run which is in the MFT. FSCTL_GET_RETRIEVAL_POINTERS gives me the data run as well as the extends , but it doesnt provide the LCN of that location. Is there any method which can provide me the LCN of a metadata file(MFT)of any particular file. :( Thanks in advance. CmyLife