Here are terminal and GUI methods for checking the free disk space and disk usage on Linux. The simplest way to find the free disk space on Linux is touse df command. The df command stands for disk-free and quite obviously, it shows you the free and available disk space on Linux syste...
Find free disk space in Linux using a GUI tool To check the amount of free disk space on a Linux system using a graphical user interface (GUI) tool, you can use the Disk Usage Analyzer (also known as baobab) application. The Disk Usage Analyzer is a graphical tool that allows you to ...
As a Linux administrator, you must periodically check whichfiles and folders are consuming more disk space. It is very necessary to find unnecessary junk andfree it up from your hard disk. This brief tutorial describes how to find the largest files and folders in the Linux file system using ...
Determining your system’s disk space on Linux is achievable from the command line interface (CLI). This value can change depending on free/available space.
Disk label type: dos Disk identifier: 0x7e5db80f Device Boot Start End Blocks Id System /dev/sdf1 2048 9766911 4882432 83 Linux /dev/sdf2 18032550 25165823 3566637 83 Linux Total space 12.9 GB . You can usepartx -lcommand to list the partitions in order to find the used space and can...
Agedu – A Useful Tool for Tracking Down Wasted Disk Space in Linux BleachBit – A Free Disk Space Cleaner and Privacy Guard for Linux Systems How to Find the Size of a Directory in Linux 1.To obtain a summary of disk usage for a directory tree ‘/home/tecmint‘ and its subdirectories...
A Step-by-Step Guide on How to Use the df Command to Check Disk SpaceHere's a step-by-step guide on how to use the df command to check disk space −Open a terminal window − The first step is to open a terminal window on your Linux system....
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’...
How to Check the Disk Space on Rocky Linux We divided this section into two parts where we explain the different ways to check the disk space from both CLI and GUI approaches. The Command Line Approach There are a few commands you can use to check the disk space, so let’s take a lo...