walter said:
According to my "My Computer", my C: drive for Win 7/32 holds 33 GB of
programs, drivers and the OS. All of my data. such as music, images and
videos, are on a second drive.
If I make a windows 7 image of the C: Drive, the resulting image is
about 19 GB and the image takes about 10 minutes. The "Windows" folder
is about 11 GB.
Does this look normal or is my c: drive clogged up with unnecessary
stuff?? The computer seems to be working very well and fast.
Is there a program that will give me a breakdown, by folder, of the
space occupied by installed programs and the operating system?
Thank you
If you've installed SP1, use "Disk Cleanup". Look for
special options to delete stuff in Disk Cleanup. I think when
I measured that, it saved ~500MB or so, at the expense
of eliminating the ability to remove SP1.
It's possible VSS can be tracking file system changes,
and that is part of the space used. Or, something to do
with System Restore and restore points. And stuff like that,
isn't always that easy to research. (You can't safely look
in System Volume Information, where some of that stuff is
hiding.)
Note also, that the OS uses "hard links" for a lot of the
files. A file can be stored in the "Store", as well as the
system folder. There can be two file pointers, and one
set of data pointed to by both of them. This saves space.
And it's all made possible by NTFS.
The only problem with the concept, is the File Explorer has
no provision for "double counting". There is no notation
that says "of the 6GB in this folder, 3GB are shared with
another folder, and if you deleted them, no space would be
saved". You cannot do "accounting" with the File Explorer,
due to the incorrect design of the tool. Only the System
Image gives an accurate size.
When a file is hard linked with multiple folders,
the data space doesn't disappear until the last pointer
to the data is removed. You have to delete, using all
the file pointers, to clean up. So if you're using Explorer,
and note some huge total size for something, then look at
another folder, and add all the numbers together, it can exceed
the claimed total size of the volume. It's easy to scare
yourself that way.
When you make a System Image, that'll give you the true size
of the volume. And that 19GB figure could be the true size.
I think my laptop makes a 26GB image, when I do one.
So you seem to be doing pretty well in that regard.
Paul