Linux Logical Volume Extend Size
Hi, You can extend a volume size in linux by just following the commands below If you want to extend a size of volume /dev/mapper/volume-var to 400GB you need enter the following command. lvextend -L400GB /dev/mapper/volume-var O/P Extending... Continue reading →