Windows 硬链接磁盘使用不一致

Windows hard links disk usage inconsistency

我正在使用 Windows 8.1.

似乎不​​一致。 Windows 指出向文件添加硬链接不会占用太多磁盘 space,这是有道理的,因为您只是在创建一个指针。

但是,文件系统没有反映这一点。如果我创建硬链接,它会列出该文件的磁盘 space 使用量翻倍。

如果这样做只是增加了一个指针,但 FS 认为它加倍了,那么在计算剩余磁盘时 space 文件实际使用了多少 space 如果 FS认为只是考虑。

那么是什么原因呢?是哪个?计算剩余磁盘 space 时正在考虑哪个?赞赏!

根据哈里·约翰斯顿的说法:

"Explorer isn't the file system. The fact that Explorer doesn't take hard links into account when calculating the total size of a group of files doesn't affect the amount of disk space available. (If you look at the properties of the drive rather than of a particular set of files, Explorer asks the file system for the actual amount of space used and available on the volume. Those figures are correct.)"

这就是我一直在寻找的答案。谢谢!