Hello,
I am recovering my notebook, an old inspiron born in 2014 with a recently deceased HDD, with a new HDD and an SSD, adapting the new HDD via caddy in the optical driver.
Thanks to support on other topics here I was able to have a backup in time. So my main question is how to install the same OS on this new configuration - if anything would change since SSD are faster, etc.
When researching about this I saw this 6 years old thread suggesting leaving the SSD with almost anything related to the OS while putting HDD on storage of heavier files.
They suggest the following configuration, which I found interesting:
In this case, he suggests creating a symlink (link to redirect) in the /home folder to be able to access the /media/storage folder.
As I understand it, after installing OS on SSD, I would move the /media/storage folder to the HDD, and then open the terminal to create the symlink:
In this case,
On this recent, interesting thread though, there's an argument about not letting swap partition on SSDs when said partition is supposed to be more used, which is the case of any "system where RAM is sparse". The claim is that would reduce SSD lifespan. I think that's not the case as my notebook have 6GB RAM.
So I would like to know if the 6 years tip above is still current and valid, or if there are more updated suggestions for better performance/safety.
I am recovering my notebook, an old inspiron born in 2014 with a recently deceased HDD, with a new HDD and an SSD, adapting the new HDD via caddy in the optical driver.
Thanks to support on other topics here I was able to have a backup in time. So my main question is how to install the same OS on this new configuration - if anything would change since SSD are faster, etc.
When researching about this I saw this 6 years old thread suggesting leaving the SSD with almost anything related to the OS while putting HDD on storage of heavier files.
They suggest the following configuration, which I found interesting:
On the SSD:
/ - 20GB;
/ home - 100GB;
swap - 8GB.
On the HDD:
Everything dedicated to / media / storage.
In this case, he suggests creating a symlink (link to redirect) in the /home folder to be able to access the /media/storage folder.
As I understand it, after installing OS on SSD, I would move the /media/storage folder to the HDD, and then open the terminal to create the symlink:
ln -s ~/"actual folder path" ~/"desirable symlink location"/
In this case,
ln -s ~/media/storage ~/home/Desktop
On this recent, interesting thread though, there's an argument about not letting swap partition on SSDs when said partition is supposed to be more used, which is the case of any "system where RAM is sparse". The claim is that would reduce SSD lifespan. I think that's not the case as my notebook have 6GB RAM.
So I would like to know if the 6 years tip above is still current and valid, or if there are more updated suggestions for better performance/safety.