<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Optimize Windows For Solid State Drives Usage</title> <atom:link href="http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 07:04:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: blah blah</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1387226</link> <dc:creator>blah blah</dc:creator> <pubDate>Fri, 02 Dec 2011 20:50:43 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1387226</guid> <description>You can ignore most of this with a modern SSD on Win 7.  Here&#039;s the thing.  A lot of folks waited for SSD&#039;s to standardize a bit, and the technology to become more reliable / less expensive.  Once it did, more folks adopted it.  However, geeks being geeks, they started looking online to squeeze more performance out of their SSD&#039;s.  That&#039;s when they came across old articles talking about farming page files, temp files/folders, etc off onto other drives / ramdisks, etc.  But most of this stuff is seriously outdated (yes, after only a year or two), b/c SSD&#039;s have matured fairly fast.  Most SSD&#039;s are designed to last 5+ years, even with tons of writes (the writes being what wear them out the most).   By pawning page files, temp files/folders, caches, etc off onto slower HDD&#039;s, your basically negating the speed advantage of the SSD.  You now have a program (eg: web browser) loading from SSD quickly, but then bottlenecking speeds with page files and caches on HDD&#039;s.  It&#039;s like getting a fast car  so you can fly down the highway quickly, but you baby it by driving down residential streets so you don&#039;t wear it out.  It&#039;s back-asswards.  Likewise, Win 7 (SP1 by now) is good at detecting an SSD, and automatically avoiding defrags on it, setting it up with max possible DMA, disabling superfetch on it, etc, etc.  You can double-check all those settings if you like, but you&#039;ll most likely find it&#039;s a-ok.  If you really, really want to feel like a geek, setting up a ramdisk to toss temp files on can make you feel pretty techy.  But even that can back-fire.  Some folks are doing ramdisks with only 4gb of ram in their box.  Win 64 is a big jump in ram consumption vs. Win 32.  Really, unless you&#039;re using like 10+ gb of ram, making a ram disk is just removing ram from your memory pool which would be better used as *shock* memory!  If making ramdisks for SSD&#039;s was a great idea, Microsoft would have coded in a utility to automatically do so if it detected an SSD.  Bottomline, stop worrying about your SSD.  Install it, make sure the firmware is up-to-date (the main reason people find them not working and RMA is b/c they don&#039;t update the darn firmware), and just enjoy it.</description> <content:encoded><![CDATA[<p>You can ignore most of this with a modern SSD on Win 7.  Here&#8217;s the thing.  A lot of folks waited for SSD&#8217;s to standardize a bit, and the technology to become more reliable / less expensive.  Once it did, more folks adopted it.  However, geeks being geeks, they started looking online to squeeze more performance out of their SSD&#8217;s.  That&#8217;s when they came across old articles talking about farming page files, temp files/folders, etc off onto other drives / ramdisks, etc.  But most of this stuff is seriously outdated (yes, after only a year or two), b/c SSD&#8217;s have matured fairly fast.  Most SSD&#8217;s are designed to last 5+ years, even with tons of writes (the writes being what wear them out the most).   By pawning page files, temp files/folders, caches, etc off onto slower HDD&#8217;s, your basically negating the speed advantage of the SSD.  You now have a program (eg: web browser) loading from SSD quickly, but then bottlenecking speeds with page files and caches on HDD&#8217;s.  It&#8217;s like getting a fast car  so you can fly down the highway quickly, but you baby it by driving down residential streets so you don&#8217;t wear it out.  It&#8217;s back-asswards.  Likewise, Win 7 (SP1 by now) is good at detecting an SSD, and automatically avoiding defrags on it, setting it up with max possible DMA, disabling superfetch on it, etc, etc.  You can double-check all those settings if you like, but you&#8217;ll most likely find it&#8217;s a-ok.  If you really, really want to feel like a geek, setting up a ramdisk to toss temp files on can make you feel pretty techy.  But even that can back-fire.  Some folks are doing ramdisks with only 4gb of ram in their box.  Win 64 is a big jump in ram consumption vs. Win 32.  Really, unless you&#8217;re using like 10+ gb of ram, making a ram disk is just removing ram from your memory pool which would be better used as *shock* memory!  If making ramdisks for SSD&#8217;s was a great idea, Microsoft would have coded in a utility to automatically do so if it detected an SSD.  Bottomline, stop worrying about your SSD.  Install it, make sure the firmware is up-to-date (the main reason people find them not working and RMA is b/c they don&#8217;t update the darn firmware), and just enjoy it.</p> ]]></content:encoded> </item> <item><title>By: Martin Brinkmann</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1381255</link> <dc:creator>Martin Brinkmann</dc:creator> <pubDate>Sat, 19 Nov 2011 08:57:01 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1381255</guid> <description>The issue are writes. SSD are slow when it comes to writing, one therefor tries to minimize the write operations on said drives. Another reason is wear. While that&#039;s not a big issue anymore with recent SSD, older solid state drives had only a limited number of writes per cell which would reduce the overall capacity of the drive in the long run.</description> <content:encoded><![CDATA[<p>The issue are writes. SSD are slow when it comes to writing, one therefor tries to minimize the write operations on said drives. Another reason is wear. While that&#8217;s not a big issue anymore with recent SSD, older solid state drives had only a limited number of writes per cell which would reduce the overall capacity of the drive in the long run.</p> ]]></content:encoded> </item> <item><title>By: Kyle S</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1381171</link> <dc:creator>Kyle S</dc:creator> <pubDate>Sat, 19 Nov 2011 03:01:17 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1381171</guid> <description>Why does the Page File and Indexing have issues with SSD&#039;s? thanks</description> <content:encoded><![CDATA[<p>Why does the Page File and Indexing have issues with SSD&#8217;s? thanks</p> ]]></content:encoded> </item> <item><title>By: iMacker</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1312317</link> <dc:creator>iMacker</dc:creator> <pubDate>Thu, 03 Mar 2011 19:01:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1312317</guid> <description>Before installing your new SSD make sure to use this guide and optimization tips http://surreystore.com/Forums/tech-reviews/the-ssd-optimization-guide/</description> <content:encoded><![CDATA[<p>Before installing your new SSD make sure to use this guide and optimization tips http://surreystore.com/Forums/tech-reviews/the-ssd-optimization-guide/</p> ]]></content:encoded> </item> <item><title>By: Ten98</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1292008</link> <dc:creator>Ten98</dc:creator> <pubDate>Thu, 06 Jan 2011 15:37:38 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1292008</guid> <description>On modern SSDs with fast controllers (Indilinx, Sandforce, Samsung, Intel) you should not move the pagefile or temp files away from the SSD to a mechanical hard drive, this will massively reduce performance.</description> <content:encoded><![CDATA[<p>On modern SSDs with fast controllers (Indilinx, Sandforce, Samsung, Intel) you should not move the pagefile or temp files away from the SSD to a mechanical hard drive, this will massively reduce performance.</p> ]]></content:encoded> </item> <item><title>By: Ten98</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1292001</link> <dc:creator>Ten98</dc:creator> <pubDate>Thu, 06 Jan 2011 15:16:29 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1292001</guid> <description>Most SSDs are rated for 10&#039;000 write cycles.
Since modern firmwares use wear-levelling technology to evenly write across all of the cells you have to write the entire drive to cycle it once.
So in a &quot;heavy use small drive&quot; scenario, lets say I have a 50gb SSD and write an average of 10gb per day to the drive it will take me 5 days to completely write cycle the drive
so if the drive wears out at 10&#039;000 cycles it will take 50&#039;000 days for it to fail, or 136 years...
Obviously if my drive is bigger or I write less data than that the number of years before it fails goes up.</description> <content:encoded><![CDATA[<p>Most SSDs are rated for 10&#8217;000 write cycles.</p><p>Since modern firmwares use wear-levelling technology to evenly write across all of the cells you have to write the entire drive to cycle it once.</p><p>So in a &#8220;heavy use small drive&#8221; scenario, lets say I have a 50gb SSD and write an average of 10gb per day to the drive it will take me 5 days to completely write cycle the drive</p><p>so if the drive wears out at 10&#8217;000 cycles it will take 50&#8217;000 days for it to fail, or 136 years&#8230;</p><p>Obviously if my drive is bigger or I write less data than that the number of years before it fails goes up.</p> ]]></content:encoded> </item> <item><title>By: Ted Stewart</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1287250</link> <dc:creator>Ted Stewart</dc:creator> <pubDate>Mon, 27 Dec 2010 03:36:25 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1287250</guid> <description>This is well after the fact, but it&#039;s worth mentioning that SATA/PATA and IDE are very different things.  IDE and PIO are protocols the computer uses to communicate with the drive.  PATA and SATA are how the data is physically transmitted over the wires.  The industry frequently and incorrectly refers to PATA drives as IDE, when IDE is used by both PATA and SATA drives.</description> <content:encoded><![CDATA[<p>This is well after the fact, but it&#8217;s worth mentioning that SATA/PATA and IDE are very different things.  IDE and PIO are protocols the computer uses to communicate with the drive.  PATA and SATA are how the data is physically transmitted over the wires.  The industry frequently and incorrectly refers to PATA drives as IDE, when IDE is used by both PATA and SATA drives.</p> ]]></content:encoded> </item> <item><title>By: Mikey</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1158550</link> <dc:creator>Mikey</dc:creator> <pubDate>Thu, 19 Aug 2010 08:48:58 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1158550</guid> <description>&quot;Why mention PIO mode? Honestly, who uses IDE SSDs? Do they even exist?&quot;
Actually all SATA drives are still listed under this controller type. I do not know the exact specifics, but all drives basically emulate this interface to Windows. In fact, the full-name in Windows 7 for the grouping in Device Manager is &quot;IDE ATA/ATAPI controllers.&quot; (Note the inclusion of &quot;ATA/ATAPI&quot; controllers.)
But most importantly, go to this category in Device Manager and check every node under it - you will see that the SATA controllers still have DMA/PIO options, command queuing, etc...I fix many computers and I have often found that people forget this simply because they do not check, thinking it does not apply.
In fact, PIO mode is *terrible* ...Unfortunately windows &quot;falls back&quot; to this transfer mode if there is a driver problem etc and will not automatically switch back to DMA once the driver problems are solved.
Thus this is a very important thing to mention...for *any* HardDrive.</description> <content:encoded><![CDATA[<p>&#8220;Why mention PIO mode? Honestly, who uses IDE SSDs? Do they even exist?&#8221;</p><p>Actually all SATA drives are still listed under this controller type. I do not know the exact specifics, but all drives basically emulate this interface to Windows. In fact, the full-name in Windows 7 for the grouping in Device Manager is &#8220;IDE ATA/ATAPI controllers.&#8221; (Note the inclusion of &#8220;ATA/ATAPI&#8221; controllers.)</p><p>But most importantly, go to this category in Device Manager and check every node under it &#8211; you will see that the SATA controllers still have DMA/PIO options, command queuing, etc&#8230;I fix many computers and I have often found that people forget this simply because they do not check, thinking it does not apply.</p><p>In fact, PIO mode is *terrible* &#8230;Unfortunately windows &#8220;falls back&#8221; to this transfer mode if there is a driver problem etc and will not automatically switch back to DMA once the driver problems are solved.</p><p>Thus this is a very important thing to mention&#8230;for *any* HardDrive.</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1144598</link> <dc:creator>Erik</dc:creator> <pubDate>Sun, 01 Aug 2010 02:51:34 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1144598</guid> <description>Why mention PIO mode?  Honestly, who uses IDE SSDs?  Do they even exist?</description> <content:encoded><![CDATA[<p>Why mention PIO mode?  Honestly, who uses IDE SSDs?  Do they even exist?</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1066174</link> <dc:creator>Martin</dc:creator> <pubDate>Tue, 04 May 2010 12:29:39 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1066174</guid> <description>It reduces the read and write operations on the drive with the write operations being the ones that slow down the performance the most. Please note that this guide has been written largely for first and some second generation SSDs that do not support trim or garbage collection.</description> <content:encoded><![CDATA[<p>It reduces the read and write operations on the drive with the write operations being the ones that slow down the performance the most. Please note that this guide has been written largely for first and some second generation SSDs that do not support trim or garbage collection.</p> ]]></content:encoded> </item> <item><title>By: TheManWithABigPencil</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-1066042</link> <dc:creator>TheManWithABigPencil</dc:creator> <pubDate>Tue, 04 May 2010 09:14:23 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-1066042</guid> <description>How exactly does moving temp files from a ssd drive to a slower hdd improve system performance???</description> <content:encoded><![CDATA[<p>How exactly does moving temp files from a ssd drive to a slower hdd improve system performance???</p> ]]></content:encoded> </item> <item><title>By: SSD or not SSD, that&#8217;s the question &#124; SolSie.com</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-611796</link> <dc:creator>SSD or not SSD, that&#8217;s the question &#124; SolSie.com</dc:creator> <pubDate>Mon, 19 Jan 2009 04:15:28 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-611796</guid> <description>[...] focusing on the Write cache, PIO and reallocate files that require intensive write operation, etc.. gHack has an excellent tutorial on [...]</description> <content:encoded><![CDATA[<p>[...] focusing on the Write cache, PIO and reallocate files that require intensive write operation, etc.. gHack has an excellent tutorial on [...]</p> ]]></content:encoded> </item> <item><title>By: Transcontinental</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-604059</link> <dc:creator>Transcontinental</dc:creator> <pubDate>Sun, 11 Jan 2009 13:11:56 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-604059</guid> <description>LethAL, I&#039;m quoting Marin here, &quot;you reach the limit in about 50 years on a 64 GB drive and continuous never ending writes to the disk. Check this article http://www.storagesearch.com/ssdmyths-endurance.html&quot; (http://www.ghacks.net/2009/01/03/should-you-defragment-a-ssd/), so is longevity more particularly worth being taken into consideration on SSDs or not?</description> <content:encoded><![CDATA[<p>LethAL, I&#8217;m quoting Marin here, &#8220;you reach the limit in about 50 years on a 64 GB drive and continuous never ending writes to the disk. Check this article http://www.storagesearch.com/ssdmyths-endurance.html&#8221; (http://www.ghacks.net/2009/01/03/should-you-defragment-a-ssd/), so is longevity more particularly worth being taken into consideration on SSDs or not?</p> ]]></content:encoded> </item> <item><title>By: Dante</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-603259</link> <dc:creator>Dante</dc:creator> <pubDate>Sat, 10 Jan 2009 21:06:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-603259</guid> <description>I just load the OS on SSDs.  Since the system run much faster on them.  I also Ghost the SSDs so that when they fail, I just drop in another SSD.  And since the OS is installed on the SSD, I don&#039;t need to do all these tweaks either - it&#039;s defaulted.  Often used programs are installed on another SSD and all others, including data directories are installed on SATA drives.</description> <content:encoded><![CDATA[<p>I just load the OS on SSDs.  Since the system run much faster on them.  I also Ghost the SSDs so that when they fail, I just drop in another SSD.  And since the OS is installed on the SSD, I don&#8217;t need to do all these tweaks either &#8211; it&#8217;s defaulted.  Often used programs are installed on another SSD and all others, including data directories are installed on SATA drives.</p> ]]></content:encoded> </item> <item><title>By: LethAL</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-603137</link> <dc:creator>LethAL</dc:creator> <pubDate>Sat, 10 Jan 2009 18:42:49 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-603137</guid> <description>There&#039;s nothing specific to SSDs here; all this is good advice to users with mechanical hard drives as well. Perhaps you should rename it?
Also, moving the temp folder and page file will increase an SSD&#039;s longevity.
Also, if the hard drive you move things to is used a lot, you&#039;d be better off leaving things on the SSD as it the better ones can read multiple sectors at once and buffer them for sending to the host.</description> <content:encoded><![CDATA[<p>There&#8217;s nothing specific to SSDs here; all this is good advice to users with mechanical hard drives as well. Perhaps you should rename it?</p><p>Also, moving the temp folder and page file will increase an SSD&#8217;s longevity.</p><p>Also, if the hard drive you move things to is used a lot, you&#8217;d be better off leaving things on the SSD as it the better ones can read multiple sectors at once and buffer them for sending to the host.</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-603071</link> <dc:creator>Martin</dc:creator> <pubDate>Sat, 10 Jan 2009 17:07:47 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-603071</guid> <description>You might have misunderstood the intention of the article. It&#039;s not about the endurance of longevity of the SSDs but about system performance.</description> <content:encoded><![CDATA[<p>You might have misunderstood the intention of the article. It&#8217;s not about the endurance of longevity of the SSDs but about system performance.</p> ]]></content:encoded> </item> <item><title>By: Js Op de Beeck</title><link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/comment-page-1/#comment-603063</link> <dc:creator>Js Op de Beeck</dc:creator> <pubDate>Sat, 10 Jan 2009 16:59:36 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=9781#comment-603063</guid> <description>See http://www.storagesearch.com/ssdmyths-endurance.html for more about the ‘excessive writes wear out flash drives’ issue, which is mostly a myth at present. Basically you have to write evenly across whole SSD, as fast as possible and 24/7, to even have a chance of wearing it out, and it typically would take many years even with this unrealistic usage pattern.</description> <content:encoded><![CDATA[<p>See http://www.storagesearch.com/ssdmyths-endurance.html for more about the ‘excessive writes wear out flash drives’ issue, which is mostly a myth at present. Basically you have to write evenly across whole SSD, as fast as possible and 24/7, to even have a chance of wearing it out, and it typically would take many years even with this unrealistic usage pattern.</p> ]]></content:encoded> </item> </channel> </rss>
