Linux Commands Helper
💬 Your AI-powered Linux assistant
Category 4: Disk Management Commands
df Command - Report Disk Space Usage
The df command displays the amount of disk space used and available on filesystems.
Read More →fdisk Command - Partition Disk Drives
The fdisk command is used to create, delete, and manage partitions on a hard disk.
Read More →lsblk Command - List Block Devices
The lsblk command displays information about block devices in a tree-like format.
Read More →vgextend Command - Extend Volume Group
The vgextend command adds physical volumes to an existing volume group.
Read More →hdparm Command - Get/Set Hard Disk Parameters
The hdparm command is used to view and set hardware parameters of hard drives.
Read More →pvcreate Command - Initialize Physical Volume
The pvcreate command prepares a physical volume for use by LVM.
Read More →lvcreate Command - Create Logical Volume
The lvcreate command creates a logical volume within a volume group.
Read More →testdisk Command - Partition Recovery Tool
The testdisk command helps recover lost partitions and repair disks.
Read More →