Folder is bigger than HDD capacity????

lembi2001

Distinguished
Jul 8, 2009
90
0
18,630
Ok....

I just noticed something VERY weird with the reported size of a folder on my Hard Drive. I realize that the Size on Disk will differ from the Actual Size of the folder due to the way that sectors and blocks are handled what i don't get is how the Size of the folder is almost 200GB BIGGER than the max capacity of my Hard Drive:

Image 1 shows the folder properties and i have highlighted the size's

eh1.png


image 2 shows my Hard Drives Total Size again these have been highlighted to show that something very odd is going on:

eh2.png


can someone please explain this to me???
 
iso files. most are standard 4.7 GB isos the odd one or two are dual layer isos. my org wants a backup of all the Discs we have just in case anything goes screwy with the ones we have.
 
Click Start, click Run, type cmd, and then click OK.
At the command prompt, type the following command:
chkdsk d:
where d: is the letter of the drive that you want to check.
Click OK.

That will show the cluster size as well as other wealth of information. Have a look and paste the results in here as well so we can have a look.
 
Ok here you are:

[fixed]732572000 KB total disk space.
684770580 KB in 25075 files.
11796 KB in 2062 indexes.
0 KB in bad sectors.
198784 KB in use by the system.
65536 KB occupied by the log file.
47590840 KB available on disk.

4096 bytes in each allocation unit.
183143000 total allocation units on disk.
11897710 allocation units available on disk.[/fixed]
 
If it is not compressed then most likely the file attributes are corrupted.
Only way I have found to fix this on my own machine when it happened (few years ago under win xp 64bit) was to backup everything I wanted to keep and then format the drive entirely as the file itself could not even be deleted.
 
Are there any subfolders in that folder? In case of Windows folder for example, my Windows folder is not compressed, but if you do a properties search the same thing shows up as yours. But if i go into the Windows folder, there are several compressed folders in there (usually updates and service packs) that make for that amount of difference. Try looking into your folder for something compressed and not the folder itself as it will not show up any compressed files inside.
 
thanks for all your help, i will look at the individual files and see if any of them are compressed. there are no subfolders in there and they were all created with an iso recording tool such as magic iso.

Cheers
 

My guess is that your iso tool is using sparse files. Would make sense as such files are often large and highly redundant.

The only way that I know (other than programmatically) to determine whether a file is sparse or not is to use the "compact" command as detailed here.