So I have this 128 GB SSD and a 1 TB HDD. And I plan to install Ubuntu on this system that uses them.
Now all the info that I have found in here about similar problems, are usually with limited SSD space, but mine is pretty big. It is a Samsung 840 Pro 128 GB.
So my question is, what would be the intelligent way of partitioning my system in this case?
Obviously the /
will go on SSD. Then /home
and /swap
will go on HDD. But what else? Should I care about "/tmp" and "/var" also and move them on my HDD? How much size would it be smart to allocate for them then?
/swap
does "obviously" go to the HDD? Swap is basically the part of memory that doesn't fit in the memory, having fast access as in a SSD could be a good solution in case you need it (e.g. running an in-memory database or such). AFAIK,/swap
could be one of the best candidates for the SSD, how am I wrong? – Trylks Dec 30 '16 at 19:42