- Add volume
- fdisk /dev/volume
- Make primary partition with type 8e(lvm)
- # echo -e “n\np\n1\n\n\nt\n8e\nw\n” | fdisk /dev/volume
- pvcreate /dev/volume1
- vgextend volumegroupname /dev/volume1
- lvextend -l +100%FREE /full/vg/lv/path
- resize2fs /full/vg/lv/path
Created
December 16, 2014 11:08
-
-
Save nixmaniack/04aa262de1a8bb433d2d to your computer and use it in GitHub Desktop.
Extend LVM Volume
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment