Disk

Check Your Disk Usage Using 'duf' Terminal Tool [Friendly Alternative to du and df commands]
How do I check disk usage in Ubuntu terminal? Which command is used to determine the disk usage? Why does df show bigger disk usage than DU? What's th...
How to check the free Disk space in elementary OS
Method 1 Using the Files App Step 1) Launch 'Files' from the 'Applications' menu. Step 2) In the left pane of 'Files', select the hard disk partition ...
How to Check Free Disk Space on Linux [Terminal and GUI Methods]
The simplest way to find the free disk space on Linux is to use df command. The df command stands for disk-free and quite obviously, it shows you the ...
How to check the disk space in Ubuntu 20.04 and 20.10?
The Disk GNOME utility comes pre-installed in Ubuntu 20.04 and 20.10. Search for 'Disks' in the 'Application Menu' and open it. The 'Disks' utility sh...
Check Disk Space Usage on CentOS
How do I check disk space on CentOS? How do I check disk space on Linux? How much space does CentOS take? How do I free up space on CentOS? How do I c...
How to Measure Your Disk Activity for Linux Web Server
How do I see Disk activity in Linux? How do I check disk IO utilization in Linux? How do I check my Iowait? How do I check my disk IOPS? What is disk ...
How to Format Disk Partitions on Linux
Formatting Disk Partition with NTFS File System Run the mkfs command and specify the NTFS file system to format a disk sudo mkfs -t ntfs /dev/sdb1. .....
How to Benchmark Hard Disks in Linux
Graphical method Go to System -> Administration -> Disk Utility. Alternatively, launch the Gnome disk utility from the command line by running g...
Tools for Monitoring Disk Activity in Linux
5 Tools for Monitoring Disk Activity in Linux iostat. iostat can be used to report the disk read/write rates and counts for an interval continuously. ...
Linux dd Command
dd is a command-line utility for Unix and Unix-like operating systems whose primary purpose is to convert and copy files. On Unix, device drivers for ...
How To extend/increase KVM Virtual Machine (VM) disk size
How do I expand my KVM disk? How do I increase the size of a VM partition? How do I increase the virtual hard drive size on a Linux virtual machine? H...
5 ways to check disk space on Ubuntu
In this post, we shall focus on five best methods, which include both Graphical and command-line methods. System Monitor. Disk Usage Analyzer. NCurses...