Storage
How to configure iSCSI target on Ubuntu [Step-By-Step]
In this tutorial I will share the steps to create iSCSI target using Ubuntu 22.04 VM installed on Oracle VirtualBox.
Create & Manage Striped Logical Volume Linux [Step-by-Step]
How to create striped logical volume, How to convert striped to linear logical volume and vice versa, How to extend the size of existing striped logical volume
Create Mirrored Logical Volume in Linux [Step-by-Step]
LVM supports mirrored volumes. A mirror maintains identical copies of data on different devices. LVM ensures that data written to an underlying physical volume …
Manage Logical Volume in Linux - One STOP Solution
The Logical Volume Manager is a collection of one or more physical devices called Volume Group (VG), each physical device on the VG called a Physical Volume …
Beginners guide to how LVM works in Linux (architecture)
LVM stands for Logical Volume Manager which is made up of Physical Volume, Volume Group ad Logical Volume. It can be easily extended or even reduced at times
