Resize encrypted LUKS volume
A default encrypted installation of standard distributions (manjaro, fedora, etc.) create LVM-LUKS volumes.
The process of resizing is easy.
- start live-cd system, e.g. gparted live-cd
- figure out LUKS partition (here we assume
/dev/sdb1
) - decrypt volume:
$ sudo cryptsetup open /dev/sdb1 cryptdisk
- use standard tools to resize partitions, e.g. gparted