7.module LVM
7.module LVM
7.module LVM
LVM (Logical Volume Management) is basically a tool that provides logical volume
management for the Linux kernel. It is being introduced simply to make physical
storage device management easier. It also includes allocating disks, striping,
mirroring, resizing logical volumes. Its main advantages are increased abstraction,
flexibility, and control. It simply allows for flexible disk space management. It is
especially required to resize the size of the file system online. In Linux, the size of
the LVM partition can be extended using “lvextend” command
[root@localhost ~]#
4
4
45
Verifying Volume Group :
[root@localhost ~]#
[root@localhost ~]#
4
46
Formatting Logical Volume :
4
6
47
Extending “/dev/mydata/itdept” Logical Volume Size:
4
7
/dev/sdb2 367 610 1959930 83 Linux
[root@localhost ~]#
Step2 : Create a physical volume :
[root@localhost ~]#
4
8
Block device 253:0
[root@localhost ~]#