Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|
|
Hard Drive being gobbled
microsoft.public.windows.vista.performance maintenance
|
|

06-21-2007
|
|
|
|
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
|
|

06-21-2007
|
|
|
|
Re: Hard Drive being gobbled
"barglen" <barglen@discussions.microsoft.com> wrote in message
news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
> 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
|
|

06-21-2007
|
|
|
|
Re: 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" <barglen@discussions.microsoft.com> wrote in message
> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
> > 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
>
>
|
|

06-21-2007
|
|
|
|
Re: Hard Drive being gobbled
"barglen" <barglen@discussions.microsoft.com> wrote in message
news:B285506E-7807-4252-B517-4363423FB376@microsoft.com...
>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" <barglen@discussions.microsoft.com> wrote in message
>> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
>> > 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.
|
|

06-21-2007
|
|
|
|
Re: 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" <barglen@discussions.microsoft.com> wrote in message
news:B285506E-7807-4252-B517-4363423FB376@microsoft.com...
>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" <barglen@discussions.microsoft.com> wrote in message
>> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
>> > 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
>>
>>
|
|

06-21-2007
|
|
|
|
Re: 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" <barglen@discussions.microsoft.com> wrote in message
> news:B285506E-7807-4252-B517-4363423FB376@microsoft.com...
> >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" <barglen@discussions.microsoft.com> wrote in message
> >> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
> >> > 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
> >>
> >>
>
|
|

06-22-2007
|
|
|
|
Re: 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" <barglen@discussions.microsoft.com> wrote in message
> news:B285506E-7807-4252-B517-4363423FB376@microsoft.com...
> >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" <barglen@discussions.microsoft.com> wrote in message
> >> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
> >> > 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
> >>
> >>
>
|
|

06-23-2007
|
|
|
|
Re: Hard Drive being gobbled
Barglen
Your welcome, enjoy.
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User
"barglen" <barglen@discussions.microsoft.com> wrote in message
news:8610EB4E-A57C-4421-A459-9821AC4530A0@microsoft.com...
> 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" <barglen@discussions.microsoft.com> wrote in message
>> news:B285506E-7807-4252-B517-4363423FB376@microsoft.com...
>> >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" <barglen@discussions.microsoft.com> wrote in message
>> >> news:26B98F1B-613E-4548-8059-96B8F6B52055@microsoft.com...
>> >> > 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 |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 07:52.
|
|