|
| ||||||||||
| Tags: hard drive, system restore, system volume information, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How can I delete System Volume Information on non important drives...please help!!
|
|
#2
| |||
| |||
|
I think you will need some good partition manager tool here which can help you fixing the problem that you are facing. System volume information here just stores the restore point of pc. And it is not really having something great. How it can occupy 8GB of the space. It is essential that you must simply check properly to find out that any other app or files are not using the same. Try to find out some kind of relative software which can fix the issue you are facing. |
|
#3
| |||
| |||
| Thanks for the tip on the System Information folder
Your link helped me as well Kaylene. FYI for everyone, in case you don't remember, the system restore also stores unwanted programs. McAfee located a PuP (potentially unwanted program) called PuP.j in the system restore folder. I'm sure it's the one that has been eating up my bandwidth and causing my system to act quirky. I've decided, and making a suggestion to you readers, to disable permanently the Windows System Restore functionality and instead rely on software which makes a system image backup. This type of data backup and restore is used by large networks in industries where data integrity and storage are crucial. It may take longer than a Windows System restore and you have to be responsible for remembering when to do it, but this way you can keep in consecutive order each system image backup, by date, and select the one you want for backup. If you are concerned about how long it takes to make a system image for restore, start it before you go to bed. |
|
#4
| |||
| |||
|
What I know about System Restore is that it is never designed to be used like an some kind of backup alternative. It is very necessary that your system must have a good backup strategy. It is very important for protecting the data in your system. Here System Restore as the name suggest is a nice tool which replace system type files and the registry when there is some problem or when they are damaged or corrupted. And it wll not touch the user data. |
|
#5
| |||
| |||
| Re: How can I delete System Volume Information on non important drives...please help!!
Sorry to Bump thsi old thread. I've been dealing with a similar problem. however. After i turned of Sys restore and deleted the folder, it re-created itself and i didnt have the permission to open/view/delete. So i rebooted in safe mode, and added users\administrators as a permission and deleted it again. upon reboot it re-creates itself. I'm currently runnign XP on the 3rd Install after format day2 Vs virus running Nod32 and AVG which are not detecting anything other then a periodic small virus that they are deleting. the original virus that i noticed was called virut, which was cloging my sockets so i couldn't update anti virus or get online. |
|
#6
| |||
| |||
|
I assume you have turned off the System Restore service on your XP computer. You can then download a program called WinDirStat from Download.com. After you install this program, fire it up. The program will list out all your hard drives folders as well as in graphical form. You can then access the System Volume Information folder. Just highlight the "_restore{ .....}" folder and then go to the menu to choose "delete". Then the folder will be deleted. Just a remark, you can even select to delete to recycle bin or permanently. (Of course, logically no one will leave the files in the recycle bin because our objective is to get rid of all such files and reclaim the space on the hard drives.) You have no need to restart your computer after deleting the restore point data files. I came across this problem and found nothing really useful, but finally I found easy solution. So here's my share I use this batch to conserve space on flash drives etc...: Code: X: echo y|cacls "System Volume Information" /T /P Everyone:F echo y|rd /s "System Volume Information" pause If you have localized windows, you will have to replace "y" for equivallent letter for "yes" in your langauge. Other cool trick, how to gain some extra space, is to use 64kB clusters, if you intend to store only large files (movies on flash drive for example) and set ntfs log (which has normally around 60 megabytes) to minumum: Code: format X: /fs:NTFS /a:64k /q chkdsk X: /l:2048 For me this works fine, but use at your own risk |
|
#7
| |||
| |||
|
i think this is the most loser question to ask... when someone ask a favor and question your knowledge whether you know how to do it... someone else is asking why you want to do it? There is no WHY for others, it is only WHY in yourself. you help nobody.. How you want to clean your desk may not as clean as others want their desk to be clean! I think you should find the answer and show what you can before you ask WHY. Please correct this code. Code: X: cd\ echo y|cacls "System Volume Information" /T /P Everyone:F echo y|rd /s "System Volume Information" pause If you have localized windows, you will have to replace "y" for equivallent letter for "yes" and "Everyone" in your langauge. |
|
#8
| |||
| |||
|
There are some very nice batch and it works. I do not bother on the root but I hate MS touching all external devices. MS options and solutions never worked on my Pro SP1-3, hence making me very suspicious SVI being a necessity for a third gain. |
|
#9
| |||
| |||
|
You just dont need to lookup and command any software. Unhide All your files and remove system protected files check as well. then just Click Start >> RUN, Browse >> Drive:\System Volume Information you will able to see all the folders like restore or some sort of numbers, open it then delete all folders one by one, you just cant delete all folders at same time due to the singal activity of RUN Command. There will be last directory that cant be deleted because of running state. but you have to take no worry about it ! Free your Drive.. There is no need to remove them from internal drives, but it is a must for removable drives. There is no other way to keep Windows from stuffing them up with undisclosed content if you connect them to different computers. Here you go: a) $Recycle.Bin: - set "don't move files to recycle bin" for that drive; - rename $Recycle.Bin to something else; - create empty file with a name $Recycle.Bin; - delete renamed directory for good b) System Volume Information: - disable system restore for that drive; - disable indexing for that drive; - make sure there is no data encryption; - assume ownership and allow all access; - if it is not freshly formatted drive, SVI is used by some svchost process. I killed it by Unlocker under XP, but there are other ways (safe mode, repair prompt); - delete that directory for good; - create empty file with a name "System Volume Information" Two empty files are necessary to prevent Windows recreating directories. Make them "system" and "hidden" to keep out of sight. To the people who say "do not touch" instead of helping: - Yes, you can prevent Windows to fill up that directories only on your internal drives. What about removable drives? - For removable drives, there is absolutely NOTHING OF VALUE in that directories. |
|
#10
| |||
| |||
| Re: How can I delete System Volume Information on non important drives...please help!!
After struggling with all the previous responses and the justifiable bickering, I was ready to give up - that is until I read your email. Prior to this, no matter what I did, these directories kept magically reappearing on me. Your steps, though somewhat vague in areas, pegged the mark right on, literally hit the nail on the head - so far. Great solution. Really though, someone should not have to go thru these steps to obtain their desired outcome. Now, I'm running Norton Ghost to back up my current internal harddrive to my external harddrive, and also want to create a restore point on my external harddrive as well (I'm increasing my current internal harddrive to a bigger size, and don't want to lose its current configuration and installations). Hopefully, my new hidden files on my external drive, does not screw things up for me. |
|
#11
| ||||
| ||||
| Re: How can I delete System Volume Information on non important drives...please help!!
I Vista, and my SVI files amounted to 41 gb. I tried many different way to delete them, but to nothing worked. So here's what I did. 1 turn off the system restore. 2 reboot & check to see if the files gone. If so then good. 3 turn restore back on and create a new system restore file for peace of mind. This works on XP also. |
|
#12
| |||
| |||
| Re: How can I delete System Volume Information on non important drives...please help!!
@ Big_E65 Big_E65 sorry mate, but did you read the thread starters question properly? on top your answer does not make sense either way - why shall someone want to create that carp folder to get it filled with carp eventually??? regards |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How can I delete System Volume Information on non important drives...please help!!" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 43 GB System File in System Volume Information on 160 GB partition | BUKSIS | Vista Help | 6 | 21-01-2011 04:06 PM |
| System Volume Information FILES can be delete or remove? | rogeryu | Operating Systems | 1 | 23-01-2010 02:56 PM |
| Delete Backup Copies of System Volume Information? | Pamina | Windows XP Support | 2 | 21-05-2008 09:19 PM |
| How to safely delete all System Information Volume content/System restore points ? | Cris Han | Windows XP Support | 2 | 19-03-2007 12:27 AM |
| delete "system volume information" | Arlo1 | Vista Help | 2 | 06-02-2007 02:54 AM |