Jump to content

SSD Space Vanishing?

Go to solution Solved by Max1000000th,

Thought I'd write a more comprehensive answer for those who might be having the same/similar problem.

 

Now before doing this, make sure you have tried the following:

Remove the page file from the SSD.

Store almost every program on a HDD, not the SSD (especially if low capacity).

Do not defrag the drive.

Use CCleaner (or equivalent) very often.

Reduce Recycle Bin Allocation.

Disable file indexing.

Uninstall un-necessary programs.

Disable system restore.

Disable Hibernation.

 

If capacity is still a problem, then you might share the problem I had (and still technically have, but I am able to manage it now)

 

Basically, Windows for some reason is either keeping a cache or copy of my AppData in said folder (see below). Not sure why, and not sure how to fix it. In the end I just created a batch file with the following commands and placed it in the startup folder:

 

@ECHO OFF
CLS
RMDIR /Q /S C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows
exit
 

Use at your own risk, but I haven't noticed any side effects as of yet, and by placing it in startup, it will mean that the folder should never get to big, as on every login, it will be cleared.

 

 

did you try space sniffer? run it as administrator and it should find those faulty files.

 

 

Right, thanks for the suggestion. SpaceSniffer currently sits at 67% and there is a windows folder called config that is eating 17.5 GB. I Investigated myself, and the problem seems not to be the config folder, but a subfolder called systemprofile. It has a back up of my app-data folder, which amounts to 28 GB. I haven't told windows to back this up, but seeing as it finds exactly the capacity I'm missing, I'm guessing this is the problem. I've linked a picture. After this post I will delete the folder and report back :)

 

 

I'm back and have good news!

 

For some reason, the AppData had been updated or something, and inside it was 28 GB in a windows folder, so I'm not sure if that is backed up AppData or and oddly placed windows Back Up.

 

Regardless, problem is fixed. I want to thank every one of you who have left comments and tried to help and have given advice. This is the first forum I have joined, and despite watching LinusTechTips for years, hadn't thought of joining, but thanks for making it a great experience. I am now wiser to the issue, If anyone knows how to stop windows from backing this up, feel free to post it in the thread or drop me a PM as I am very interested!

 

Thanks Again,

 

And until another problem,

 

Max

 

 

Hope this helps anyone with similar problems.

 

I will be putting this as the answer as I feel it is more comprehensive, but I have added the original as a quote.

 

Max

did you try space sniffer? run it as administrator and it should find those faulty files.

FX8320 4.2Ghz@1.280v& 4.5 Ghz Turbo@1.312v Thermalright HR-02/w TY-147 140MM+Arctic Cooling 120MMVRM cooled by AMD Stock Cooler Fan 70MM 0-7200 RPM PWM controlled via SpeedfanGigabyte GA990XA-UD3Gigabyte HD 7970 SOC@R9 280X120GiBee Kingston HyperX 3K2TB Toshiba DT01ACA2001TB WD GreenZalman Z11+Enermax 140MM TB Apollish RED+2X Deepcool 120MM and stock fans running @5VSingle Channel Patriot 8GB (1333MHZ)+Dual Channel 4GB&2GB Kingston NANO Gaming(1600MHZ CL9)=14GB 1,600 Jigahurtz 10-10-9-29 CR1@1.28VSirtec High Power 500WASUS Xonar DG, Logitech F510Sony MDR-XD200Edifier X220 + Edifier 3200A4Tech XL-747H 3600dpiA4Tech X7-200MPdecent membrane keyboardPhilips 236V3LSB 23" 1080p@71Hz .

               
Sorry for my English....

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-234145
Share on other sites

Link to post
Share on other sites

Right, running SpaceSniffer, but will likely take some time as I've been running it for 30 minutes and It just reached 54%. So, considering it is not far off midnight, I will post results in the morning. Thank you everyone who has helped so far and I hope the SpaceSniffer results are conclusive!

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-234286
Share on other sites

Link to post
Share on other sites

did you try space sniffer? run it as administrator and it should find those faulty files.

 

Right, thanks for the suggestion. SpaceSniffer currently sits at 67% and there is a windows folder called config that is eating 17.5 GB. I Investigated myself, and the problem seems not to be the config folder, but a subfolder called systemprofile. It has a back up of my app-data folder, which amounts to 28 GB. I haven't told windows to back this up, but seeing as it finds exactly the capacity I'm missing, I'm guessing this is the problem. I've linked a picture. After this post I will delete the folder and report back :)

post-21651-0-79440200-1369525150.png

post-21651-0-79440200-1369525150.png

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-234515
Share on other sites

Link to post
Share on other sites

I'm back and have good news!

 

For some reason, the AppData had been updated or something, and inside it was 28 GB in a windows folder, so I'm not sure if that is backed up AppData or and oddly placed windows Back Up.

 

Regardless, problem is fixed. I want to thank every one of you who have left comments and tried to help and have given advice. This is the first forum I have joined, and despite watching LinusTechTips for years, hadn't thought of joining, but thanks for making it a great experience. I am now wiser to the issue, If anyone knows how to stop windows from backing this up, feel free to post it in the thread or drop me a PM as I am very interested!

 

Thanks Again,

 

And until another problem,

 

Max

post-21651-0-40684000-1369526348.png

post-21651-0-40684000-1369526348.png

post-21651-0-40684000-1369526348.png

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-234555
Share on other sites

Link to post
Share on other sites

Thought I'd write a more comprehensive answer for those who might be having the same/similar problem.

 

Now before doing this, make sure you have tried the following:

Remove the page file from the SSD.

Store almost every program on a HDD, not the SSD (especially if low capacity).

Do not defrag the drive.

Use CCleaner (or equivalent) very often.

Reduce Recycle Bin Allocation.

Disable file indexing.

Uninstall un-necessary programs.

Disable system restore.

Disable Hibernation.

 

If capacity is still a problem, then you might share the problem I had (and still technically have, but I am able to manage it now)

 

Basically, Windows for some reason is either keeping a cache or copy of my AppData in said folder (see below). Not sure why, and not sure how to fix it. In the end I just created a batch file with the following commands and placed it in the startup folder:

 

@ECHO OFF
CLS
RMDIR /Q /S C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows
exit
 

Use at your own risk, but I haven't noticed any side effects as of yet, and by placing it in startup, it will mean that the folder should never get to big, as on every login, it will be cleared.

 

 

did you try space sniffer? run it as administrator and it should find those faulty files.

 

 

Right, thanks for the suggestion. SpaceSniffer currently sits at 67% and there is a windows folder called config that is eating 17.5 GB. I Investigated myself, and the problem seems not to be the config folder, but a subfolder called systemprofile. It has a back up of my app-data folder, which amounts to 28 GB. I haven't told windows to back this up, but seeing as it finds exactly the capacity I'm missing, I'm guessing this is the problem. I've linked a picture. After this post I will delete the folder and report back :)

 

 

I'm back and have good news!

 

For some reason, the AppData had been updated or something, and inside it was 28 GB in a windows folder, so I'm not sure if that is backed up AppData or and oddly placed windows Back Up.

 

Regardless, problem is fixed. I want to thank every one of you who have left comments and tried to help and have given advice. This is the first forum I have joined, and despite watching LinusTechTips for years, hadn't thought of joining, but thanks for making it a great experience. I am now wiser to the issue, If anyone knows how to stop windows from backing this up, feel free to post it in the thread or drop me a PM as I am very interested!

 

Thanks Again,

 

And until another problem,

 

Max

 

 

Hope this helps anyone with similar problems.

 

I will be putting this as the answer as I feel it is more comprehensive, but I have added the original as a quote.

 

Max

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-239321
Share on other sites

Link to post
Share on other sites

Do a disk cleanup and remove temporary files. IMO 60GB is way too small for a boot OS because Windows 7 alone uses almost 20-25GB.

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-239360
Share on other sites

Link to post
Share on other sites

Do a disk cleanup and remove temporary files. IMO 60GB is way too small for a boot OS because Windows 7 alone uses almost 20-25GB.

 

I've already solved the problem, plus in the original post I had said that I have done both of those. Plus, I have 31 GB free, so if you manage it well, it is easily enough space.

Link to comment
https://linustechtips.com/topic/19793-ssd-space-vanishing/page/2/#findComment-241464
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×