You are not logged in.
Pages: 1
I'm a noob so please explain clearly.
I've realized that I need a bigger root partition so I booted up a live usb and tried using gparted to grow the partition but it didnt let me due to it being encrypted.
Does anyone know how I could alternatively grow it without removing/tampering any existing data?
Any help appreciated.
Offline
You may be interested in this: https://semanticlab.net/sysadmin/encryp … partition/
It's for Ubuntu but probably will work for Arch as well so just do:
cryptsetup resize dm_crypt-3
pvresize /dev/mapper/dm_crypt-3
lvextend -l +100%FREE /dev/mapper/epiphany-root
resize2fs /dev/mapper/epiphany-rootAlways make sure to do a backup as something may always go wrong!
Offline
Pages: 1