With a default Linux Mint installation, do the following after connecting the new hard disk to your computer, we will assume the new HDD is /dev/sda:
- sudo pvcreate /dev/sda
- sudo vgextend mint-vg /dev/sda
- sudo lvextend -l +100%FREE /dev/mint-vg/root
- sudo cryptsetup resize /dev/mapper/mint–vg-root
- Enjoy!
Source: https://blog.jamiebaldanza.org/2014/01/23/extend-encrypted-lvm-by-adding-new-physical-disk/