There is an excellent how to found at "Easy Linux Tips Projects" https://easylinuxtipsproject.blogspo.../ssd.html#ID12
It may be a bit hard to follow for KDE users. so instead of following the terminal commands to edit files Things are done a little different in Plasma.
you simply go the the file and open with Kate then make the modifications and when you save the file it should ask you for your Password.
It's important to do The Trim part if nothing else and your drive supports it.
Also adding
to the
entry is important.
If you are comfortable with the Terminal you can replace the xed/gedit with
It will open a terminal text editor and you can edit the files that way and save them.
It may be a bit hard to follow for KDE users. so instead of following the terminal commands to edit files Things are done a little different in Plasma.
you simply go the the file and open with Kate then make the modifications and when you save the file it should ask you for your Password.
It's important to do The Trim part if nothing else and your drive supports it.
Also adding
Code:
noatime
Code:
fstab
If you are comfortable with the Terminal you can replace the xed/gedit with
Code:
sudoedit
Comment