I have a 512 GB SSD and a 1 TB HDD on my laptop. I already have Windows 10 installed on this machine and I am about to install Ubuntu 18.04 along with it. I have 214 GB of unallocated space in the SSD and 488 GB of unallocated space in the HDD, which I can use for Ubuntu.
I am planning to dedicate 100 GB from the SSD for /
. Now, I am a bit confused about /home
. I want to use rest of the unallocated space in SSD and all the unallocated space in HDD for /home
. I have two options:
1) Mount SSD space as /home
and create a mount point inside /home
, called sub_home
to mount the HDD space.
2) Mount HDD space as /home
and create a mount point inside /home
, called sub_home
to mount the SSD space.
But I want to make sure that I am able leverage the speed of the SSD and I am not sure if I will be able to do that if I go with the second option. At the same time, if I pick the first option, Ubuntu folders such as Documents
, Downloads
, Pictures
etc. will be created in the SSD which I prefer to avoid. Please provide guidance. Note that the top priority is speed of SSD.
Also, is there a possibility of assigning one of them as /home
and mounting the other outside of /
and /home
? Will such an approach create any issues? I have never used any mount points other than /
and /home
, except for external drives and SD cards.
Edit1: I believe I need to clarify the question based on the comments. I am not planning to use SSD for usual Ubuntu /home
folders such as Documents
, Downloads
, Pictures
etc. I am planning to use it to keep machine/ deep learning datasets, gazebo
simulation models, ROS
files etc. I thought these files might benefit from the speed advantage.
/
. It was a very careless mistake from my part. I will edit the question. – skr May 25 '18 at 05:26