Posts tagged 'optimisation'

SSD optimisations for Ubuntu

With my SSD still working despite the taped up data port it's time to do some tweaks to squeeze out the most performance I can.

Mount Options

First up we modify the mount points to disable access time writes and enable TRIM

Edit /etc/fstab and add noatime,discard ...