I used gparted to resize a partition successfully, but it does not allow me to shrink it as much as I would actually like.
I think it's because of the Minimum size.
Is there a possibility to reduce the Minimum size value to shrink the partition further than currently allowed?
@Tom Yan: It says: Failed to find physical volume "/dev/nvme0n1p3". Correct: I have LVM on LUKS. But I managed to reduce to Minimum size. You write: You might need to shrink the PV.... Can you provide a link or explain in detail. Thanks a lot



sudo parted -lpvdisplay -m /dev/nvme0n1p3. (It seems that you have LVM on LUKS (or maybe plain dm-crypt, idk) though. I wonder if gparted support shrinking that at all. You might need to shrink the PV and then the "crypt" then the partition step by step manually with appropriate commands respectively.)