Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ReFS 中生成校验和的方法是什么?我一直没能找到。
这是一个非常经典的 CRC 64。据我所知,它使用与 NTFS 相同的多项式。它用于检查元数据的总和,并可选择检查数据文件集群的总和。如果您想了解更多详细信息,请查看 ntfs-3g 的来源。
此致。