swift 13/12/17 09:34:53 Modified: hb-install-config.xml Log: Fix bug #439276 - Add discard mount option for SSD users
Revision Changes Path 1.123 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.123&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.123&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.122&r2=1.123 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- hb-install-config.xml 24 Jul 2013 20:40:40 -0000 1.122 +++ hb-install-config.xml 17 Dec 2013 09:34:53 -0000 1.123 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.122 2013/07/24 20:40:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.123 2013/12/17 09:34:53 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ proceed. </abstract> -<version>28</version> -<date>2013-07-24</date> +<version>29</version> +<date>2013-12-17</date> <section> <title>Filesystem Information</title> @@ -167,7 +167,10 @@ <p> To improve performance, most users would want to add the <c>noatime</c> mount option, which results in a faster system since access times -aren't registered (you don't need those generally anyway). +aren't registered (you don't need those generally anyway). This is also +recommended for solid state drive (SSD) users, who should also enable +the <c>discard</c> mount option (ext4 and btrfs only for now) which +makes the TRIM command work. </p> <p>
