https://askubuntu.com/questions/401503/resized-partition-with-gparted-size-with-df-h
Try running
lvextend -L +1G /dev/mapper/kvg-root
the +1G is however much space you are adding. Try doing +9G.
then do
sudo resize2fs /dev/mapper/kvg-root
No comments:
Post a Comment