Updated tutorial on usage of SSD with linux

Begonnen von devil, 2014/10/11, 00:06:27

Vorheriges Thema - Nächstes Thema

michaa7

Hehe, it doesn't seem any smaller, but at least it is up to date.

Thanks to both of you.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

absolut

with regard to fstab mount options in the article

1) i am missing the "defaults" option, or can it be left out?
2) would it not also make sense to use "nodiratime", too?

best
absolut

devil

default incorporates the options rw, suid, dev, exec, auto, nouser and async. You can either use default or explicetly add all the options you need. Noatime includes nodiratime, as you can read in man mount (2)


greetz
devil

GoinEasy9

Linux Counter number 348347

absolut


sunrat

Nice update.
I have seen recommendations to set AHCI mode in BIOS for SSD. I never did get round to it though.

vilde

Maybe this is a stupid question but I don't know better.

Would it be possible to incorporate this in the siduction installer?

To be able to choose "sdd" as option during install and get all or the most of this optimizations done by the installer. 

vilde

#8
Trying to follow this tutorial I got to this:
ZitatMultiple sources that you can find with a google search indicate that, for SSDs, the "deadline" and "noop" schedulers perform better than the default "cfq" scheduler, with deadline getting the most recommendations. Set the scheduler in /etc/sysfs.conf as so:
I can't find that file, I have a file called  sysctl.conf in /etc. Shall the sysfs.conf be created?

Under part 6 of the tutorial there are som things that needs to be changed: dd if = /dev/urandom of=tempfile bs=512k count=100 oflag=direct take away the spaces around "=" to get it to work dd if=/dev/urandom of=tempfile bs=512k count=100 oflag=direct and hdparm - fibmap tempfile shall be hdparm --fibmap tempfile similar to hdparm -read-sector 1234567 /dev/sdx shall be hdparm --read-sector 1234567 /dev/sdx

Just tell me if I'm wrong, please

dibl

Zitat von: vilde in 2014/10/14, 12:35:09
I can't find that file ...

You need to install the sysfsutils package.  Sorry, I did not realize everyone does not already have it.

I think your other corrections are all correct.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.