ntfs-mft Questions

3

I am writing some code to parse through the MFT on disk in NTFS volumes. This is straightforward, but one particular corner case caught my eye, and I can't find a clear answer anywhere on the inter...
Salverform asked 24/5, 2015 at 13:34

3

Solved

I need to access Windows MFT(Master File Table) using C# in my .net application. I have googled about this and couldn't find any good results. I have been searching for the information from the pas...
Harder asked 9/2, 2014 at 16:37

3

Solved

I am trying to go through the example on MSDN (https://msdn.microsoft.com/en-us/library/windows/desktop/aa365736%28v=vs.85%29.aspx) on how to query USN journal in order to trace file changes on a N...
Defile asked 1/8, 2015 at 14:58

0

I know how to read a file, pass these bytes to a hashing algorithm such as MD5SUM, SHA256 or CRC32, and get the hash. Here I'm asking something slightly different: Each time we write/modify a fi...
Undulate asked 24/11, 2018 at 10:6

0

Before doing a USN journal / NTFS MFT files-enumeration with while (DeviceIoControl(hDrive, FSCTL_ENUM_USN_DATA, &med, sizeof(med), pData, sizeof(pData), &cb, NULL)) { // do stuff here m...
Iolenta asked 20/7, 2017 at 19:34

0

I'm enumerating the files of a NTFS hard drive partition, by looking at the NTFS MFT / USN journal with: HANDLE hDrive = CreateFile(szVolumePath, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, ...
Glantz asked 19/7, 2017 at 1:43

1

Solved

I am trying to read windows Master File Table (MFT) for fast enumeration of files. Till now I have seen two approaches to do this: As suggested by Jeffrey Cooperstein and Jeffrey Richter using De...
Tugman asked 10/12, 2014 at 5:37

5

Solved

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.
Spinoza asked 18/4, 2009 at 21:58

1

Solved

Continuing my previous question, I was able to use this delphi unit to implement crazy FAST drive scan using this EnumMFTEntries() function, but I have trouble doing the following tasks: Task #1: ...
Bullfighter asked 25/1, 2013 at 17:21

0

I'm seeking to use Change Journal instead of ReadDirectoryChangesW to track changes in my delphi XE2 application (as for why: ReadDirectoryChangesW is not that reliable) The closest I could find i...
Pleiades asked 24/1, 2013 at 8:13

1

Solved

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" functio...
Chthonian asked 17/11, 2010 at 10:44
1

© 2022 - 2024 — McMap. All rights reserved.