I'm trying to resize a couple of my LVM partitions. I have one that is 850GB (/dev/mapper/cl-home) and one that is 50GB (/dev/mapper/cl-root). I'd like to make it so that cl-home is 750GB and cl-root is 150GB. I resized the partitions so that if I use system-config-lvm and look at the size cl-home appears as 750GB and cl-root is 150GB. However, if I do a df -h, both cl-home and cl-root appear as their old sizes (850GB and 50GB respectively). How do I make it so that I am able to see and use the resized partitions?
Thanks!