Hello,
I have encrypted TW installed on 1TB SSD.
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
└─nvme0n1p2 259:2 0 931G 0 part
└─cr_nvme-eui.e8238fa6bf530001001b448b4bf7cf83-part2 254:0 0 931G 0 crypt
├─system-swap 254:1 0 2G 0 lvm [SWAP]
└─system-root 254:2 0 929G 0 lvm /var
/usr/local
/srv
/root
/home
/opt
/boot/grub2/x86_64-efi
/boot/grub2/i386-pc
/.snapshots
/
blkid
/dev/mapper/system-root: UUID="1ac05f60-24d3-4df4-a60d-5d5f90f1a5f2" UUID_SUB="4507c579-7535-40bc-9311-cb3a2d4c924b" BLOCK_SIZE="4096" TYPE="btrfs"
I want to shrink system-root to 200GB. I cant find GUI app that can do that.
I have found some cmd tutorials but nothing with btrfs that I trust.
cryptsetup luksOpen /dev/nvme0n1p2 cryptdisk
vgscan --mknodes
vgchange -ay
I have booted live gparted, decrypted disk and activated LVM.
What to do next from cmd or is there app with GUI that can do that?