Ubuntu Disk Usage Analyzer There are quite a few ways to check the hard drive disk space in Ubuntu. Lets look at the most popular ones. 1) Using GUI in Gnome – Just go toApplications > Accessories > Disk Usage Analyzer. Open it and it will show you used and free disk space. Easy,...
/dev/loop: These are loop devices. You’ll see plenty of them while checking disk space in Ubuntu because of snap applications. Loops are virtual devices that allow normal files to be accessed as block devices. With the loop devices, snap applications are sandboxed in their own virtual disk....
In this guide, we will be showing you how to check disk space on Ubuntu using the terminal or GUI. There are a couple of ways that you can check the disk space on the Ubuntu operating system that we will be exploring. If you are running a version of Ubuntu that has a graphical ...
Checking the Disk Space from the Terminal There are many useful commands for checking the disk space from the terminal. In this section, we will discuss the df and du commands. Using the df command to check the disk space: The df (Disk Filesystem) command comes pre-installed on Ubuntu 20...
Check Disk Space In Ubuntu Terminal The “df” command is for “disk filesystem” and is a great tool to know about the disk space usage on Linux Systems. The df command displays the amount of disk space available on the file system. ...
Tocheck disk spaceinUbuntu 22.04, you can either use the “df” or “du” commands or the GUI applications such as “Disks” and “Disk Usage Analyzer”. The “df” and “du” command print out the summary of used and available disk space in the terminal, whereas the “Disk Usage Ana...
Check Disk Space on Linux using df The easiest and more popular way to check your disk space is to run the df command. $ df <options> If you run the “df” command, this is the output that you would get. ubuntu:~$ df Filesystem 1K-blocks Used Available Use% Mounted on ...
Checking Disk Space on Linux Using Terminal Commands Overseeing disk space usage in most operating systems is simple, with just one tool to rule them all. Things aren’t so cut and dry in Linux, as there are four different terminal commands to guide and assist with this requirement. That’...
After logging in, open a shell window (often referred to as a terminal). The easiest way to do so from a GUI like Gnome or Ubuntu’s Unity is to open a terminal application, which starts a shell inside a new window. Once you’ve opened a shell, it should display a prompt at the...
/dev/loop: These are loop devices. You’ll see plenty of them while checking disk space in Ubuntu because of snap applications. Loops are virtual devices that allow normal files to be accessed as block devices. With the loop devices, snap applications are sandboxed in their own virtual disk....