The Linux “du” (Disk Usage) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a machine. The du command has many parameter options that can be used to get the results in many formats. The du command also displays the files and ...
In this article, we covered various commands to check disk space usage in Linux. Thedfandpydfcommands provide an overview of storage usage, whileduhelps you see the space used by specific directories and files. We also discussed how to combine commands for more detailed analysis, such as usin...
If error message "NOCHANGE:partition 1 is size xxxxxxx. it cannot be grown" or "No space left on the block device" is returned, the expansion may be failed because the server disk is full (at 100% usage). Back up the disk data and clear unnecessary files or programs. Extend the file...
Many online tutorials recommend thedfcommand to use when checking for disk space usage on a Linux system. You can use this command to show disk usage and free disk space for a specific file system. Here’s an example of the output generated when running thedfcommand on an Ubuntu server. ...
Following is an example of commands that usel4t_initrd_flash.shto flash an encrypted rootfs to an NVMe SSD attached to a Jetson AGX Xavier series device: $ cd Linux_for_Tegra $ sudo ROOTFS_ENC=1 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \ -c ./tools/kerne...
However, when it’s time to free up some space on our machine we need to know specifically what files are taking up all the space. This is where we can make use of thelsandfindcommands. 5.1. Example Files First, let’s look at the directory tree that we are using in the following...
Per process network usage (Linux) Messaging about adverse system events, like errors in kernel ring buffer (Linux) Docker support ZFS (pool status) GPU utilization metrics for AMD GPUS Disk metrics like IO ops / latency Support Memory pressure Current Platforms Linux MacOS Planned Platforms BSD (...
Disk I/O and space usage issues are common causes of performance degradation in computing systems. Low system speeds can directly affect its ability to retrieve and store information on the disk. In this article, we’ll learn why disk I/O issues occur, what the Linux commands that can be ...
Chapter 01Linux disk management terminology Chapter 02File Management Commands in Linux Chapter 03Linux file system types explained Chapter 04Adding and removing hard disks in VMware Workstation Chapter 05List view and find hard disk names in Linux ...
Run the following commands to install nfs-kernel-server: sudo apt-get update sudo apt install nfs-kernel-server Create a shared directory. vim /etc/exports When you open/etc/exportsand need to create shared directory/sharedata, add the following configuration: ...