GUI disk usage analyzers in Linux

0

For people who prefer visual representations, these GUI-based tools help you understand how your storage capacity is used.

Several excellent options for checking disk usage on your Linux system have a graphical interface. Sometimes the visual representation of disk utilization is easier, or newer users may not be as familiar with the various Linux commands that display storage information. I am a person who comprehends visual representations more easily than the printout on the command line.

Here are three excellent GUI-based tools to help you understand how your storage capacity is used.

GNOME Disk Usage Analyzer

My Linux Mint system relies on the GNOME Disk Usage Analyzer, which they call “Disk Usage Analyzer.”

The GNOME Disk Usage Analyzer is also known as Baobab. It scans folders and devices then reports the disk space used by each item. The graphical representation below is a report on my home directory. I can drill down into each directory by clicking on that item to learn more about the details of the files it contains.

Image by: (Don Watkins, CC BY-SA 4.0)

Click on any image to see the full-size version.

I clicked on my Downloads directory to display how much space files in that directory are consuming on my system.

Image by: (Don Watkins, CC BY-SA 4.0)

GNOME Disk Usage Analyzer is licensed under GPL 2.0. It is continuously developed, with the latest release in September 2023.

Filelight

There is another graphical option for the KDE desktop. It is called Filelight providing an exciting graphic of your Linux system. Initially released in 2004, the project has been under continual development. Its latest release was in March 2023, and the source code is available on GitHub under the GNU Free Document License.

Here is a snapshot of my Linux Mint desktop using Filelight.

Image by: (Don Watkins, CC BY-SA 4.0)

QDirStat

A third graphical option to consider is QDirStat. It is licensed with GPL v. 2.0 and can be installed on all Linux systems.

According to its developers, “QDirStat is a graphical application to show where your disk space has gone and help you clean it up.” QDirStat is available in packages for Debian, Ubuntu, Fedora, Arch, Manjaro, and SUSE.

Image by: (Don Watkins, CC BY-SA 4.0)

I easily installed QDirStat from the software manager in Linux Mint Cinnamon. It has an intuitive interface and provides a percentage of utilization of your file system.

The terminal

Of course, if you don’t enjoy graphical applications or need text output for a script, some commands analyze disk usage, too. The ‘du’ and ‘ncdu’ commands are easy to use and provide a different view (but the same information) of your file system.

Wrap up

Today’s storage devices are immense, but it is still necessary to be aware of how that capacity is used on your system. Whether you prefer command-line utilities or GUI tools, there are plenty of options available for Linux. Don’t let storage space issues get you down—start using these tools today!

Leave a Reply