![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
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 |
|
|
|
#2 |
|
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 |
|
|
|
#3 |
|
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 |
|
|
|
#4 |
|
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 |
|
|
|
#5 |
|
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 |
|
|
|
#6 |
|
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 |
|
|
|
#7 |
|
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 > |
|
|
|
#8 |
|
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 > |
|
|
|
#9 |
|
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 > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |