I have 256gb ssd and 1 tb hdd. I want to dual boot windows 10 and ubuntu 20.04 in ssd, putting all the downloads, documents and media files in hdd. I will create 2 partitions for each os in hdd and another one combined for both.
As I have read that separate /home partition is not required and it will be installed in /root so i wont create a /home partition. I am a beginner in linux so correct me if I'm wrong, /home partition or folder contains all the programs, downloads and documents. So I would like to have the downloads and documents in HDD. Also reading other threads it seems that making /home seperately in a hdd partitions will slow down booting or program loading.
I read this article https://itsfoss.com/dual-boot-hdd-ssd/ and the 4th option given there to "keep root as well as home on SSD. And you make a partition on the HDD and then soft link it to your Music, Videos and Downloads folder. This way, application-specific files like browser caching utilize the SSD and other big files stay on HDD." seems the best to me. But it mentions some problems "But this could be complicated to set specially with fast boot enabled on Windows which would mean special efforts to auto-mount the partitions." So how can it be done?