Skip to content

Instantly share code, notes, and snippets.

View ashiwanikumar's full-sized avatar
🎯
Focusing

Ashiwani Kumar ashiwanikumar

🎯
Focusing
View GitHub Profile
@dPacc
dPacc / ec2-express.md
Last active March 17, 2024 16:55
EC2 - ExpressJS Server Setup with Custom Domain
@ashiwanikumar
ashiwanikumar / Complete Guide on Extending LVM with a New Disk and Reconfiguring OS Disk.md
Created July 12, 2024 18:37
Complete Guide on Extending LVM with a New Disk and Reconfiguring OS Disk

Complete Guide on Extending LVM with a New Disk and Reconfiguring OS Disk


Step 1: Scan for New Disks

To detect newly added disks without rebooting, use the following command:

echo "- - -" > /sys/class/scsi_host/host32/scan

Replace host32 with the appropriate host number if different on your system.