改变文件连接的MFT

时间:2012-07-10 11:50:53

标签: filesystems concatenation deviceiocontrol ntfs-mft

我想在近实时系统中连接两个非常大的文件。

我想也许可以这样做:

1. In MFT, change first file null pointer (EOF), to point at the second file,
   first data block
2. Update the first file metadata in MFT so it will represent the new 
   concatenate file.    
3. Remove second file metadata from MFT 

我的想法可能吗?

有没有人有更好的主意?

感谢。

修改

我找到了“DeviceIoControl”,我正在尝试使用“FSCTL_GET_RETRIEVAL_POINTERS”来获取文件指针并从那里继续。 有人知道怎么做吗?

0 个答案:

没有答案