Reading MFT in NTFS

老子叫甜甜 提交于 2019-12-05 23:56:26

That's old data (from 1996). And more than a little incorrect. The world has moved on since then.

You might try opening \$MFT to read the MFT but getting the access bits right might be problematic. You can also write them but that's really playing with fire. The file system does not expect that it's data structures will be modified without it's involvement.

You are much better off opening the partition raw and walking the disk structures directly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!