Dec 24, 2021Automating LVM Partition using Python-Script.In Linux, Logical Volume Manager (LVM) is a device mapper framework that provides logical volume management for the Linux kernel. Most modern Linux distributions are LVM-aware to the point of being able to have their root file systems on a logical volume. we have attached external hard disks to the OS. STEP1: >>CREATE A SCRIPT IN PYTHON TO AUTOMATE THE LVM PROCESS HERE’S HOW TO WRITE THE CODE:-2 min read2 min read
Mar 14, 2021Integration of LVM with HADOOPWhat is LVM? LVM is a tool for logical volume management which includes allocating disks, striping, mirroring and resizing logical volumes. With LVM, a hard drive or set of hard drives is allocated to one or more physical volumes. …4 min read4 min read