TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Windows Vista All > Windows Vista - File Management

Notices

HUGE system volume Information

Windows Vista - File Management


Reply
 
Thread Tools Display Modes
Old 12-06-2008, 07:43 AM   #1
ACiD GRiM
Guest
 
Posts: n/a
HUGE system volume Information


I have a 198 GB HDD that has only ~3GB of space left. I cannot delete
any more data, i already did disk cleanup and deleted any non-critical
files. I did a disk analazyz and found that the system volume
information folder is taking up an enormous 89 GB of space that's almost
as large as the files I put on there (107GB). This is my server machine
(wndows server 2008) so there is not any system restore to reduce. Is
there anyway to safely reduce the space that this takes up.

A quick peak into the file tree shows that just one file takes up over
67 GB of space.

I'm also using Bitlocker on this and all drives.


--
ACiD GRiM
  Reply With Quote
Old 12-06-2008, 04:43 PM   #2
Richard G. Harper
Guest
 
Posts: n/a
Re: HUGE system volume Information

Server questions should be asked in a server newsgroup.

--
Richard G. Harper [MVP Shell/User]
* NEW! Catch my blog ...
* PLEASE post all messages and replies in the newsgroups
* The Website -


"ACiD GRiM" <> wrote in message
news:...
>
> I have a 198 GB HDD that has only ~3GB of space left. I cannot delete
> any more data, i already did disk cleanup and deleted any non-critical
> files. I did a disk analazyz and found that the system volume
> information folder is taking up an enormous 89 GB of space that's almost
> as large as the files I put on there (107GB). This is my server machine
> (wndows server 2008) so there is not any system restore to reduce. Is
> there anyway to safely reduce the space that this takes up.
>
> A quick peak into the file tree shows that just one file takes up over
> 67 GB of space.
>
> I'm also using Bitlocker on this and all drives.
>
>
> --
> ACiD GRiM


  Reply With Quote
Old 12-06-2008, 09:44 PM   #3
ACiD GRiM
Guest
 
Posts: n/a
Re: HUGE system volume Information


Oh, I forgot to mention that I connect the same drives to my x64 Vista
Ultimate install, and there is no mention that they are being monitored
by system restore, so there isn't a way for me to reduce the size that
way. If i took the pc off line and deleted any of these files what would
happen? I know its a really bad thing to do, but i could be mistaken
there. The only reason that I mentioned that I was using WinS 2K8 was
that I was that I thought It would help anyone helping try other things
than system restore, that's what I always see people suggesting
elsewhere and the threads go nowhere.


--
ACiD GRiM
  Reply With Quote
Old 13-06-2008, 06:43 AM   #4
Richard G. Harper
Guest
 
Posts: n/a
Re: HUGE system volume Information

Sorry I don't have a clue what to advise you given this scenario but I wish
you luck resolving it.

--
Richard G. Harper [MVP Shell/User]
* NEW! Catch my blog ...
* PLEASE post all messages and replies in the newsgroups
* The Website -


"ACiD GRiM" <> wrote in message
news:...
>
> Oh, I forgot to mention that I connect the same drives to my x64 Vista
> Ultimate install, and there is no mention that they are being monitored
> by system restore, so there isn't a way for me to reduce the size that
> way. If i took the pc off line and deleted any of these files what would
> happen? I know its a really bad thing to do, but i could be mistaken
> there. The only reason that I mentioned that I was using WinS 2K8 was
> that I was that I thought It would help anyone helping try other things
> than system restore, that's what I always see people suggesting
> elsewhere and the threads go nowhere.
>
>
> --
> ACiD GRiM


  Reply With Quote
Old 13-06-2008, 07:44 AM   #5
SCSIraidGURU
Guest
 
Posts: n/a
Re: HUGE system volume Information


ACiD GRiM;744419 Wrote:
> I have a 198 GB HDD that has only ~3GB of space left. I cannot delete
> any more data, i already did disk cleanup and deleted any non-critical
> files. I did a disk analazyz and found that the system volume
> information folder is taking up an enormous 89 GB of space that's almost
> as large as the files I put on there (107GB). This is my server machine
> (wndows server 2008) so there is not any system restore to reduce. Is
> there anyway to safely reduce the space that this takes up.
>
> A quick peak into the file tree shows that just one file takes up over
> 67 GB of space.
>
> I'm also using Bitlocker on this and all drives.


Copy the files to another hard drive. Format the hard drive and copy
the files back.


--
SCSIraidGURU

Michael A. McKenney
'www.SCSIraidGURU.com' ()

Supermicro X7DWA-N server board
pair of Intel E5430 quad core 2.66 GHz Xeons
16GB DDR667
SAS RAID
eVGA 8800 GTS 640 MB video card
  Reply With Quote
Old 13-06-2008, 07:44 AM   #6
ACiD GRiM
Guest
 
Posts: n/a
Re: HUGE system volume Information


Ok, I solved it thanks to a lucky post here mentioning vssadmin briefly.
That's all I needed to start trying out the command operators and
figured it out on my own. So for anyone who is having a similar problem,
much better than backing up your drives lol.

open up your command line and type


Code:
--------------------
vssadmin resize shadowstorage /for=<driveletter> /on=<driveletter> /maxsize=500MB
--------------------
500MB is the minimum, if you are using vista, disabling system restore's
shadow copy feature may delete all of the files (not just resize it),
and for server 2008 uninstalling the "server backup feature" may do the
same thing.

An example execution would be:


Code:
--------------------
vssadmin resize shadowstorage /for=x: /on=x: /maxsize=500MB
--------------------
the drive letter should be the same for both, and you can't leave one
operator out. after doing this, I gained over 80GB of HDD space back!
YEAH!


--
ACiD GRiM
  Reply With Quote
Old 14-06-2008, 06:42 AM   #7
Gerry
Guest
 
Posts: n/a
Re: HUGE system volume Information

Richard

For future reference:



--
~~~~
Regards

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~


"Richard G. Harper" <> wrote in message
news:...
> Sorry I don't have a clue what to advise you given this scenario but I
> wish you luck resolving it.
>
> --
> Richard G. Harper [MVP Shell/User]
> * NEW! Catch my blog ...
> * PLEASE post all messages and replies in the newsgroups
> * The Website -
>
>
> "ACiD GRiM" <> wrote in message
> news:...
>>
>> Oh, I forgot to mention that I connect the same drives to my x64 Vista
>> Ultimate install, and there is no mention that they are being monitored
>> by system restore, so there isn't a way for me to reduce the size that
>> way. If i took the pc off line and deleted any of these files what would
>> happen? I know its a really bad thing to do, but i could be mistaken
>> there. The only reason that I mentioned that I was using WinS 2K8 was
>> that I was that I thought It would help anyone helping try other things
>> than system restore, that's what I always see people suggesting
>> elsewhere and the threads go nowhere.
>>
>>
>> --
>> ACiD GRiM

>


  Reply With Quote
Old 26-06-2008, 02:02 AM   #8
ConcernedCitizen
Guest
 
Posts: n/a
RE: HUGE system volume Information

Do you have a licensed and legal copy of Windows Server 2008?

"ACiD GRiM" wrote:

>
> I have a 198 GB HDD that has only ~3GB of space left. I cannot delete
> any more data, i already did disk cleanup and deleted any non-critical
> files. I did a disk analazyz and found that the system volume
> information folder is taking up an enormous 89 GB of space that's almost
> as large as the files I put on there (107GB). This is my server machine
> (wndows server 2008) so there is not any system restore to reduce. Is
> there anyway to safely reduce the space that this takes up.
>
> A quick peak into the file tree shows that just one file takes up over
> 67 GB of space.
>
> I'm also using Bitlocker on this and all drives.
>
>
> --
> ACiD GRiM
>

  Reply With Quote
Old 26-06-2008, 02:02 AM   #9
ConcernedCitizen
Guest
 
Posts: n/a
Re: HUGE system volume Information

Do you have a legal copy of Window Vista Ultimate?

"ACiD GRiM" wrote:

>
> Ok, I solved it thanks to a lucky post here mentioning vssadmin briefly.
> That's all I needed to start trying out the command operators and
> figured it out on my own. So for anyone who is having a similar problem,
> much better than backing up your drives lol.
>
> open up your command line and type
>
>
> Code:
> --------------------
> vssadmin resize shadowstorage /for=<driveletter> /on=<driveletter> /maxsize=500MB
> --------------------
> 500MB is the minimum, if you are using vista, disabling system restore's
> shadow copy feature may delete all of the files (not just resize it),
> and for server 2008 uninstalling the "server backup feature" may do the
> same thing.
>
> An example execution would be:
>
>
> Code:
> --------------------
> vssadmin resize shadowstorage /for=x: /on=x: /maxsize=500MB
> --------------------
> the drive letter should be the same for both, and you can't leave one
> operator out. after doing this, I gained over 80GB of HDD space back!
> YEAH!
>
>
> --
> ACiD GRiM
>

  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 02:49 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional