this post was submitted on 19 Apr 2025
15 points (100.0% liked)

Linux

53752 readers
1732 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hey again.

Thank you again for all of the help with the dual boot and repartition a few weeks back. I am running Linux Mint.

I repartitioned the Linux side to about 25 GB and over the last few weeks just downloading updates, I guess it has filled up. It tells me there is only 75 MB left. Is that normal or can I free up room again?

Also, the printer no longer prints. It just hangs when I try to print. It shows up correctly as the HP Deskjet 3510 but won’t print. Any tips on how to fix?

top 3 comments
sorted by: hot top controversial new old
[–] spaghettiwestern@sh.itjust.works 6 points 1 week ago* (last edited 1 week ago)

Mint has a convenient desktop app included called Disk Usage Analyzer that makes checking what's using your storage space quick and easy.

  1. Check if you have Snaps enabled, and if they are taking up space
  2. 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.
  3. Don't use Snaps if that is the cause.
[–] notanapple@lemm.ee 4 points 1 week ago

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).