Tagged Questions
The mft tag has no wiki summary.
3
votes
4answers
2k views
Master File Table cleanup utility?
Can anyone recommend a tool for MFT cleanup? I want to in my MFT restore the entries for files which once existed but have been deleted to a "pristine" state, with zeroed out entries.
1
vote
0answers
36 views
NTFS Stream Structure
I was reading up on the NTFS structure here, the major question I wanted to answer for myself was how are the blocks in fragmented streams strung together.
The page explains that in the Master File ...
1
vote
1answer
105 views
Is it possible to use the h264 and aac encoders that ship with windows 7 from directshow?
I see that windows 7 ships with an aac encoder and an h264 encoder. I'm writing a directshow application that needs to do video encoding. I think: "Great! Now I don't have to license a video ...
1
vote
1answer
449 views
Finding a set of file names quickly on NTFS volumes, ideally via its MFT
I am in the middle of writing a tool that finds lost files of an iTunes library, for both Mac and Windows. On the Mac, I can quickly find files by naming using the wonderful "CatalogSearch" function.
...
1
vote
2answers
378 views
how indexing happens on a NTFS drive
how does the computer retrive a particular entry in the MFT table for a file or directory?
I read through many documents which describe the structure of NTFS and MFT, but i fail to understand say i ...
0
votes
0answers
27 views
Incorrect Function error while enumerating MFT
I have a C# application which enumerates USN data to get MFT records for getting a list of files on a volume. It uses DeviceIoControl function with various control codes to achieve the same.
It works ...
0
votes
1answer
197 views
dumping the content of the $mft file
for some commercial project I'm doing I need to be able to read the actual data stored on the $mft file.
I found a gpl lib that could help, but since its gpl i can't integrate it into my code.
could ...
0
votes
2answers
940 views
Location of MFT file?
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 ...