I have a Lenovo U410 with a 1TB HDD (ST1000LM024 HN-M101MBB) and a cache SSD (SanDisk SSD U100 24GB). I want to install Ubuntu 14.04 as the only operating system. I'm currently looking into the right way to use and partition the two drives.
I'm currently using a dual-boot system with Windows 8 where the Ubuntu partition uses 16GB on the HDD for the installation and has a different drive in common with Windows 8 for the home folder. I have found this 16GB to be on the limit since I have a lot of software installed. I therefore don't want to use the SSD for Ubuntu and have only the home folder on the HDD: just to be sure I won't run out of memory.
Now what are my options?
- Everything on HDD but home on SSD, as suggested here? I could have large files in a data partition of the hard disk, but configuration files of /home on the SSD.
- The operating system on SSD, but /swap, /usr and /home on HDD, as suggested here?
- Perhaps only have the system use the SSD to boot fast (if that's possible?)?
- Other options...?
And then there is this post which says I shouldn't trust a cache SSD as it's not intended to be reliable. Is that true? Is there a way to check if my cache SSD is suitable to run the OS or hold the home folder?
/
on the SSD (if it works) should mean it boots and loads programs quicker - though config files and the files you may want to load will be in/home
, there is often not as much to load (e.g. 3Mb of config files compared to 60Mb of program (depends on what it is as some gaming ones (steam urbanterror etc) 'install' in the home directory). The problem is that there might not be a definitive answer as this can vary from case to case and answer are often opinionated.... Have you tried using the SSD for cache and seeing if it made a difference? – Wilf Mar 14 '15 at 17:00