Page 1 of 1

Installation of a SSD in T61 running openSuse 13.1: advice?

Posted: Sun Dec 22, 2013 8:54 pm
by portsample
Hey all-

I've got a 250gb SSD on the way to use as the internal drive in my T61. I'm aware that there are some tweaks that can be done to minimize read-writes that will reduce the life of the drive, (...putting /temp in RAM) is there anything else? TIA.

Re: Installation of a SSD in T61 running openSuse 13.1: advice?

Posted: Tue Dec 24, 2013 2:58 am
by kony
All you need to do is add noatime and discard commands to the /etc/fstab in a line which lists the SSD. After that linux will limit unnecessary reads and writes to the disk and enable TRIM function.

BTW this is for ext4 filesystem, if you use another one, look it up on the internet (don't enable discard on ext3 or you will [censored] it up!)