A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Hard Drive being gobbled



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 21st 07, 06:29 AM posted to microsoft.public.windows.vista.performance_maintenance
barglen
external usenet poster
 
Posts: 15
Default Hard Drive being gobbled

vista is installed on a laptop with 2 partitions - one is forrecovery only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
....barglen
  #2 (permalink)  
Old June 21st 07, 12:25 PM posted to microsoft.public.windows.vista.performance_maintenance
barglen
external usenet poster
 
Posts: 15
Default Hard Drive being gobbled

A good thought. Thanks.
I speculated that it could be something like that and that it will stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another 1 to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
....barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is forrecovery only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen


Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan


  #3 (permalink)  
Old June 21st 07, 12:53 PM posted to microsoft.public.windows.vista.performance_maintenance
Lord Takyon
external usenet poster
 
Posts: 153
Default Hard Drive being gobbled

"barglen" wrote in message
...
A good thought. Thanks.
I speculated that it could be something like that and that it will
stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another 1
to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months
old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
...barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is forrecovery
only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't
seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen


Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan




Google for vssadmin, it will tell you how to, if you want, limit the size
taken by restore. A mate of mine had a 120Gig HDD and after a couple of
weeks restore had used over 20 Gig, so he limited it to 10 Gig and all has
been well.

Me, I have never needed to use Restore, and have it set to not use more than
5 Gig, that is enough space for a good few restore points.
--
Can't think of a sig at the moment.
Read this instead.

  #4 (permalink)  
Old June 21st 07, 06:24 PM posted to microsoft.public.windows.vista.performance_maintenance
Ronnie Vernon MVP
external usenet poster
 
Posts: 2,847
Default Hard Drive being gobbled

Barglen

The first thing I do after installing Vista and getting al of my software
installed is a bit of maintenance. I feel that the default 15% of a 500GB
hard drive (75GB) is a bit too much to reserve for restore points and other
backups. Testing has shown that on a 500GB drive, 10GB is plenty of space to
allocate for the built-in backups.

The following procedure is safe and can be used to restrict the amount of
disk space that is used.

First, free up all of your disk space by deleting all but the most current
restore point. Go to Start/All Programs/Accessories/Disk Cleanup and you
will see the option there.

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 in the results, right click the cmd item and
select the "Run as administrator" option. OK the UAC prompt.

When the command window opens, type the following.

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 your system. The following
command will set the maximum amount of disk space used for the shadow
storage to 10GB.

vssadmin Resize ShadowStorage /For=C: /On=C: /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)

This command assumes that your system drive is C:

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"barglen" wrote in message
...
A good thought. Thanks.
I speculated that it could be something like that and that it will
stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another 1
to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months
old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
...barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is forrecovery
only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't
seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen


Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan



  #5 (permalink)  
Old June 21st 07, 09:58 PM posted to microsoft.public.windows.vista.performance_maintenance
barglen
external usenet poster
 
Posts: 15
Default Hard Drive being gobbled

Thanks. I'll give that a try and let you know.
--
regards
....barglen


"Ronnie Vernon MVP" wrote:

Barglen

The first thing I do after installing Vista and getting al of my software
installed is a bit of maintenance. I feel that the default 15% of a 500GB
hard drive (75GB) is a bit too much to reserve for restore points and other
backups. Testing has shown that on a 500GB drive, 10GB is plenty of space to
allocate for the built-in backups.

The following procedure is safe and can be used to restrict the amount of
disk space that is used.

First, free up all of your disk space by deleting all but the most current
restore point. Go to Start/All Programs/Accessories/Disk Cleanup and you
will see the option there.

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 in the results, right click the cmd item and
select the "Run as administrator" option. OK the UAC prompt.

When the command window opens, type the following.

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 your system. The following
command will set the maximum amount of disk space used for the shadow
storage to 10GB.

vssadmin Resize ShadowStorage /For=C: /On=C: /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)

This command assumes that your system drive is C:

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"barglen" wrote in message
...
A good thought. Thanks.
I speculated that it could be something like that and that it will
stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another 1
to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months
old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
...barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is forrecovery
only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't
seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen

Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan



  #6 (permalink)  
Old June 22nd 07, 07:06 AM posted to microsoft.public.windows.vista.performance_maintenance
barglen
external usenet poster
 
Posts: 15
Default Hard Drive being gobbled

Thank you.
As soon as I used the disk cleanup on the restore points it recovered 18Gb.
Have since set the max to be 8Gb.
Great help, thank you.
--
regards
....barglen


"Ronnie Vernon MVP" wrote:

Barglen

The first thing I do after installing Vista and getting al of my software
installed is a bit of maintenance. I feel that the default 15% of a 500GB
hard drive (75GB) is a bit too much to reserve for restore points and other
backups. Testing has shown that on a 500GB drive, 10GB is plenty of space to
allocate for the built-in backups.

The following procedure is safe and can be used to restrict the amount of
disk space that is used.

First, free up all of your disk space by deleting all but the most current
restore point. Go to Start/All Programs/Accessories/Disk Cleanup and you
will see the option there.

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 in the results, right click the cmd item and
select the "Run as administrator" option. OK the UAC prompt.

When the command window opens, type the following.

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 your system. The following
command will set the maximum amount of disk space used for the shadow
storage to 10GB.

vssadmin Resize ShadowStorage /For=C: /On=C: /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)

This command assumes that your system drive is C:

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"barglen" wrote in message
...
A good thought. Thanks.
I speculated that it could be something like that and that it will
stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another 1
to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months
old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
...barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is forrecovery
only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but haven't
seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen

Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan



  #7 (permalink)  
Old June 23rd 07, 06:32 PM posted to microsoft.public.windows.vista.performance_maintenance
Ronnie Vernon MVP
external usenet poster
 
Posts: 2,847
Default Hard Drive being gobbled

Barglen

Your welcome, enjoy.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"barglen" wrote in message
...
Thank you.
As soon as I used the disk cleanup on the restore points it recovered
18Gb.
Have since set the max to be 8Gb.
Great help, thank you.
--
regards
...barglen


"Ronnie Vernon MVP" wrote:

Barglen

The first thing I do after installing Vista and getting al of my software
installed is a bit of maintenance. I feel that the default 15% of a 500GB
hard drive (75GB) is a bit too much to reserve for restore points and
other
backups. Testing has shown that on a 500GB drive, 10GB is plenty of space
to
allocate for the built-in backups.

The following procedure is safe and can be used to restrict the amount of
disk space that is used.

First, free up all of your disk space by deleting all but the most
current
restore point. Go to Start/All Programs/Accessories/Disk Cleanup and you
will see the option there.

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 in the results, right click the cmd item
and
select the "Run as administrator" option. OK the UAC prompt.

When the command window opens, type the following.

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 your system. The following
command will set the maximum amount of disk space used for the shadow
storage to 10GB.

vssadmin Resize ShadowStorage /For=C: /On=C: /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)

This command assumes that your system drive is C:

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"barglen" wrote in message
...
A good thought. Thanks.
I speculated that it could be something like that and that it will
stabilise
in due course. So far I have 37Gb used of the 143Gb. But about another
1
to
3 Gb is being taken up each week.
15% of 143 would be about 21Gb so I suppose it could be Vista gradually
building up to that. Its still a relatively new system (about 2 months
old).
Not confident though.
Hence wondered if anyone else has a similar experience with Vista.
--
regards
...barglen


"Mike Brannigan" wrote:

"barglen" wrote in message
...
vista is installed on a laptop with 2 partitions - one is
forrecovery
only
and is not used.
The other is c drive and is 143Gb.
Free space on C seems to be diminshing by about 1 to 3 Gb each week.
i've searched for new files etc that might be the problem but
haven't
seen
any files that seem unusual.
Any clues as to what might cause this, or where to look/
--
regards
...barglen

Do you have system restore enabled ?
It can use by default up to 15% of your hard drive space.

--

Mike Brannigan




 




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

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



All times are GMT. The time now is 05:00 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.