in many cases you could simply move the directory that is taking too much space to different directory then either make softlink or if that didnt work you can use mount --bind
for example if directory /var/cach/mygame is too big, move my game to /mnt/part2/mygames
then either do ln -s /mnt/part2/mygames /var/cach/ or mount --bind /mnt/part2/mygames /var/cach/mygames
the miunt option is not permanent so if it works, u will need to add it to /etc/fstab to make it permenent
Booted to live and used gparted. had to fiddle with un-encrypting/re-encrypting the partitions in order to move everything around correctly, but everything was successful.
nothing ended up needing to be updated in boot. systemd-boot is so basic that so long as the uuids don’t change, then it don’t care.
I’m currently daily driving Ubuntu 22.04 LTS. I didn’t think GNOME would be all my thing, but it’s really intuitive and has just enough options to satisfy all my desires (okay, I needed the gesture improvements extension for some of them).
It’s great to see GNOME focusing on what really matters. I think because they keep it simple to the user, they have more time to focus on important but harder to implement features rather than focusing on heavy customization (I love KDE too, don’t worry) But now I want to switch to Fedora or something bleeding edge, because of GNOME.
linux
Oldest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.