I have a Dell G5 notebook with two drives (256Gb SSD and 1Tb HDD). I use it only for Ubuntu 20.04 (no dual-boot) and intend to keep it that way. For the first installation, I was using the system entirely on the SSD and leaving the HDD only for data. However, I do need to use very demanding and space consuming applications such as Matlab and Xilinx Vivado, and I ran out of space very fast. However, they both use many system libraries, so I could not just install them in the HDD. So... I will need to do a new Ubuntu installation in such a way that I can profit a little more from the HDD space for this large apps. Since I am a newbie, I am asking for a little more insight of how should this be done and how should I build my system partitions so I don't need to do a fresh install again in the next few months
Thanks in advance
df -h
show? How large does / need to be. I like to keep /home inside / as the hidden user files are small. My / with /home is 8.4GB, but all data is in data partition(s). I used to have all my data on HDD with / on SSD. But newer larger SSD allows almost all my data on SSD, and HDD is now mostly for backup. If newer user, having / on SSD and /home on HDD is easiest as that sets mount, fstab entry & ownership & permissions. If you add data partitions, you have to do all that yourself Not really difficult but requires some terminal work. – oldfred Jan 22 '21 at 22:12