Originally posted by: Derango
Dullard, yea you have explained the concept of cluseters...but that still wouldn't explain why his system is saying his 40Gb hard drive is 12GB, unless he formated with clusters that were 5-6MB large

You don't loose that much space to clusters, espicaly in NTFS. It was really only an issue with FAT16, and more recently FAT32
NTFS is better with the slack space. However, I just gave one of the biggest reasons for the discrepancy. There are other possible reasons including:
1) A 40 GB hard drive has 40 billion bytes. However a computer does not go by true mathematical billions, they instead go by multiples of 1024. Thus in computer terms 40 billion bytes is 40,000,000,000/1024/1024/1024 = 37.25 GB.
2) The formatting itself occupies some room, but on 40 GB, this is a small fraction.
3) There could be some bad spots on his drive - reducing the total useable region.
4) Uconn411 could have missed some hidden or system files (the pagefile is often easy to miss).
5) Improper partitioning.
6) Incorrect BIOS recoginition.
7) etc...
Lets just look at #1 for the moment, since we have no good data about #2-#7. He has 12 GB of data and his computer says (37.25-1.67)=35.58 GB are occupied. That means the slack space is roughly 2/3rds of his hard drive. This isn't too difficult to achieve. If his average file is only 1/3rd of the cluster size, then everything is explained by the slack space. I don't know what the cluster size is on his drive. The default NTFS cluster size is 64kB on older WinNT machines and 4kB on the rest. I'll assume it wasn't formatted on a machine running an old version of WinNT, and I'll assume the default wasn't changed. Thus if Uconn411's AVERAGE file size is 1381 bytes (4*1024byte*35.58GB/12GB), then everything is explained by slack. I've seen quite a few games that have thousands of files under 1381 bytes (text files, icons, help files, item data files, etc). If Uconn411 has those games installed, then that will easilly bring the average file size down near that level.
However you are right, options #2-#7 could also be playing a role in his missing space.