How to Extend logical volume | Online resizing | Live demo

Опубликовано: 28 Сентябрь 2024
на канале: Technical Lab
791
51

In this tutorial, we shall learn to extend our logical volume online without hampering our work. We shall increase the size of LV without un-mounting it.
Here are the notes:
#lvm
#lvm2
#lvextend
#resizing


1. check availabe space in vg
vgsiplay
2. check the the mounts
df -h

3. extend Logical volume
lvextend
4 resize Filesystem
resize2fs -f /dev/vg1/
5. check the filesystems again


Please subscribe to my youtube channel for such tutorials

Please watch the split a file by line number here:
   • Split utility in Linux/Unix : to brea...  

Split utility in Linux/Unix : to break huge file into small pieces
   • Split utility in Linux/Unix : to brea...  

How to keep sessions alive in terminal/putty infinitely in linux/unix : Useful tips
   • How to keep sessions alive in termina...  

Random value generator and shuffling in python
   • Random value generator and shuffling ...  

Intro to class in python
   • Introduction to Class in python  

Lists, tuples, dictionary in python
   • Introduction to Lists, tuples and dic...  

Python basic tutorial for beginners
   • Python basics tutorial for beginners  

Python basics tutorial for beginners part 2 -variables in python
   • Python basics tutorial for beginners ...  


Vi editor basic to advance part 1
   • VI editor basic to advanced : Part 1  

Vi editor basic to advance part 2
   • VI editor basic to advanced tutorial ...  

Keyboard remapping in linux, switching keys as per your own choice
   • Keyboard remapping in linux, switchin...  

How to install/open an on sceen keyboard in Linux/Unix system
   • How to install/open an on sceen keybo...  

Python IDE for windows , linux and mac OS
   • Python IDE for windows , linux and ma...  

How to record screen or sessions in Linux/Unix
   • How to record screen or sessions in L...  

How to download and install PAGE GUI builder for python
   • How to download and install PAGE GUI ...  

Create a basic Login page in python using GUI builder PAGE
   • Create a basic Login page in python u...  

Working with RadioButton in python in PAGE builder
   • Working with RadioButton in python in...  

Basic program on Multithreading in python using thread module
   • Basic program on Multithreading in py...