bobranten / Ext4Fsd

Ext4 file system driver for Windows
794 stars 54 forks source link

Symlinks duplicate targets' sizes #51

Open pyorot opened 3 months ago

pyorot commented 3 months ago

Windows File Explorer sees symlinks as having sizes equal to their targets, so the underlying files are double-counted for disk storage statistics in, for instance, TreeSize.

image

bobranten commented 2 months ago

This is a confirmed bug, I'm working on it for the next release.