less than 1 minute read

A default encrypted installation of standard distributions (manjaro, fedora, etc.) create LVM-LUKS volumes.

The process of resizing is easy.

  1. start live-cd system, e.g. gparted live-cd
  2. figure out LUKS partition (here we assume /dev/sdb1)
  3. decrypt volume: $ sudo cryptsetup open /dev/sdb1 cryptdisk
  4. use standard tools to resize partitions, e.g. gparted