How can I find out why I suddenly lost 50 GB of storage?

0
5
Asked By CuriousCat77 On

I noticed that I lost 50 GB of available storage in just a single day after mostly sticking to routine updates and not installing anything new. I'm trying to understand what could have caused this significant drop in space. Can anyone suggest how I can troubleshoot this issue effectively?

4 Answers

Answered By DiskHunter58 On

Consider installing a tool like Filelight. It gives you a visual representation of your disk usage and helps track down what's taking up space easily. It’s a straightforward way to pinpoint any large files or directories that you might overlook.

Answered By DataDiva42 On

You might want to check if you accidentally sent files to the Trash. Sometimes, items can pile up there and consume a lot of space. It’s a good starting point and may help recover some of that lost space.

Answered By TechieJoe23 On

First things first, are you confused about memory versus storage? Check if you actually mean storage since Dolphin is a file manager and doesn't report on RAM. If that's the case, using commands like 'df' to check filesystem space and 'du -h' to list files by size can help you identify what's taking up your disk space. If there's a large discrepancy in the numbers from these commands, you might have some unlinked open files to investigate further.

Answered By MysteriousNerd89 On

I had a similar situation on Ubuntu where the /var/log/syslog file ballooned to several GB due to logging issues. You could use 'du -h' to investigate any unexpectedly large files or logs. Just be cautious; a large log file may signal a deeper issue that needs addressing.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.