Did you know that you can navigate the posts by swiping left and right?
In this post, I will show you how to use gparted to resize extended or LVM partition. Be a sysadmins, we have a lot of troubles relate to manage disk on linux. To make it easy, I often use Gparted which is a free partition editor for graphically managing your disk partitions.
First of all, we have to download gparted then insert and make first boot on CD. Below is an example, we are running out partition /dev/sda2 and want to extend unallocated volumn
lvextend –l +100%FREE [MOUNTPOINT]
then expand filesystem
sudo resize2fs [MOUNTPOINT]
Thanks