How can I resize an LUKS encrypted system partition?
Is it as simple as resizing (shrinking more specifically) using a tool such as Gparted?
I found some guides, but they all assumed a LVM layer, which I don't have. I want to free some space so I can install another OS on my disk.
Here is the output of lsblk --fs:
sda
└─sda1
exfat 1.0 SP DS72 98E8-EFC2 327.8G 65% /media/unrestr1cted/SP DS72
sr0
nvme0n1
├─nvme0n1p1
│ vfat FAT32 8E04-3240 781.5M 27% /boot/efi
├─nvme0n1p2
│ crypto 2 6177513c-ef48-48d3-ae04-f3c9a2a5dd65
│ └─cryptroot
│ ext4 1.0 f89406fd-36e1-4199-a86c-521b4091d56a 176.3G 71% /var/snap/firefox/common/host-hunspell
│ /
├─nvme0n1p3
│ vfat FAT32 A400-E762
├─nvme0n1p4
│
├─nvme0n1p5
│ ntfs AA1603B616038295
├─nvme0n1p6
│ ntfs CE544B26544B109F
└─nvme0n1p7
ext4 1.0 boot a037f3de-9fa2-4c4c-837f-4798e9d1d96b 87M 81% /boot
lsblk --fsHow to do this depends on a few factors: some file system types cannot be reduced, and how to deal with the encryption layer.