white wrote: 2025-06-13, 13:58 UTC
But after creating a copy of this file using TC..
Or robocopy..
The same things happens when using "copy testfile.bin nul" instead of searching with TC's Lister.
So it seems that disk space reducing after viewing properties, is not related to TC (and mksparse.exe) because it also happen when using Windows tools only.
Preliminary conclusion:
There may be a Windows bug where opening the Properties window of a sparse file with at least some allocated space, can cause incorrect reservation of disk space during subsequent reads (e.g. when running the command: copy testfile.bin nul). Selecting 2 files and viewing the properties of the 2 files together does not trigger this behavior.
The space is added to the "Total Reserved Clusters" as can be seen when issuing these commands (as Administrator):
fsutil volume diskfree c:
fsutil fsinfo ntfsinfo c:
The space is freed when the sparse file is deleted. (You can copy the file first.)
Recommendation:
Don't view the properties of sparse files, but use other tools, for example Sysinternals' Disk Usage, if you want to know the allocated disk space.