You are not logged in.
I am having this issue with my laptop where the root partition keep filling up forcing me to empty my pacman cache.
I want to merge the root partition with my home partition because I want to install more apps.
They both use ext4.
here is lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
zram0 254:0 0 2.8G 0 disk [SWAP]
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 1G 0 part /boot
├─nvme0n1p2 259:2 0 47G 0 part /
└─nvme0n1p3 259:3 0 428.9G 0 part /home
In Soviet Russia, the arch wiki reads you!
Offline
theres no easy way to merge them, one has to be deleted so the other can be resized, you can either use rsync to backup the whole system to another drive then repartition the drive and copy the system back, or move everything in /home to /home/home and rsync the / to /home then delete / and resize /home, id personally just use the 1st option since you need to backup everything anyway if you value your data, never mess around with partitions without backing up EVER.
Offline