0

I had a logical volume root that was 20GB and another logical volume (named Boobies, yes I know it's childish) with 200GB. I downsized the other to 100GB and extended the root to 120GB. lvs result

But the root directory is still just 20GB. df result

The root logical volume gets mounted as / in fstab. How do i get my system to recognize the resized root? Running arch btw

1 Answers1

1

You should extend the filesystem also.

For ext3,4 you can use command:

resize2fs /dev/mapper/central-root
Romeo Ninov
  • 17,484