When going to download or install something that takes much disk space, it’s better to first check if there’s enough free space left in your system.
This is super easy to do the job in Ubuntu & other Linux. And, I’m going to show you how in both graphical and command line ways.
Though the title said for Ubuntu, this tutorial works in most other Linux. The graphical way may vary depends on desktop environment, but the Linux command works in most, including Debian, Fedora, Arch, openSUSE.
Method 1: Most file manager displays the free space in Properties
In the pop-up dialog, it should display a line with info about the free space. You can also use the method by opening the ‘Properties’ dialog for any other storage devices, such as USB and external disk, to check free space for them.
Method 2: For choice, navigate to the Other Locations. Then check the volume available at /. It also shows the free and total sizes of all other mount-able disk volumes.
Method 3: Most Linux with GNOME desktop has a tool called “Disks“. User can search for and launch it from overview screen.
Launch Disk
The tool lists all the disk drives installed on your machine. By selecting a drive from left pane, you’ll see all volumes in it, including boot efi, swap area, and un-allocated space.
And, the one mounted at / or filesystem root is your Linux partition. Just see the size section for that volume to check free space.
Method 4: GNOME also has a Disk Usage Analyzer tool available out-of-the-box. With it, you can see the free space and total size of both system (/) and other volumes.
By clicking one volume in screenshot above, will open the page telling you that which files are eating your disk space. Then you can decide which files to remove or which apps to uninstall to free up space.
As far as I know, most Linux has a df
command line tool to report file system disk space usage.
Simply open a terminal window (for Ubuntu, press Ctrl+Alt+T
), then run command:
df -h
Then go check the line mounted on /, for total, free, and used volume space.
The command above printer sizes in powers of 1024. You may use -H
flag instead to use powers of 1000, hence the output numbers are bigger.
df -H
The post Tell How Much Free Space Left in Ubuntu 22.04 appeared first on Osgrove.
The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…
Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…
Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…
Focal Fossa will reach the End of Standard Support in May 2025, also known as…
Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…
Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…