Squishy
The Volume Shadow Copy can be important in preventing data loss. I would
recommend that you do not disable it.
If you want to keep this safety net in place, here's how.
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 Program, right click the cmd item and
select "Run as administrator" option. OK the UAC prompts.
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 5GB)
This command assumes that your system drive is C:
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User
"squishy" <(E-Mail Removed)> wrote in message
news:qWK3i.5368$(E-Mail Removed)...
>
> "Ray" <(E-Mail Removed)> wrote in message
> news:92BB6F18-986A-42F6-859A-(E-Mail Removed)...
>> Am running three 750GB drives that have 698GB free after formatting (into
>> "vanilla" NTFS without RAID), but only C: appears to be effected by this
>> problem.
>>
>> After initial Vista Ultimate and applications installation onto C: it had
>> 670GB free, but that has now steadily dropped to 565GB (after clean-up,
>> defrag, etc.). Most of the utilities I have tried show only 32GB on C: as
>> even being "occupied." Disk Management (in the Vista Administrative Tools
>> menu) is the exception, it shows 133GB as being used but provides no clue
>> what that comprises.
>>
>> Anybody have suggestions what is going on?
>
> It's most likely Vista's Shadow Copy.
>
> http://technet2.microsoft.com/Window....mspx?mfr=true
>
> It keeps copies of all of your folders and files in case you want to
> revert to an older copy.
>
> Thank God we can cut it off.
>
> squishy
>
>