Create & Manage Striped Logical Volume Linux [Step-by-Step]
Striped Logical Volumes - Overview When we create a Linear logical volume, the LVM assigns a range of physical extents to an area of a logical volume in order. It could be a single disk
This covers topics and articles related to Storage in Linux.
Striped Logical Volumes - Overview When we create a Linear logical volume, the LVM assigns a range of physical extents to an area of a logical volume in order. It could be a single disk
Mirrored Logical Volumes - Overview LVM supports mirrored volumes. A mirror maintains identical copies of data on different devices. LVM ensures that data written to an underlying physical volume is mirrored onto a separate physical
Overview on Logical Volume Manager The Logical Volume Manager (LVM) provides tools to create virtual block devices from physical devices. LVM is a collection of one or more physical devices called Volume Group (VG), each
In this tutorial I will share step by step instructions to create LVM during installation stage with Red Hat Enterprise Linux (RHEL) and CentOS. For beginners it can be overwhelming to see so many options
In this tutorial we will learn about Logical Volume Manager i.e. LVM used in Linux and Unix. In the early days of Linux servers, storage was handled by creating partitions on disks. Even if this
In this article I will share different commands which can be used to check the hard drive (disk) type in your Linux environment. I have verified these commands on RHEL/CentOS Linux so if you are
In this article I will share Step-by-Step DRBD 9.0 Installation and Configuration Guide on CentOS 8 using KVM based Virtual Machines. Below topics will be covered in this DRBD Tutorial DRBD Installation Configure global DRBD
In this article we will learn How to recover LVM2 partition (Restore deleted LVM) How to restore PV (Physical Volume) in Linux How to restore VG (Volume Group) in Linux How to restore LVM metadata
In this article I will give you and overview on Linux LVM snapshot backup and restore and cover below topics relatd to LVM Snapshots: Overview on LVM Snapshots Comparison between LVM1 and LVM2 Snapshots Create,