Tuesday, September 29, 2015

windows - Extreme difference comparing directory size vs. used diskspace

On a Windows Server 2019 Enterprise, we have a disk with just one directory.


When we check the properties of the directory, the summary of file sizes is more than twice the amount of diskspace used (see picture)
When we do a "dir /s" on this directory, the numbers are about the same.


What's wrong with the directory properties dialog?
No symbolic links or directory shortcuts...


Size comparison

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...