1

I just purchased a brand new WD Elements 1.5TB Hard drive. I have deleted all the files that were on it, even the hidden ones, and done a "Quick Format" through windows explorer.

Yet, when I look at the disk properties, it tells me that there are 133MB of space in use. Now this is not a big deal, as the drive is HUGE, i'm just wondering where those 133MB are being used?

I've run CHKDSK on the drive and it tells me that there is 3093568 KB in 7 files. Yet, ls -la only shows "$RECYCLE.BIN" and "System Volume Information" which appear to both be 0KB. Is it possible that these two files are taking up the 133MB?

2 Answers2

5

Basic disk overhead - file tables, NTFS information etc.

Journeyman Geek
  • 133,878
0

One of my friends met the same situation and there are two options for this problem.

You can check the disk with:

chkdsk /f /r /x [drive letter]

and see the results or you can run diskmgmt.msc and delete all partitions and create new partitions.

C: should be the primary partition and D: or E: should be logical partitions.

I think the second option will do all the maths.

Gareth
  • 19,080
kenny
  • 9