Mint has a convenient desktop app included called Disk Usage Analyzer that makes checking what's using your storage space quick and easy.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
- Check if you have Snaps enabled, and if they are taking up space
du -hsc /*
to get a fairly quick look at what directories holding the most data, then go deeper into each directory to figure out where everything is.- Don't use Snaps if that is the cause.
Updates taking that much space is a bit surprising. I used to run linux mint on a 20 gb partition and usually had 3-4 gb space free. Does Linux mint comes pre-installed with flatpaks (you check with flatpak list
)?
But 20 gb is on the very low side, you will run into issues on updates. You probably need to extend the linux partition by at least 10 gb.
For the printer issue, check the status of the cups service (sudo systemctl status cups
).