DirSize not reporting a directories size correctly
Posted: Thu Apr 16, 2009 2:17 pm
I have a folder on my F: drive. The directory tree looks like this. (only the 1st level is used in this example)
F:\folder1\CrashPlanArchive_m68061442375x002
F:\folder1\test
Here is the command I am using to scan this directory.
dirsize F:\folder1 -1 -nofiles -nostats -nosubs -nowaste >> C:\stats\folder1.txt
Using that command here is the output of folder1.txt
dirsize F:\folder1\CrashPlanArchive_m68061442375x002 -1 -nofiles -nostats -nosubs -nowaste >> C:\stats\folder1.txt
Here is the updated output with the modified command
If I right click on the folder1 folder in windows and click properties it reports over 646GB inside F:\folder1
Any help?
F:\folder1\CrashPlanArchive_m68061442375x002
F:\folder1\test
Here is the command I am using to scan this directory.
dirsize F:\folder1 -1 -nofiles -nostats -nosubs -nowaste >> C:\stats\folder1.txt
Using that command here is the output of folder1.txt
As you can see, it looks like DirSize is completely skipping that first folder for some reason. So I tried to alter my command to specifically go into that first folder. Here is the updated commandDirSize report, created at 4/12/2009 8:17:42 AM
Total + subs Folder name
-------------- ----------------------------------------
0 bytes F:\folder1 ...
4 KB +--test
-------------- ----------------------------------------
4 KB Cluster size: 4 KB Wastage: 3.9 MB
-------------- ----------------------------------------
dirsize F:\folder1\CrashPlanArchive_m68061442375x002 -1 -nofiles -nostats -nosubs -nowaste >> C:\stats\folder1.txt
Here is the updated output with the modified command
However, this is STILL incorrect.DirSize report, created at 4/15/2009 9:15:11 PM
Total + subs Folder name
-------------- ----------------------------------------
1.3 GB F:\folder1\CrashPlanArchive_m68061442375x002 ...
121.6 MB |--356145140919763271 ...
410.9 MB |--356307128558338151 ...
6.6 GB |--357166134952722690 ...
724.7 MB |--357399707359642631 ...
583.2 MB |--358459208039399691 ...
30.3 MB |--359053095531446372 ...
1.8 GB |--362160791226992892 ...
1.2 GB |--362160884593729480 ...
441.9 MB |--362166071555268164 ...
283.1 MB |--362478708046437925 ...
32 KB |--362596874173029950-users-restore_1
70.3 MB |--363215789513252374 ...
205.5 MB |--363216825590226468 ...
103.9 MB |--363217063759584860 ...
798.6 MB |--363334788561509963 ...
1.4 GB |--363470279478877744 ...
894.1 MB |--363492821027528230 ...
1,005.1 MB |--363613628290571809 ...
1.9 GB |--366398015489441892 ...
519.9 MB |--366828293114560534 ...
871.5 MB |--366829076543438894 ...
88.6 MB |--366831919700115823 ...
20 KB |--366846085089460327 ...
710.6 MB |--367241197127233285 ...
111.1 MB |--367372021646491748 ...
4.5 MB +--dbDumps
-------------- ----------------------------------------
1.3 GB Cluster size: 4 KB Wastage: 4.0 MB
-------------- ----------------------------------------
If I right click on the folder1 folder in windows and click properties it reports over 646GB inside F:\folder1
Any help?