<?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; disk cache</title>
	<atom:link href="http://www.ghacks.net/tag/disk-cache/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>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving The Firefox Disk Cache To Another Drive</title>
		<link>http://www.ghacks.net/2008/11/20/moving-the-firefox-disk-cache-to-another-drive/</link>
		<comments>http://www.ghacks.net/2008/11/20/moving-the-firefox-disk-cache-to-another-drive/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 11:37:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[disk cache]]></category>
		<category><![CDATA[firefox cache]]></category>
		<category><![CDATA[firefox disk cache]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[internet explorer disk cache]]></category>
		<category><![CDATA[mozilla-firefox]]></category>
		<category><![CDATA[opera disk cache]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8417</guid>
		<description><![CDATA[The Firefox disk cache is usually located on the same drive that Firefox got installed. In Windows it is located in the Documents and Settings folder. It usually is a good idea to have temporary directories located on a fast hard drive. In this case the hard drive that Firefox was running on was a [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> disk cache is usually located on the same drive that Firefox got installed. In Windows it is located in the Documents and Settings folder. It usually is a good idea to have temporary directories located on a fast hard drive. In this case the hard drive that Firefox was running on was a Solid State Disk which is usually not the best choice for lots of write operations since those drives read data fast but write them rather slowly.</p>
<p>The main reason for moving the Firefox disk cache is therefor performance. Security could be another reason. The disk cache could for instance be moved to an encrypted part of the hard drive, a removable drive or ram disk.</p>
<p>The location of the the Firefox disk cache cannot be changed in the Firefox settings. The only way is to add a new parameter in the about:config dialog to change the location of the Firefox disk cache.</p>
<p><span id="more-8417"></span>Type about:config in the Firefox address bar:</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/11/firefox_disk_cache-500x63.jpg" alt="firefox disk cache" title="firefox disk cache" width="500" height="63" class="alignnone size-medium wp-image-8418" /></p>
<p>Right-click and select New > String from the menu. Enter <code>browser.cache.disk.parent_directory</code> as the preference name and the new path to the cache location, for example <code>d:\temp</code></p>
<p><a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> users can practically do the same by typing in <code>opera:config#UserPrefs|CacheDirectory4</code> and changing the preference there.</p>
<p><a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> users can simply change the location in the Tools > Internet Options by clicking on the Settings button under Browsing History.</p>

	Tags: <a href="http://www.ghacks.net/tag/disk-cache/" title="disk cache" rel="tag">disk cache</a>, <a href="http://www.ghacks.net/tag/firefox-cache/" title="firefox cache" rel="tag">firefox cache</a>, <a href="http://www.ghacks.net/tag/firefox-disk-cache/" title="firefox disk cache" rel="tag">firefox disk cache</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/internet-explorer-disk-cache/" title="internet explorer disk cache" rel="tag">internet explorer disk cache</a>, <a href="http://www.ghacks.net/tag/mozilla-firefox/" title="mozilla-firefox" rel="tag">mozilla-firefox</a>, <a href="http://www.ghacks.net/tag/opera-disk-cache/" title="opera disk cache" rel="tag">opera disk cache</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/11/speed-up-firefox-by-limiting-the-history/" title="Speed Up Firefox By Limiting The History (July 11, 2009)">Speed Up Firefox By Limiting The History</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/16/save-firefox-bookmark-searches/" title="Save Firefox Bookmark Searches (July 16, 2009)">Save Firefox Bookmark Searches</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/13/quick-jump-to-text-fields-in-firefox/" title="Quick Jump To Text Fields In Firefox (April 13, 2009)">Quick Jump To Text Fields In Firefox</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/09/08/prioritize-tabs-in-firefox/" title="Prioritize Tabs In Firefox (September 8, 2009)">Prioritize Tabs In Firefox</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/09/19/make-firefox-search-for-terms-with-periods-in-the-location-bar/" title="Make Firefox Search For Terms With Periods In The Location Bar (September 19, 2008)">Make Firefox Search For Terms With Periods In The Location Bar</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/20/moving-the-firefox-disk-cache-to-another-drive/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
