1

I had 37 GB free on my main OS drive (C:) in my 512 GB SSD hard-drive. I installed a 2nd 1 TB drive anticipating needing more disk space soon. Just in few days c:\ drive got full for no apparent reason. Only thing I did was updated visual studio (which I do regularly so shouldn't be that big).

I moved stuff from c:\ to the new d:\drive and uninstalled some unused apps too to free 30+ GB disk space.

Now my c:\ drive is again full with no updates that I have performed and no new software installed. I have hardly even used the PC during this time but my PC is always on.

So why is my disk getting full? How do I know what's happening?

Update

I installed/ran WinDirStat as suggested in comments here is the top folder sizes.

enter image description here

My Program Files folder is too big!

Further opening the Program files, MS SQL Server is literally taking all of the space! And digging further, its the log files it creates!

enter image description here

I don't even use SQL Server, I only installed it with Visual Studio and plan on learning but nothing yet.

So given that, do I need reconfigure SQL Server or uninstall it? The log files are crazy.

3
  • Not to be alarmist, but you may want to check the integrity of your files. I had an experience recently (within the last 2 years) where encryption malware (ransomware) was filling up my hard drive, apparently from bulk encrypting my personal files. Commented Nov 30, 2020 at 16:24
  • 1
    You will have to provide us enough information to diagnose your problem. I would download WizTree and provide a screenshot. Be sure to run the program as an Administrator otherwise you won't get accurate results.
    – Ramhound
    Commented Nov 30, 2020 at 16:49
  • @FormerlyPimpJuiceIT I did cmd steps (not sure about pwershell to autoclean up) and I did get back 7 GB back but still a lot more there. I don't have music or videos on my 512 GB C:\ drive and its still full with just applications, seems like something is wrong.
    – zar
    Commented Nov 30, 2020 at 17:09

1 Answer 1

1

So my problem was SQL Server whose log folders was taking up all the space and inside that it was the actually the dump folder which was 348 GB large so not exactly the log files. It has growing number .dmp files.

I had installed it (actually couple of times because first it failed) but never really used and don't have any critical data. There are signs the installation is wrong as I have two similar looking folders. Cleaning up and installing correctly should fix it.

enter image description here

1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .