I am running 3 partitions in RAID 1.

Partition : Mountpoint : Filesystem : Encrypted : LVM
------------------------------------------------------
1         : /boot      : ext2       : No        : No
2         : /          : ext3       : Yes       : No
3         : /home      : xfs        : Yes       : Yes

It now happens that I have given the root of the system too few GBs; I would like to shrink the LVM (3) and give the root(2) more space. How can I do this safely without messing up the system? In what order do I have to resize the raid partitions, encryption, lvm, file systems?

link|improve this question
feedback

1 Answer

There is a detailed explanation here. I would recommend backing up your data before attempting it even if you know what you are doing just in case.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.