Saturday, May 4, 2024
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 6721  / 2 Years ago, thu, july 21, 2022, 12:48:10

I have a brand new SSD and would like to optimize my Ubuntu 12.10 installation for best speed and durability of device. From what I know, there should always be a lot of free space in an SSD, and write operations should be kept to a minimum. Since I always tend to have a lot of junk in the Documents/Pictures/Music/Download folders, I was wondering if it would be a good idea to mount /home on a separate HDD, or to just change the directories for Documents/Pictures/Music/Download by editing the $HOME/.config/user-dirs.dirs file. What would be the performance cost with the first method? Are there any important system files in /home that need to be frequently acessed to? (right now I already am mounting /tmp in RAM and using it for Firefox cache)


More From » home-directory

 Answers
1

The problem with putting /home on a spinning disk is that a bunch of things that could take advantage of the SSD (like all the tiny files your browser uses for example) would be on the HDD instead of the SSD, you can mitigate this by using some symlinks:





In this case, you're probably better off putting all of ~.config on the SSD. I wouldn't worry about keeping writes to a minimum, newer SSD drives don't have that problem.


[#32607] Friday, July 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nalystcul

Total Points: 390
Total Questions: 106
Total Answers: 115

Location: Tokelau
Member since Sun, May 7, 2023
1 Year ago
;