Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Why have i only got 9 gb out of 74.5 ?

Aug 29, 2011 12:56AM PDT

I have recently noticed the low disk space alert while playing games.Etc I then issued a disk cleanup and i went through all my documents, program files, Add or remove programs and what ever else i can delete what is unnecessary. After 2 days of searching i ended up with the result of 9 gb. Can someone please tell me how to fix this problem as i don't have clue how to free up Some more space :S

Discussion is locked

- Collapse -
Answer
Two steps.
Aug 29, 2011 12:58AM PDT

1. Disable and enable System Restore. This might free up more disc space.
2. Download TREESIZE (the free version) and see how the disc space in all your folders adds up.

Kees

- Collapse -
The two steps...
Aug 29, 2011 1:20AM PDT

1. My system restore was always off i still turned on and then back off in which it did nothing. ? 2. I added up all the mb on my c drive in Treesize it came to 472966 mb and when i check how much spae i used it says 64.2 gb out of 74.5. This did not make sense ?

- Collapse -
Using Treesize
Aug 29, 2011 4:56AM PDT

Bob might correct me on this, but I suspect Treesize is under the same constraints as Windows Explorer as regard to displaying hidden files and hidden system files.

So, head over to Folder Options in the Control Panel, and under the View tab, remove all 'hidden' folder/file restrictions. Then try Treesize agan.

Mark

- Collapse -
Re: treesize
Aug 29, 2011 5:22AM PDT

There are cases known on this forum where, for some unknown reason, there was a gigantic30 GB file in the System Volume Information folder. And toggling System Restore didn't help against that.

As you will have noticed that folder normally is inaccessible to Treesize. A rather special command line program is needed to grant you access to that folder. It's called icacls and it's present in Windows. It has a help (icacls /?) and google can find more help. But you need to know some basics about using the command prompt and how to handle paths with spaces (by enclosing them in quotes).

The command (copy/paste it to Notepad to see the spaces, which are necessary!) is:
icacls "\system volume information" /g yourusername:r (end with enter)
With "yourusername" I mean your Windows logon name.
Then,
in Control Panel>Folder Options>View uncheck the "hide protected
system files". Then you can have a look at what it contains with Windows Explorer or My
Computer (use right click properties to see file size used)
When you know what you want to know:
- hide the protected operating systems files again
- undo the icacls command by the following variant:
icacls "\system volume information" /r yourusername /e

It could be that booting from an Linux Live CD would give you access to that folder also, but I never tried.

If chkdsk finds no problems with the file system, you should be able to account for every sector used after some work.

Kees

- Collapse -
I see the steps are shared here.
Aug 29, 2011 5:54AM PDT

I too have used the boot CD to sniff around with no restrictions (and be careful what you delete!)

I also like Gyula's Navigator as it shows me files and folders without Explorer's ideas about such.
Bob