问题描述
   我想实现一个具有多个名称或多个目录的文件。通过分析MTF表,可以看出通过添加多个0x30属性,可以实现文件的多名称。
I want to implement a file with multiple names or multiple directories。By analyzing the MTF table, it is seen that by adding more than one 0x30 attribute, the multi name of the file can be implemented.
   有谁知道如何在MFT表中添加属性?
Does anyone know how to add an attribute in the MFT table?
推荐答案
感谢您在此处发帖。
>>我想实现一个包含多个名称或多个目录的文件。通过分析MTF表,可以看出通过添加多个一个0x30属性,可以实现文件的多名称。
主文件表(MFT)存储从NTFS分区检索文件所需的信息。 A 文件可能包含一个或多个MFT记录,并且可以包含一个或多个属性。
The master file table (MFT) stores the information required to retrieve files from an NTFS partition. A file may have one or more MFT records, and can contain one or more attributes.
但是,据我所知,没有这样的方法来更改或添加MFT表属性。它由NTFS管理。
However, as far as I know, there has no such method to change or add the MFT table attributes. It's managed by the NTFS.
最好的问候,
Baron Bi
这篇关于如何将属性添加到NTFS磁盘上的MFT表中的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!