(Msg. 1) Posted: Wed Jun 11, 2008 7:49 pm
Post subject: HUGE system volume Information Archived from groups: microsoft>public>windows>vista>file_management (more info?)
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.
(Msg. 2) Posted: Thu Jun 12, 2008 5:57 am
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Server questions should be asked in a server newsgroup.
"ACiD GRiM" <guest RemoveThis @unknown-email.com> wrote in message
news:e4fa293bce82447dd879ecd6f32b2217@nntp-gateway.com...
>
> 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
(Msg. 3) Posted: Thu Jun 12, 2008 9:36 am
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
(Msg. 4) Posted: Thu Jun 12, 2008 7:08 pm
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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' (http://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
(Msg. 5) Posted: Thu Jun 12, 2008 7:51 pm
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Sorry I don't have a clue what to advise you given this scenario but I wish
you luck resolving it.
"ACiD GRiM" <guest DeleteThis @unknown-email.com> wrote in message
news:9ff660cdecbe02f582de1632c2fd662a@nntp-gateway.com...
>
> 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
(Msg. 6) Posted: Thu Jun 12, 2008 7:51 pm
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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!
(Msg. 7) Posted: Sat Jun 14, 2008 12:11 am
Post subject: Re: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
"Richard G. Harper" <rgharper DeleteThis @email.com> wrote in message
news:91C9CD57-A9A3-470A-B1EC-D7E3ABC5D5D8@microsoft.com...
> 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] rgharper DeleteThis @gmail.com
> * NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/ > * PLEASE post all messages and replies in the newsgroups
> * The Website - http://rgharper.mvps.org/ >
>
> "ACiD GRiM" <guest DeleteThis @unknown-email.com> wrote in message
> news:9ff660cdecbe02f582de1632c2fd662a@nntp-gateway.com...
>>
>> 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
>
(Msg. 8) Posted: Tue Jun 24, 2008 7:30 am
Post subject: RE: HUGE system volume Information [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
>
All times are: Eastern Time (US & Canada) (change) Goto page 1, 2
Page 1 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum