Edit: doing this has slowed down the computer. I don’t recommend it. I’m going to revert the changes.
I would like to move all the content of my home folder to an external drive to preserve the SSD from too many reads and writes when downloading stuff. Would it be safe to just move everything to /mnt/T/home
and symlink with ln -s /mnt/T/home /home/user
? The hard drive is configured to mount on system startup. I don’t know if this would generate issues with any program that may refuse to follow symlinks.
Maybe it’s safer to create a home partition and move it?
Removed by mod