<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; ssd optimization</title>
	<atom:link href="http://www.ghacks.net/tag/ssd-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimize Windows For Solid State Drives Usage</title>
		<link>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/</link>
		<comments>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:27:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[hardware tips]]></category>
		<category><![CDATA[optimize solid state drives]]></category>
		<category><![CDATA[optimize ssd]]></category>
		<category><![CDATA[solid state drives]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[ssd optimization]]></category>
		<category><![CDATA[ssd tweaks]]></category>
		<category><![CDATA[windows tweaks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9781</guid>
		<description><![CDATA[It might take some years from now on before most new computers will be shipped with Solid State Drives instead of conventional platter driven hard drives but the change is inevitable. SSDs of the current generation already achieve top read speeds but usually lack behind in write speeds. There are however a few tips on [...]]]></description>
			<content:encoded><![CDATA[<p>It might take some years from now on before most new computers will be shipped with Solid State Drives instead of conventional platter driven hard drives but the change is inevitable. SSDs of the current generation already achieve top read speeds but usually lack behind in write speeds. There are however a few tips on how to optimize Windows for Solid State Drive usage. All center around the idea of moving write intensive tasks to another hard drive or disabling them completely.</p>
<p>This is even more important if a Windows operating system has been installed on the Solid State Drive. (It is basically the same deal for Linux users who should think about moving all write intensive tasks to other drives)</p>
<p>Three different types of tweaks can be applied. Tweaks that are applied directly to the hardware device in Windows, tweaks to the Windows operating system and tweaks to applications.</p>
<p><span id="more-9781"></span><strong>Hardware Tweaks:</strong></p>
<ul>
<li>PIO Mode</li>
</ul>
<p>Make sure the SSD is not running in PIO mode. To verify that go into the Device Manager, open IDE ATA / ATAPI controllers and double-click all Primary and Secondary IDE Channels. </p>
<p>Verify that there are no signs of PIO Mode under the Current Transfer Mode entry in Advanced Settings. It should list Ultra DMA Mode 5 there.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/dma_mode.jpg" alt="dma mode" title="dma mode" width="349" height="116" class="alignnone size-full wp-image-9782" /></p>
<ul>
<li>Enable Write Caching</li>
</ul>
<p>Click on Disk Drives in the Device Manager and locate the Solid State Drive. Double-click it and open the Policies tab on top.</p>
<p>Select Optimize for performance and enable &#8220;Enable write caching on the disk&#8221;. There is no need for the quick removal option as the SSD will never be removed from the computer (like any other hard drive).</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/write_caching.jpg" alt="write caching" title="write caching" width="399" height="286" class="alignnone size-full wp-image-9783" /></p>
<p><strong>Windows Tweaks:</strong></p>
<ul>
<li>Moving the Pagefile</li>
</ul>
<p>Moving the pagefile to another hard drive has a positive effect on the performance of SSD drives. </p>
<p>Go back to System Properties. Click on the Advanced Tabm there on Settings under the Performance entry. Again on Advanced in the new window and finally on the Change button under the Virtual Memory entry.</p>
<p>The Virtual Memory window opens and it will display all drive partitions on top and the size of their paging files. Select the Solid State Drive and check the &#8220;No Paging File&#8221; entry. Click the Set button to set the new preferences.</p>
<p>Now select another hard drive and assign the pagefile to this drive. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/page_file.jpg" alt="pagefile" title="pagefile" width="322" height="279" class="alignnone size-full wp-image-9784" /></p>
<ul>
<li>Move the temp files</li>
</ul>
<p>The Advanced tab under System Properties has a button entitled Environment Variables. Click it and locate the temp and tmp variables for the user and the system. Change the path to another hard drive if they are located on the Solid State Drive.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/temp_path.jpg" alt="temp path" title="temp path" width="358" height="165" class="alignnone size-full wp-image-9786" /></p>
<ul>
<li>Disable the Indexing Service on the drive</li>
</ul>
<p>Right-click on the drive letter of the SSD and select Properties from the menu. Locate the Allow Indexing Service to index the disk for fast file searching line and make sure it is disabled.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/01/indexing.jpg" alt="indexing" title="indexing" width="348" height="99" class="alignnone size-full wp-image-9785" /></p>
<p><strong>Application Tweaks:</strong></p>
<p>Most application tweaks center around the idea of moving temporary files to another hard drive. Take the cache of web browsers or temp files during video production for example. Moving them to another hard drive will have an impact on the system&#8217;s performance.</p>
<p>Do you know of additional tweaks that might improve system performance of SSD drives?</p>

	Tags: <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/hardware-tips/" title="hardware tips" rel="tag">hardware tips</a>, <a href="http://www.ghacks.net/tag/optimize-solid-state-drives/" title="optimize solid state drives" rel="tag">optimize solid state drives</a>, <a href="http://www.ghacks.net/tag/optimize-ssd/" title="optimize ssd" rel="tag">optimize ssd</a>, <a href="http://www.ghacks.net/tag/solid-state-drives/" title="solid state drives" rel="tag">solid state drives</a>, <a href="http://www.ghacks.net/tag/ssd/" title="ssd" rel="tag">ssd</a>, <a href="http://www.ghacks.net/tag/ssd-optimization/" title="ssd optimization" rel="tag">ssd optimization</a>, <a href="http://www.ghacks.net/tag/ssd-tweaks/" title="ssd tweaks" rel="tag">ssd tweaks</a>, <a href="http://www.ghacks.net/tag/windows-tweaks/" title="windows tweaks" rel="tag">windows tweaks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/15/optimize-slow-solid-state-drives/" title="Optimize Slow Solid State Drives (April 15, 2009)">Optimize Slow Solid State Drives</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/ssd-security-erase-solid-state-drives-data/" title="SSD Security: Erase Solid State Drives Data (April 8, 2009)">SSD Security: Erase Solid State Drives Data</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/03/should-you-defragment-a-ssd/" title="Should You Defragment A SSD? (January 3, 2009)">Should You Defragment A SSD?</a> (25)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/solid-state-drives-test-results/" title="Solid State Drives Test Results (July 26, 2008)">Solid State Drives Test Results</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/ocz-z-drive/" title="OCZ Z-Drive (April 7, 2009)">OCZ Z-Drive</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
