I'm trying to install Ubuntu 18.04 on my computer. I have an SSD and an HDD. I want to install the Ubuntu root / on my SSD (and my swap too), but install my /home on my HDD.
I didn't find how to do it during the Ubuntu install, so I installed Ubuntu on my SSD and I'm trying to move /home to my HDD.
What I have done:
Created an ext4 partition for my newHome with GParted.
Then sudo mount /dev/myNewPartition /media/stockFolder
Then sudo cp -av /home/. /media/stockFolder
I'm in trouble because Alt+F2 and gksudo nautilus don't work (command not found), but I need it to rename /home in /oldHome and then mkdir /home and mount /dev/myNewPartition /home and cp -av /media/stockFolder/. /home
If there is a solution to do it during installation it would be nice. Please help me to run gksudo nautilus?