• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle














  • Your filesystem mountpoints are in /etc/fstab. Moving your home is a matter of adding a line there, with your other disk, and /home as mountpoint and rebooting or running “mount -a”. (You will probably want to ask around about the details when you decide to do it.)

    Also, as soon as you mount it, whatever is on /home will be masked. Don’t despair, it’s still there, but it’s better to rename it beforehand (“mv /home /home-old”) and create a new directory for it (“mkdir /home”).

    Running your system with a / and /home partitions only is perfectly fine. Don’t fall for the people that claim there’s a single right way to partition your disks.

    NVidia GPUs are notorious troublemakers. Expect to always have something about it in need of fixing.