LVM – Cheatsheat

Published on Author gryzli

Some useful LVM commands to me …      Logical Volume Operations Extending logical volume size:    # Change size of logical_volume to 100G  lvextend -L 100G /dev/volume_group/logical_volume    # Change the size of logical_volume to 100% free space in the Volume Group lvextend -l +100%FREE  /dev/volume_group/logical_volume    Volume Group Operations Add physical volume to… Continue reading LVM – Cheatsheat