Increase Space In Fedora
Increase Space In Fedora
NB: Remember to check where your fedora root and home partition is mounted by running fdisk
-l.
3. If you don't have any free VFree space, you can shrink your home partition and then extend
your root partition afterwards.
Introduction
I recently was in the need of extending the root partition size on my system and spent quite some time
figuring out the approach to follow in doing so without losing data.
My scenario was I wanted to shrink the /home partition and use that space to increase root partition
size. In this blog, I will be sharing how I was able to do the same quickly as possible.
Now we can add this extra space into the root using the same lvresize tool. But now instead of -
20G we will add +20G to root.
lvresize -L +20G --resizefs /dev/mapper/fedora_localhost--live-root
And that's it, reboot your system and login with your normal non-root user and you would have your
root size increased.