Home Linux Tips & Tricks Filelight – Visualize Disk Usage On Your Linux System

Filelight – Visualize Disk Usage On Your Linux System

Displaying Disk Usage In Colored Radial Layout Using Filelight

By sk
Published: Updated: 6.1K views

This brief guide explains what is Filelight, how to install Filelight in Linux, and then how to visualize disk usage with Filelight in Linux operating systems.

What Is Filelight?

Finding disk space usage is no big deal in Linux and Unix-like operating systems. We have a built-in command named du that can be used to calculate and summarize the disk space usage in minutes.

We also have some third-party tools like Ncdu and Agedu which can also be used to track down the disk usage. As you already know, these are all command line utilities and you will see the disk usage results in plain-text format.

Some of you'd like to view the results in visual or kind of image format. I know one such GUI tool to find out the disk usage details. Say hello to "Filelight".

Filelight is a graphical utility to visualize disk usage on your Linux system and displays the disk usage results in a colored radial layout.

Filelight is one of the oldest project and it has been around for a long time. It is completely free to use and open source.

Install Filelight On Linux

Filelight is part of KDE applications and comes pre-installed with KDE-based Linux distributions.

If you're using non-KDE distros, Filelight is available in the official repositories, so you can install it using the default package manager.

On Arch Linux and its variants such as Antergos, Manjaro Linux, Filelight can be installed as below.

$ sudo pacman -S filelight

On Debian, Ubuntu, Linux Mint, Pop OS:

$ sudo apt install filelight

On Fedora:

$ sudo dnf install filelight

On openSUSE:

$ sudo zypper install filelight

Visualize Disk Usage With Filelight In Linux

Once installed, launch Filelight from Menu or application launcher.

Filelight graphically represents your filesystem as a set of concentric segmented-rings.

Visualize Disk Usage With Filelight On Linux

Visualize Disk Usage With Filelight On Linux

As you can see, Filelight displays the disk usage of the / and /boot filesystems by default.

You can also scan the individual folders of your choice to view the disk usage of that particular folder. To do so, go to Filelight -> Scan -> Scan Folder and choose the folder you want to scan.

Filelight excludes the following directories from scanning:

  • /dev
  • /proc
  • /sys
  • /root

This option is helpful to skip the directories that you may not have permissions to read, or folders that are part of a virtual filesystem, such as /proc.

If you want to add any folder in this list, go to Filelight -> Settings -> Scanning and click "add" button and choose the folder you want to add in this list.

filelight settings

filelight settings window

Similarly, to remove a folder from the list, choose the folder and click on "Remove".

If you want to change the way filelight looks, go to Settings -> Appearance tab and change the color scheme as per your liking.

Each segment in the radial layout is represented with different colors. The following image represents the entire radial layout of / filesystem. To view the full information of files and folders, just hover the mouse pointer over them.

filelight disk usage detailed view

filelight - disk usage detailed view

You can navigate around the the filesystem by simply clicking on the respective segment. To view the disk usage of any file or folder, just click on them and you will get the complete disk usage details of that particular folder/file.

Not just local filesystem, Filelight can able to scan your local, remote and removable disks. If you're using any KDE-based Linux distribution, it can be integrated into file managers like Konqueror, Dolphin and Krusader.

Unlike the CLI utilities, you don't have to use any extra arguments or options to view the results in human-readable format. Filelight will display the disk usage in human-readable format by default.

Conclusion

By using Filelight, you can quickly discover where exactly your disk space is being used in your filesystem and free up the space wherever necessary by deleting the unwanted files or folders. If you are looking for some simple and user-friendly graphical disk usage viewer, Filelight is worth trying.

Resource:

You May Also Like

5 comments

DGG September 13, 2018 - 5:55 pm

Yet another application that fills out a much-needed gap in the Linux world. Let’s reinvent the wheel – for the umpteenth time.

Reply
Marshall Neill September 13, 2018 - 6:53 pm

I suppose it’s a nice application but why the h*** does it have to bring in half the world of KDE. That is the main problem with any non-base KDE programs.
Dolphin is the same way as many other subsidiary progrmans

Reply
Jalal Hajigholamali September 17, 2018 - 9:00 am

Hi,

Thanks a lot

this package is not available under Centos 7
.

Reply
Ievgen Sobko September 18, 2018 - 5:40 pm

Thanks for reminding me of this tool.
I’ve used it for some time but after a few reinstallations forgot a name of it, so started using Baobab. It is Gnome equivalent of Filelight.

Reply
Boldos September 25, 2022 - 5:15 pm

But, but…..
We already have this? In Gnome?
Re-inventing the wheel again…

Reply

Leave a Comment

* By using this form you agree with the storage and handling of your data by this website.

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

This website uses cookies to improve your experience. By using this site, we will assume that you're OK with it. Accept Read More