Page 1 of 1

Any special things to do with SSD and Linux?

Posted: Fri Sep 19, 2014 6:39 pm
by Beauvais
If I install CentOS7 on a IPC2 with a Samsung 850 Pro SSD is there then anything special I need to install on the Linux system for optimal performance or is everything handled by the SSD firmware (trim etc)?

Re: Any special things to do with SSD and Linux?

Posted: Mon Sep 22, 2014 8:26 am
by mbirger
As long as the SSD is detected in BIOS, nothing special to do.
You can test the read/write speed copying files.

Re: Any special things to do with SSD and Linux?

Posted: Sun Oct 12, 2014 5:53 am
by menthurae
For TRIM you generally need to add "discard" to /etc/fstab mount options.

https://wiki.archlinux.org/index.php/So ... ount_Flags

Also a good idea to disable "atime" - i.e. "noatime" so as to prevent un-necessary writes to the SSD.

I've been using SSDs since 2009 in Linux and haven't had any issues. Have run G.Skill Falcon, OCZ Vertex2, Samsung 830, Samsung 840 and Samsung 840 EVOs.