Fading Coder

One Final Commit for the Last Sprint

Creating and Configuring LVM Logical Volumes on Linux

To begin, examine the current disk configurasion using fdisk -l. This command lists all available disks and their partitions. For example, you might see output similar to: Disk /dev/sdb: 500 GB, 500000000000 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 822528...

Automating LVM Expansion for System Partitions Using Cloud-Init Configuration

Automating LVM Expansion for System Partitions Using Cloud-Init Configuration Cloud-init is a widely used tool for initializing cloud instances, enabling automated configuration of system settings during boot. This article demonstrates how to configure cloud-init to automatically expand a system par...