Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Where has all my disk space gone?

Reply
Thread Tools Display Modes

Where has all my disk space gone?

 
 
Qu0ll
Guest
Posts: n/a

 
      06-29-2007
On my D: drive, Vista reports that 54GB have been used but when I add up the
totals for each folder it only comes to 18GB. Where is the rest of the
space? I have turned on display of hidden files and even display of hidden
OS files but nothing is showing up.

All I can think of is restore points but would they take up that much space
for just a handful of points?

How can I determine how much space is being used by restore points?

--
And loving it,

-Q
_________________________________________________

(Replace the "SixFour" with numbers to email me)

 
Reply With Quote
 
 
 
 
Kevin John Panzke
Guest
Posts: n/a

 
      06-29-2007
Qu0ll wrote:
> On my D: drive, Vista reports that 54GB have been used but when I add up
> the totals for each folder it only comes to 18GB. Where is the rest of
> the space? I have turned on display of hidden files and even display of
> hidden OS files but nothing is showing up.
>
> All I can think of is restore points but would they take up that much
> space for just a handful of points?
>
> How can I determine how much space is being used by restore points?
>


Sub Folder's Are Using Up The Rest Of The Space, Just FYI>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      06-29-2007
G'day cobber

What tool are you using to measure disk space?

I ask, because many pre-Vista file and disk utilities do not understand how
to use junction points. They will over-estimate how much disk space is used.
If you compare results from Explorer with a tool like, say SpaceMonger
(http://www.sixty-five.cc/sm), SpaceMonger gets it totally wrong. Actually
SpaceMonger is an excellent utility - it just needs to be updated, to
understand Vista's file systems conventions.

You can also get some idea of disk usage by running the "Disk Clean up" tool
under Accessories, System Tools. This will show you how much space is used
by hidden temp files, etc. The tool won't actual delete the files until you
click on OK, just hit Cancel to back out.

Hope it helps a bit,
Andrew

 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      06-29-2007
Qu0ll

You need to use a command line to see this information, but first, you
should perform a cleanup on that drive. Go to Start and type disk and
in the results, click the Disk Cleanup program. Select Files from all users
on this computer and then select the D: drive. Click the More Options Tab
and then, in the System Restore and Shadow Copies section, click the Cleanup
Button. This will delete all but the most recent system restore files.

Next, if your maximum size for System Restore is way too large, you should
adjust this. By default Vista sets the maximum size allocated for VSS to 15%
of the disk size. With some of newer drives, this can result in a huge
amount of space being allocated.

Go to Start and type cmd and in the results, right click the cmd.exe
item and
select the "Run as administrator" option. OK the UAC prompt.

When the command window opens, type the following.

D:

Press ENTER

This will switch to the D: drive.

Now type the following command.

vssadmin list shadowstorage

Press ENTER.

The result will show the current amount of Used, Allocated, and Maximum
allowed size for the Volume Shadow Storage on that drive.

The following
command will set the maximum amount of disk space used for the shadow
storage to 10GB.

vssadmin Resize ShadowStorage /For=D: /On=D: /MaxSize=10.0GB

Press ENTER.

(type the command as shown, including the spaces)
You should see a message that the command succeeded.

You can change the final (MAXSIZE=) value in the command to suit yourself.
(ie:
change 10.0GB to 5.0GB)

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Qu0ll" <> wrote in message
news:%...
> On my D: drive, Vista reports that 54GB have been used but when I add up
> the totals for each folder it only comes to 18GB. Where is the rest of
> the space? I have turned on display of hidden files and even display of
> hidden OS files but nothing is showing up.
>
> All I can think of is restore points but would they take up that much
> space for just a handful of points?
>
> How can I determine how much space is being used by restore points?
>
> --
> And loving it,
>
> -Q
> _________________________________________________
>
> (Replace the "SixFour" with numbers to email me)


 
Reply With Quote
 
Qu0ll
Guest
Posts: n/a

 
      06-29-2007
"Andrew McLaren" <> wrote in message
news:2F40477A-7CB8-4BF9-98FA-...

> G'day cobber


G'day. For all the non-Aussies out there, "cobber" is a mate in our
vernacular.

> What tool are you using to measure disk space?


I am looking at the Used Space in Explorer. Also, when I use Acronis True
Image to create an image it is 36GB in size (it is compressed). However,
when I run JDiskReport it reports a total usage of only 18GB which
correlates with my calculation by totalling the space used in each folder.

> You can also get some idea of disk usage by running the "Disk Clean up"
> tool under Accessories, System Tools. This will show you how much space is
> used by hidden temp files, etc. The tool won't actual delete the files
> until you > click on OK, just hit Cancel to back out.


When I run Disk Cleanup it says that the total amount of disk space I would
gain is... 0 bytes. So there doesn't appear to be any wastage happening.

Any further ideas?

--
And loving it,

-Q
_________________________________________________

(Replace the "SixFour" with numbers to email me)

 
Reply With Quote
 
brink
Guest
Posts: n/a

 
      06-29-2007

Hi Qu0ll,

It's the same as Ronnie said, but it has screenshots and examples with
it to make a bit easier to understand.

Go to this link and do this section:
CHANGE SYSTEM RESTORE'S DISK USAGE AMOUNT:

'http://www.vistax64.com/tutorials/66971-system-restore.html?ltr=S'
(http://www.vistax64.com/tutorials/66...ore.html?ltr=S)

Hope this helps,
Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
'_www.Vistax64.com_' (http://www.vistax64.com/www.Vistax64.com)
*Please post feedback to help others.*
 
Reply With Quote
 
Qu0ll
Guest
Posts: n/a

 
      06-29-2007
"Ronnie Vernon MVP" <> wrote in message
news:484D1579-7B68-46D6-95A0-...

> Qu0ll
>
> You need to use a command line to see this information, but first, you
> should perform a cleanup on that drive. Go to Start and type disk and
> in the results, click the Disk Cleanup program. Select Files from all
> users > on this computer and then select the D: drive. Click the More
> Options Tab and then, in the System Restore and Shadow Copies section,
> click the Cleanup Button. This will delete all but the most recent system
> restore files.
>
> Next, if your maximum size for System Restore is way too large, you should
> adjust this. By default Vista sets the maximum size allocated for VSS to
> 15% of the disk size. With some of newer drives, this can result in a huge
> amount of space being allocated.
>
> Go to Start and type cmd and in the results, right click the cmd.exe
> item and
> select the "Run as administrator" option. OK the UAC prompt.
>
> When the command window opens, type the following.
>
> D:
>
> Press ENTER
>
> This will switch to the D: drive.
>
> Now type the following command.
>
> vssadmin list shadowstorage
>
> Press ENTER.
>
> The result will show the current amount of Used, Allocated, and Maximum
> allowed size for the Volume Shadow Storage on that drive.
>
> The following
> command will set the maximum amount of disk space used for the shadow
> storage to 10GB.
>
> vssadmin Resize ShadowStorage /For=D: /On=D: /MaxSize=10.0GB
>
> Press ENTER.
>
> (type the command as shown, including the spaces)
> You should see a message that the command succeeded.
>
> You can change the final (MAXSIZE=) value in the command to suit yourself.
> (ie:
> change 10.0GB to 5.0GB)


A-ha, I think you're on to something. When I query the shadow storage it
reveals:

D:\>vssadmin list shadowstorage
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2005 Microsoft Corp.

Shadow Copy Storage association
For volume: (D\\?\Volume{7592a6db-bf97-11db-b972-806e6f6e6963}\
Shadow Copy Storage volume:
(D\\?\Volume{7592a6db-bf97-11db-b972806e6f6e6963}\
Used Shadow Copy Storage space: 32.111 GB
Allocated Shadow Copy Storage space: 33.905 GB
Maximum Shadow Copy Storage space: 41.892 GB

so that's where all the space has gone. To resolve this I am simply going
to turn off System Restore on this drive as I already use Acronis True Image
anyway.

Thanks very much.

--
And loving it,

-Q
_________________________________________________

(Replace the "SixFour" with numbers to email me)

 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      06-29-2007
Brink

That does make it easier to understand. BTW, you've put together some very
good tutorials on that website.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"brink" <> wrote in message
news:...
>
> Hi Qu0ll,
>
> It's the same as Ronnie said, but it has screenshots and examples with
> it to make a bit easier to understand.
>
> Go to this link and do this section:
> CHANGE SYSTEM RESTORE'S DISK USAGE AMOUNT:
>
> 'http://www.vistax64.com/tutorials/66971-system-restore.html?ltr=S'
> (http://www.vistax64.com/tutorials/66...ore.html?ltr=S)
>
> Hope this helps,
> Shawn
>
>
> --
> brink
>
> *There are no dumb questions, just the people that do not ask them.*
> '_www.Vistax64.com_' (http://www.vistax64.com/www.Vistax64.com)
> *Please post feedback to help others.*


 
Reply With Quote
 
Qu0ll
Guest
Posts: n/a

 
      06-29-2007
"Ronnie Vernon MVP" <> wrote in message
news:%...

> That does make it easier to understand. BTW, you've put together some very
> good tutorials on that website.


I agree with Ronnie - it's one of the better Vista sites.

--
And loving it,

-Q
_________________________________________________

(Replace the "SixFour" with numbers to email me)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Out of disk space error at installations, though 100 Gb free space Evagoud Windows Vista General Discussion 5 11-04-2007 07:48 AM
Acer 5290 Disk Manager Lost Unallocated Disk Space paul.batch@gmail.com Windows Vista Installation 2 07-30-2007 03:20 PM
Disk Manager Shrunk Drive and Lost Disk Space Paul Windows Vista Hardware 4 07-20-2007 01:21 PM
Re: my disk space is gone!! brink Windows Vista General Discussion 0 07-14-2007 01:47 AM
Re: my disk space is gone!! brink Windows Vista General Discussion 0 07-13-2007 05:51 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59