I have 4 LVs, type is ext4.
i want to know how to safely extend them since they are all used for production.
from what i know the steps are.
1- Unmount.
2- extend.
3-resize FS
4-mount again
Are these steps correct or Is there something I am missing?