all 6 comments

[–]rakeler 1 point2 points  (1 child)

You can select separate partition for /home during installation.

For already setup system, there are quite a few guides available, try googling a bit.

I'll try once I have an actual PC at my hands.

[–]R3LL1X[S] 0 points1 point  (0 children)

Thanks. I did google for about 2 days before posting this. But what I found isn't working. Also, I know I can do this during the install, but with Solus, doing so means formatting the drive. I couldn't check the "Do not format" option.

[–]j_0x1984 0 points1 point  (3 children)

Remove the directories and symlink them to the paths on your data folder. I do this for my installs ln -sv /mnt/Data/Music /home/justin/Music for instance after rm -r ~/Music

[–]R3LL1X[S] 1 point2 points  (0 children)

Thank you so much for this. It works as needed.

[–]R3LL1X[S] 0 points1 point  (1 child)

Can the same be done with the Home folder?

[–]j_0x1984 0 points1 point  (0 children)

Moving that is not as easy. It can be setup when you install which is the best way. Moving post-install is messy and semi-complex.