If you need to see the information represented in numbers of inodes, use the-i(inodes) option. An inode is a data structure used by Linux filesystems to describe files and to store metadata about them. On Linux, inodes hold data such as the name, modification date, position on the h...
However, whatisnifty about JDiskReport is that it offers a few different ways to view the same information. By default it displays disk space usage as a pie chart, but you can also view aTop 50list of largest files as well as distributions according to file size and file type. The one ...
To liberate disk space in Linux, begin by pinpointing the files or directories consuming the most storage. The du command can help you evaluate the space usage of particular directories. Once you have identified the directories or files that use a lot of disk space, you can delete, move, or...
Users who have switched recently to Linux or still learning it might be curious to know how to see the disk space usage for a file or folder using the terminal application in Linux. While it is easy to view the size with any graphical file manager app, it isn't so obvious via the ...
Thedf(diskfree) command lets you check disk space in Linux and shows the amount of space taken up by different drives. Run the following: df By default,dfdisplays values in 1-kilobyteblocks. The output has several columns: Filesystem. The structure used to organize data. This includes physi...
Install SpaceView Indicator for Ubuntu, a tool to check hard disk partitions and disk space on Linux Ubuntu Systems. Using the SpaceView Indicator for Ubuntu, you can check folder size and also free up disk space using the information. ...
Display disk space size in terms of inodes instead of blocks All file-related data in a Linux file system is stored in a data structure called an inode. To view Linux disk space inode information, type: df –i df –i –h Sample outputs Filesystem Inodes Iused Ifree Iuse% Mounted on ...
Learn How to Check Disk Space in Linux and Other Administration Tasks If you’re new to running Linux, there’s a lot to learn. Fortunately, there are also many resources for doing that. We are just one such tool. Others includethe Linux man-pages project, which provides a way to view...
Method 1: Checking free disk space in Linux with df command (and understanding its output) When you use the df command to check disk space, it will show a bunch of ‘file systems’ with their size, used space and free space. Your actual disks should normally be listed as one of the ...
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....