Hi I installed garuda in my 512GB nvme in my hp victus alongside of windows 10.
I checked the encrypt the system option in the install.
lsblk
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 100M 0 part /boot/efi
├─nvme0n1p2 259:2 0 16M 0 part
├─nvme0n1p3 259:3 0 292.4G 0 part
├─nvme0n1p4 259:4 0 86.8G 0 part
│ └─luks-6496f81f-c9c0-40a4-af0c-78786cc5b81d 254:0 0 86.8G 0 crypt /var/tmp
│ /var/log
│ /var/cache
│ /srv
│ /root
│ /home
│ /
└─nvme0n1p5 259:5 0 97.7G 0 part
└─bd 254:1 0 97.6G 0 crypt /home/wl/bd
Then I got 4 partition
EFI
Microsoft reserve probably
C drive main windows partion
Garuda
then i ran out of space in the main drive of garuda
so I shrink windwos drive and created a new partion but my garuda root and home partion is still fulll therefore I cant install any apps from pacman.
So is there anyway to extentd luks partion withouth lvm(idk anything about lvm I dont even know that it is setup in my system,)
Creating a new partition is not an action that will solve this issue on its own, you will have to take an additional action such as moving some files or even mount points. First though, is a separate partition what you want or do you want to make the existing partition larger?
Less problematic is to encrypt only what requires encryption.
But that is not the topic, it would be nice if you would follow the template and supply your garuda-inxi.
Your post has been edited to add code formatting. You can add this yourself when you post terminal output by adding three tildes (~) before and after the text
~~~
like this.
~~~
Hmm, this does not look right. There should be more mount points for the subvolumes, and the filesystem information you requested is all missing. I don’t even see / anywhere. Is this drive mounted correctly?