gpt4 book ai didi

c - 是否可以在 Windows api 中覆盖 MFT 文件表?

转载 作者:可可西里 更新时间:2023-11-01 11:23:19 25 4
gpt4 key购买 nike

是否可以在 Windows API 中覆盖 MFT 文件表。 Windows 何时启动并准备就绪?

我知道我们可以读 MFT,但我问的是写。

最佳答案

Vista 限制原始访问,但如果您先卸载该卷,您可能仍然可以这样做。

Changes to the file system and to the storage stack to restrict direct disk access and direct volume access in Windows Vista and in Windows Server 2008.

我不知道您正在编写的程序类型,但它可能属于此类:

Backup programs must unmount the volume before they write to the volume. Otherwise, the program writes will collide with file system writes. Such collisions will result in corruption or in system instability.

如果你跳过他们所有的箍,写入实时卷是可能的,但腐败的风险可能太高,你可能需要调查 obscure和/或未记录的 NTFS IO 控制代码。

关于c - 是否可以在 Windows api 中覆盖 MFT 文件表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54710075/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com