<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>901</title>
	<atom:link href="http://eeeasy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eeeasy.wordpress.com</link>
	<description>Next time I&#039;ll get a 911...</description>
	<lastBuildDate>Sun, 21 Mar 2010 19:49:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eeeasy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>901</title>
		<link>http://eeeasy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eeeasy.wordpress.com/osd.xml" title="901" />
	<atom:link rel='hub' href='http://eeeasy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My final solution: Starting Chrome from RAMdisk</title>
		<link>http://eeeasy.wordpress.com/2009/07/10/my-final-solution-starting-chrome-from-ramdisk/</link>
		<comments>http://eeeasy.wordpress.com/2009/07/10/my-final-solution-starting-chrome-from-ramdisk/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:36:36 +0000</pubDate>
		<dc:creator>bobby.tables</dc:creator>
				<category><![CDATA[eee pc]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[ramdisk]]></category>

		<guid isPermaLink="false">http://eeeasy.wordpress.com/?p=32</guid>
		<description><![CDATA[As one can easily see reading my blog I truely love my RAMdisk. After experimenting with moving the cache of my Chrome installation to the RAMdisk I realized that the speed difference is quite small. So I finally found my perfect solution: I move my whole Chrome profile to the RAMdisk and I get an <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=32&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As one can easily see reading my blog I truely love <a href="http://eeeasy.wordpress.com/2009/05/28/a-ramdisk-for-everyone/">my RAMdisk</a>. After experimenting with <a href="http://eeeasy.wordpress.com/2009/07/02/update-move-your-google-chrome-cache-to-the-ramdisk/">moving the cache of my Chrome installation to the RAMdisk</a> I realized that the speed difference is quite small. So I finally found my perfect solution: I move my whole Chrome profile to the RAMdisk and I get an amazing speed gain (I suppose it is because of all the files that are written to during browsing like history etc.). Here is how I do it:</p>
<p>Most important and first of all: BACKUP YOUR PROFILE! Then backup it again. Did I mention that you should backup your profile? No? Then do it now!</p>
<p>Ok, then I installed <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en">Windows Server 2003 Resource Kit Tools from Microsoft</a> to get RoboCopy, a superior command line tool. Then I created two batch files (.bat), one named &#8220;logon.bat&#8221; and one named &#8220;logoff.bat&#8221; (I put them into a seperate diectory like D:\scrpits but put it wherever you want &#8211; the only thing is that the directory should be accessible by every user who should use the scripts of course)). In the logon.bat I put the following line (please replace the parts where it says &lt;username&gt; with your actual username, e.g. bobby or HaX0R and adjust the drive letters (D is my hard drive, R my RAMdisk)) &#8211; it should actaully all be in one line:</p>
<pre>robocopy "D:\Standalone\Iron\Profile" "R:\IronProfiles\&lt;username&gt;" /MIR /XD "D:\Standalone\Iron\Profile\Default\Cache" /LOG+:"D:\Standalone\Iron\&lt;username&gt;-backup.log"</pre>
<p>All it does is copying the whole Chrome directory to the RAMdisk except the cache (it will be created each new each time) and writing a few lines to a log file (just to be save). On my EeePC 901 the copying takes a few seconds and is nearly not recognizable during boot. In the logoff.bat there is also one line:</p>
<pre>robocopy "R:\IronProfiles\&lt;username&gt;" "D:\Standalone\Iron\Profile" /MIR /XD "R:\IronProfiles\&lt;username&gt;\Default\Cache" /LOG+:"D:\Standalone\Iron\&lt;username&gt;-backup.log"</pre>
<p>This line copies all the changes back again except the cache (it will be deleted) to the harddrive and again write to the log file.  But as we use robocopy and we also use a few nice arguments with it it is only a incemental backup so very few bytes are actually written. Again the copying process takes only a few seconds.</p>
<p>I then ran the logon.bat by doubleclicking it to have the whole profile copied to the RAMdisk once. Then I changed all my shortcuts to Chrome. Rightclick on one of them and select &#8220;Porperties&#8221;. Then add &#8211;user-data-dir=&#8221;R:\IronProfiles\&lt;username&gt;&#8221; to the &#8220;Target&#8221; (or change the link accordingly if the user-data-dir argument already exists). Do this for each and every of your shortcuts pointing to Chrome, even the &#8220;Application Shortcuts&#8221;! To test if your profile works from RAMdisk delete or rename your profile in the original directory (D:\Standalone\Iron\Profile in my example) &#8211; you made backups, right? Now start your Chrome. Is your &#8220;New Page&#8221;-Page correct? Then everything is fine. Otherwise you screwed up along the way. Restore your backup profile and start again.</p>
<p>Ok, so now we have the bat files to copy the profile forth and back and we have all shortcuts changed and Chrome still works great. Now on to the last step: automating the copying. Select &#8220;Run&#8221; from the start menu and execute &#8220;gpedit.msc&#8221;. In the Group policy console (gpedit.msc) under &#8216;User Configuration\Windows Settings\Scripts&#8217;, you can specify scripts that are to run when the user logs on or logs off the computer. These scripts run as User, not as Administrator. Doubleclick the Logon entry and create a new entry for your logon.bat in the opening dialog. Do the same for Logoff. Be careful to use the correct absolute paths to the bat files! Then close all the windows.</p>
<p>You should be set now. During your next logoff changes in the profile should be copied to your hd and on the next logon the whole profile is pull into the RAMdisk again. You can try this out by restarting your computer (or logging off and on but during restart your RAMdisk is emptied so the effect comes clearer).</p>
<p>But watch out: if you choose to delete your profile dir on the harddrive to have it copied to it from RAMdisk once (I did this just to try it) you will get a black screen during logout. The copying takes quite some time so Windows turns to black &#8211; don&#8217;t know why. Nothing is wrong then and you can sit through it. If you don&#8217;t wait till it&#8217;s done and turn off your computer to early (e.g. by holding the power button) the copy will be corrupted. My tip is not to try this after all.</p>
<p>If you want to add this on a multi user system you&#8217;ll have to change a few things. I already made a step in this direction by naming the directories on the RAMdisk after actual users. But in the RoboCopy command you would have to use variables for the username etc. As I only have a single user system I didn&#8217;t try such scenarios but I would appreciate hints and tips.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eeeasy.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eeeasy.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eeeasy.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=32&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eeeasy.wordpress.com/2009/07/10/my-final-solution-starting-chrome-from-ramdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09581322c1b24adf9e77e67b056a4e55?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bobby.tables</media:title>
		</media:content>
	</item>
		<item>
		<title>UPDATE: Move your Google Chrome Cache to the RAMdisk</title>
		<link>http://eeeasy.wordpress.com/2009/07/02/update-move-your-google-chrome-cache-to-the-ramdisk/</link>
		<comments>http://eeeasy.wordpress.com/2009/07/02/update-move-your-google-chrome-cache-to-the-ramdisk/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:10:10 +0000</pubDate>
		<dc:creator>bobby.tables</dc:creator>
				<category><![CDATA[eee pc]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[temp dir]]></category>

		<guid isPermaLink="false">http://eeeasy.wordpress.com/?p=29</guid>
		<description><![CDATA[I posted a tip to move your Chrome Cache to a RAMdisk a few weeks ago. After further testing I discovered, that somehow sometimes the junction points to the R-drive are deleted. I do not know for sure why that happens but I found out that it doesn&#8217;t happen if you create the directories at <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=29&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I posted <a href="http://eeeasy.wordpress.com/2009/05/28/move-your-google-chrome-cache-to-the-ramdisk/">a tip to move your Chrome Cache to a RAMdisk</a> a few weeks ago. After further testing I discovered, that somehow sometimes the junction points to the R-drive are deleted. I do not know for sure why that happens but I found out that it doesn&#8217;t happen if you create the directories at startup. So I created a bat-file containing the following:</p>
<pre>mkdir  R:\cache</pre>
<p>Save the file (name it dirs.bat for example) to your Startup directory of your Startmenu (something like C:\Documents and Settings\&lt;username&gt;\Startmenu\Startup (on Windows XP)) or to the Startup of all users (C:\Documents and Settings\All Users\Startmenu\Startup).</p>
<p>There would also be the option to load a image into your RAMdisk on startup so that much more complicated directory structures etc. would be possible but I couldn&#8217;t find out how to do that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eeeasy.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eeeasy.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eeeasy.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=29&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eeeasy.wordpress.com/2009/07/02/update-move-your-google-chrome-cache-to-the-ramdisk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09581322c1b24adf9e77e67b056a4e55?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bobby.tables</media:title>
		</media:content>
	</item>
		<item>
		<title>Short tip: move your spool folder</title>
		<link>http://eeeasy.wordpress.com/2009/05/28/short-tip-move-your-spool-folder/</link>
		<comments>http://eeeasy.wordpress.com/2009/05/28/short-tip-move-your-spool-folder/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:46:26 +0000</pubDate>
		<dc:creator>bobby.tables</dc:creator>
				<category><![CDATA[eee pc]]></category>
		<category><![CDATA[short tip]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[solid state disk]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[temp dir]]></category>

		<guid isPermaLink="false">http://eeeasy.wordpress.com/?p=16</guid>
		<description><![CDATA[Microsoft has a quite good tutorial on moving your spool folder to another drive. I used it to move it to move the folder to my RAMdisk as the spooler is just another temp directory that writes a lot to your ssd and pushes it further to its write limit<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=16&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a quite <a title="good tutorial on moving your spool folder" href="http://support.microsoft.com/kb/308666">good tutorial on moving your spool folder</a> to another drive. I used it to move it to move the folder to my <a title="RAMdisk" href="http://eeeasy.wordpress.com/2009/05/22/a-ramdisk-for-everyone/">RAMdisk</a> as the spooler is just another temp directory that writes a lot to your ssd and pushes it further to its write limit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eeeasy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eeeasy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eeeasy.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=16&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eeeasy.wordpress.com/2009/05/28/short-tip-move-your-spool-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09581322c1b24adf9e77e67b056a4e55?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bobby.tables</media:title>
		</media:content>
	</item>
		<item>
		<title>Move your Google Chrome Cache to the RAMdisk</title>
		<link>http://eeeasy.wordpress.com/2009/05/28/move-your-google-chrome-cache-to-the-ramdisk/</link>
		<comments>http://eeeasy.wordpress.com/2009/05/28/move-your-google-chrome-cache-to-the-ramdisk/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:38:39 +0000</pubDate>
		<dc:creator>bobby.tables</dc:creator>
				<category><![CDATA[eee pc]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[temp dir]]></category>

		<guid isPermaLink="false">http://eeeasy.wordpress.com/?p=5</guid>
		<description><![CDATA[After you got yourself a nice new RAMdisk and move a lot of things to it you may have experienced a few problems with moving certain directories. On my EeePC 901 I use a version of Google&#8217;s browser Chrome. It is called Iron by SRWare and has a few additions that I found very valuable. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=5&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After you got yourself <a title="a nice new RAMdisk" href="http://eeeasy.wordpress.com/2009/05/22/a-ramdisk-for-everyone/">a nice new RAMdisk</a> and move a lot of things to it you may have experienced a few problems with moving certain directories.</p>
<p>On my EeePC 901 I use a version of Google&#8217;s browser Chrome. It is called <a title="Iron by SRWare" href="http://www.srware.net/en/software_srware_iron_news.php">Iron by SRWare</a> and has a few additions that I found very valuable. First of all it is somewhat &#8220;de-googlified&#8221; (<a title="see details at their site" href="http://www.srware.net/en/software_srware_iron_chrome_vs_iron.php">see details at their site</a>) and second it uses a <a title="adblock.ini" href="http://www.srware.net/downloads/adblock.ini">adblock.ini</a> to &#8230; well &#8230; block ads. Furthermore I use the portable version because it is the pretty simple to backup because everything is in one single directory, even the profile(s).</p>
<p>Chrome (and Iron) has no option to move or disable the cache which is located at something like C:\Documents and Settings\&lt;username&gt;\Local Settings\Application Data\Google\Chrome\Default\Cache (on Windows XP) . So, how do you get it on your RAMdisk? Pretty easy:</p>
<p>XP with NTFS supports so called <a title="junction points" href="http://en.wikipedia.org/wiki/NTFS_junction_point">junction points</a>. The only problem is that XP doesn&#8217;t support them very well. If they are there it knows how to handle them but you can&#8217;t create or remove them easily. There are a few programs that can do that for you like <a title="Hard Link Shell Extension" href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html">Hard Link Shell Extension</a> (which I would recommend if you use hard links and junction points quite often) and <a title="Junction Link Magic" href="http://www.rekenwonder.com/linkmagic.htm">Junction Link Magic</a> (which I use as an occassional user). Both programs have very good and detailled how-tos on their sites so I won&#8217;t go into details on how to create a junction point.</p>
<p>Now cut-and-copy (the origial directory has to be empty!) the content of your Chrome cache to your RAMdisk (I use a subdirectory called &#8220;R:\cache&#8221;) and create a junction point which links the original cache directory to your new one and you are done. Wow, that was hard &#8230; Now Chrome and even XP think they write to the old directory but the files are on the RAMdisk now.</p>
<p>Btw: if you&#8217;ve <a title="created additional profiles" href="http://lifehacker.com/5045287/create-separate-user-profiles-in-google-chrome">created additional profiles</a> you have to move the cache for every single one of them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eeeasy.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eeeasy.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eeeasy.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=5&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eeeasy.wordpress.com/2009/05/28/move-your-google-chrome-cache-to-the-ramdisk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09581322c1b24adf9e77e67b056a4e55?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bobby.tables</media:title>
		</media:content>
	</item>
		<item>
		<title>A RAMdisk for everyone</title>
		<link>http://eeeasy.wordpress.com/2009/05/28/a-ramdisk-for-everyone/</link>
		<comments>http://eeeasy.wordpress.com/2009/05/28/a-ramdisk-for-everyone/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:44:00 +0000</pubDate>
		<dc:creator>bobby.tables</dc:creator>
				<category><![CDATA[eee pc]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[solid state disk]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[temp dir]]></category>

		<guid isPermaLink="false">http://eeeasy.wordpress.com/?p=7</guid>
		<description><![CDATA[A RAMdisk is a pretty good tool, especially if you use a computer with a SSD (Solid State Disk) like I do in my EeePC 901 (12Gb version). There are a lot of RAMdisks out there but most of them are not free. I recently found a really good RAMdisk software that costs nothing and <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=7&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A RAMdisk is a pretty good tool, especially if you use a computer with a SSD (Solid State Disk) like I do in my EeePC 901 (12Gb version). There are a lot of RAMdisks out there but most of them are not free. I recently found a really good RAMdisk software that costs nothing and has enough settings for my wishes. You can <a title="RAMdisk" href="http://bit.ly/AReg0">download it here</a> &#8211; there is also a description how to use it.</p>
<p>But in short: unpack the downloaded zip, fire up the ramdisk.exe and click &#8220;Istall Ramdisk&#8221;. After that enter your settings. I use 384 Mb for the RAMdisk on my eee pc 901 with 2Gb RAM. Choose a drive letter (I kept the R:) and set the Media Type to &#8220;Fixed Media&#8221;. Finally click &#8220;Apply&#8221; or &#8220;OK&#8221;. Now you are done &#8211; you can see the result in &#8220;My Computer&#8221; as there is now a new drive &#8220;R:&#8221; (or whatever letter you asigned to it).</p>
<p>Now on to the fun stuff: right-click on &#8220;My computer&#8221;, then select Properties-&gt;Advanced-&gt;Environment variables. Then look for all the TEMP and/or TMP entries and change the according path to R:\Temp or any other directory on your RAMdisk. You wouldn&#8217;t even need to specify a diretory but I think it keeps everything a little bit more tidy.</p>
<p>You can also move your Temporary Internet Files, your Firefox Cache or any other browsers temp files there. These files are used a lot so the wear off your SSD faster. But be aware: not using a browser cache slows down your browsing (a bit) because frequently used sites are no longer cached. I have a quite fast connection most of the time so I don&#8217;t care about downloading a few bytes more or less &#8211; I switched to a cache on the RAMdisk and didn&#8217;t regret it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eeeasy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eeeasy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eeeasy.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeeasy.wordpress.com&amp;blog=7844830&amp;post=7&amp;subd=eeeasy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eeeasy.wordpress.com/2009/05/28/a-ramdisk-for-everyone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09581322c1b24adf9e77e67b056a4e55?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">bobby.tables</media:title>
		</media:content>
	</item>
	</channel>
</rss>
