You are not logged in.
Hi all,
I think I might have just made a big mistake. Right now everything looks ok but I am afraid I might be in trouble down the road.
My arch install is in a LV and I decided to give it some extra space after using the command lvresize. In particular I did:
lvresize -L +20G /dev/volgroup0/lv_root
However, I forgot to include the --resizefs command. Is this critical ? The output of lsblk shows that lv_root has indeed grown by 20G but maybe it is just fooling me and things will get ugly once I try to extend beyond the original size ? or maybe I will just be ok ?
Last edited by fistrosan (2020-04-08 21:05:45)
Offline
You grew the logical volume, but not the filesystem.
That just means that you will need to resize the filesystem manually.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Cool thanks. Just followed through and it seems everything is now in order. Thanks !
You grew the logical volume, but not the filesystem.
That just means that you will need to resize the filesystem manually.
Offline