I have always kept my personal files on a separate drive, and then deleted the folders in ~/ (such as Documents, Downloads) and replaced them with links to their respective counterparts in my media drive. But this has not been robust -- Firefox often recreates ~/Downloads, and other small problems. I recently saw a comment here about having a partition just for the home folder, and was interested.

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 7 hours ago

You don't have to do a reinstall. The configuration file for mounting partitions on boot is /etc/fstab

You simply add a line to the fstab file which tells the distro to mount the partition to /home on boot. The line must contain the ID of the partition.

https://wiki.archlinux.org/title/Fstab

https://wiki.debian.org/fstab

  • source