I have an SSD and an HDD,
I used to have my /home and swap partition on my HDD and my /root on SSD,
as Doktor mentioned
doktor5000 wrote:If I where you, put /, swap and a small /home on the SSD, and then add a symlink inside your /home to the HDD for folders where you need more space.
Otherwise the SSD benefits are wasted halfway.
It's better to move them on SSD and use a symlink,
I moved my swap to SSD, fixed fstab and ..., and finally it works just fine,
now I wanna move my /home and use a symlink,
How can i do so?
I found these two links useful, but I think there might be a better way to so so:
https://help.ubuntu.com/community/MoveMountpointHowto
https://help.ubuntu.com/community/Parti ... ome/Moving
thanks