<?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 &#124; Latest Tech News, Software And Tutorials &#187; ramdisk</title> <atom:link href="http://www.ghacks.net/tag/ramdisk/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Use A Ram Disk To Reduce Writes On Solid State Drives</title><link>http://www.ghacks.net/2010/06/10/use-a-ram-disk-to-reduce-writes-on-solid-state-drives/</link> <comments>http://www.ghacks.net/2010/06/10/use-a-ram-disk-to-reduce-writes-on-solid-state-drives/#comments</comments> <pubDate>Thu, 10 Jun 2010 10:09:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[cache]]></category> <category><![CDATA[ram disk]]></category> <category><![CDATA[ram drive]]></category> <category><![CDATA[ramdisk]]></category> <category><![CDATA[solid state drives]]></category> <category><![CDATA[ssd]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26404</guid> <description><![CDATA[The write speed of Solid State Drives is usually lower than the read speed. Many write operations on SSDs can slow down the system performance and reduce the longevity of the drive. Specialized programs such as SSD Drive Tweaker or Flash Fire aid the user in optimizing the system for Solid State Drives. We have [...]]]></description> <content:encoded><![CDATA[<p>The write speed of Solid State Drives is usually lower than the read speed. Many write operations on SSDs can slow down the system performance and reduce the longevity of the drive. Specialized programs such as <a
href="http://www.ghacks.net/2010/02/10/ssd-drive-tweaker/">SSD Drive Tweaker</a> or <a
href="http://www.ghacks.net/2009/10/15/got-a-slow-ssd-try-flashfire-to-speed-things-up/">Flash Fire</a> aid the user in optimizing the system for Solid State Drives.</p><p>We have also covered tips to <a
href="http://www.ghacks.net/2009/01/10/optimize-windows-for-solid-state-drives-usage/">optimize Windows for Solid State Drives</a> in the past which suggested among other things to move caches from the SSD to another drive.</p><p><span
id="more-26404"></span>That tip was problematic, especially for users with only SSDs connected to their computer.</p><p>A workaround for those users is to use a ram disk for caching purposes. Ram disks, sometimes also called ram drives, are storage devices that use computer memory to store the data.</p><p>This is obviously only a feasible alternative if the PC has enough system memory that can be spared for the ram disk. Any PC with three or more Gigabytes of computer memory should be able to run a ram disk for caching purposes.</p><p>This article covers the creation of the ram disk and explains how to move the cache from the SSD to the ram disk.</p><p>Windows users can select from a variety of Ramdisk applications. We have covered <a
href="http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/">Ramdisk.sys</a> in the past for instance but will use the <a
href="http://memory.dataram.com/products-and-services/software/ramdisk">Dataram Ramdisk</a> software this time.</p><p>The free version of the program supports ramdisk up to a size of 4 Gigabytes. This is sufficient for moving the cache to the ram disk and for most other uses as well.</p><p>Start the Dataram RAMDisk Configuration Utility after installation. The tool is listed in the Dataram Ramdisk start menu entry.</p><div
id="attachment_26407" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/ramdisk-500x399.png" alt="ramdisk" title="ramdisk" width="500" height="399" class="size-medium wp-image-26407" /><p
class="wp-caption-text">ramdisk</p></div><p>The ram disk is configured in the Settings tab. The size, file system and boot sector settings can be defined in here. How much memory should you turn into a ram disk? That depends on the memory installed and the required size of the caching directories.. Users with four or more Gigabytes can use at least a One gigabyte disk.</p><p>One option to find out how much of the memory can be used is to open the Windows Task Manager by pressing Ctrl-Shift-Esc, switch to the performance tab and look at the physical memory section. Using half of the ram under the available section is usually a safe bet.</p><p>The file system can either be Fat16 or Fat32. Users who prefer NTFS or another file system need to select unformatted and format the disk in Windows after it has been created.</p><p>A click on Start RAMDisk will create the disk and assign a free drive letter to it.</p><div
id="attachment_26410" class="wp-caption alignnone" style="width: 180px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/ram_disk.png" alt="ram disk" title="ram disk" width="170" height="101" class="size-full wp-image-26410" /><p
class="wp-caption-text">ram disk</p></div><p>The f: drive in the screenshot above is the newly created ram disk.</p><p>The second step of the process is to configure the applications and operating system to make use of the ram disk by changing the cache directories to a location on the new ramdrive.</p><p>We give examples for the Windows temporary file folders, Firefox and Internet Explorer caches.</p><p><strong>Windows Temporary Folders</strong></p><p>The Windows temp directories are stored in the system&#8217;s environment variables. The easiest way to open the configuration window is by pressing Windows-Pause on the keyboard and selecting Advanced System Settings from the sidebar of the window that opens.</p><p>Locate the Advanced tab in System Properties and click on Environmental Variables. Here we have user variables and system variables.</p><div
id="attachment_26412" class="wp-caption alignnone" style="width: 401px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/environment_variables.png" alt="environment variables" title="environment variables" width="391" height="435" class="size-full wp-image-26412" /><p
class="wp-caption-text">environment variables</p></div><p>Candidates here are for instance the TEMP and TMP system and user variables. They can be edited by selecting each one of them and clicking on Edit. Simply enter the new path in the variable value field and leave the variable name as it is.</p><div
id="attachment_26413" class="wp-caption alignnone" style="width: 234px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/changing_windows_temp_folder.png" alt="changing windows temp folder" title="changing windows temp folder" width="224" height="166" class="size-full wp-image-26413" /><p
class="wp-caption-text">changing windows temp folder</p></div><p><strong>Changing Firefox Cache</strong></p><p>Open the Firefox web browser and type in about:config in the Firefox address bar. Enter browser.cache.disk.parent_directory in the filter field and double-click the parameter.</p><p>Now enter a location on the ram disk to make Firefox use that as the caching folder.</p><div
id="attachment_26415" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/firefox_cache_location-500x76.png" alt="firefox cache location" title="firefox cache location" width="500" height="76" class="size-medium wp-image-26415" /><p
class="wp-caption-text">firefox cache location</p></div><p><strong>Internet Explorer Cache</strong></p><p>Open Microsoft&#8217;s Internet Explorer and click on Tools > Internet Options. The Internet Options are also accessible from the Windows Control Panel.</p><p>Click on Settings next to browsing history in the General tab and on Move Folder in the next window to move the temporary Internet Files folder to the ram disk.</p><div
id="attachment_26417" class="wp-caption alignnone" style="width: 389px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/temporary_internet_files.png" alt="temporary internet files" title="temporary internet files" width="379" height="480" class="size-full wp-image-26417" /><p
class="wp-caption-text">temporary internet files</p></div><p>There is another benefit of using a ram disk for caching locations. The ram disk will automatically be cleared on shutdown which makes recovery of those caching files afterwards impossible (unless a snapsnot of the ram is taken shortly after shutdown).</p><p>Solid State Drives benefit from the reduced write operations and it might even speed up some operations marginally.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/10/use-a-ram-disk-to-reduce-writes-on-solid-state-drives/feed/</wfw:commentRss> <slash:comments>42</slash:comments> </item> <item><title>Use a Ramdisk to increase Firefox security</title><link>http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/</link> <comments>http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/#comments</comments> <pubDate>Fri, 14 Dec 2007 21:38:03 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox security]]></category> <category><![CDATA[firefox tips]]></category> <category><![CDATA[ramdisk]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/</guid> <description><![CDATA[If you choose to delete the cache whenever Firefox exits it's gone, right ? Wrong ! Sure, it got deleted from the hard disk but every file recovery utility, like Recuva, will be able to restore the deleted cache which means that everyone may take a look at each and every website that you visited during your last browsing session.]]></description> <content:encoded><![CDATA[<p>If you choose to delete the cache whenever Firefox exits it&#8217;s gone, right ? Wrong ! Sure, it got deleted from the hard disk but every file recovery utility, like Recuva, will be able to restore the deleted cache which means that everyone may take a look at each and every website that you visited during your last browsing session.</p><p>You could run a free disk space wiper like Eraser every time you close Firefox but that is not very practicable. A far better solution that would also speed up your browsing experience is to use a Ramdisk to store the Firefox cache. Ramdisks, I hear you moan already that they are a relict of the past and not useful anymore. Wrong again..</p><p>Ramdisks make sense in many situations, especially if you have enough RAM so that the Ramdisk gets a decent amount of it. As a quick explanation, a Ramdisk is a temporary disk in your RAM. It has a drive letter and behaves like any hard drive or USB device that is connected to your computer.</p><p><span
id="more-2532"></span>The benefit is that it is faster than a hard drive because RAM is faster than hard drives and that everything that gets written to it will be gone once you restart the computer.</p><p>I&#8217;m going to explain how to create a Ramdisk and set the directory of the Firefox cache to it to increase security and speed. First, download the file <a
href="http://www.box.net/shared/htpmm1zm8e">Ramdisk.sys</a> and extract it to your computer. Start the application ramdisk.exe afterwards.</p><p><img
src='http://www.ghacks.net/wp-content/uploads/2007/12/create-a-ramdisk.jpg' alt='create a ramdisk' /></p><p>Click on the left button Install Ramdisk and wait a few seconds. All other options should become active afterwards. Begin by selecting a size (of your RAM) for the Ramdisk. I would not use more than 50% of your RAM for the Ramdisk, I&#8217;m using 25% which translates to 512 Megabytes of RAM for the Ramdisk.</p><p>Select a drive letter afterwards, pick one from the end to avoid conflicts. Keep the Fixed Media Entry and click on OK. This should initialize the Ramdisk. Check to see if the new drive letter is available in My Computer.</p><p>Now open Firefox and enter about:config in the address bar. Filter for the string <strong>browser.cache.disk.parent_directory</strong>. If it is not found create it by right-clicking the empty space and selecting New > String from the menu. Paste the above string into the form and enter the value driveletter:\\directory.</p><p>My Ramdisk has been created with the drive letter Z:\ which means that I used the value z:\\temp\\ for the Firefox cache. Please note that you have to use double &#8220;\\&#8221; and not single &#8220;\&#8221;.</p><p>Restart Firefox after creating the new entry and visit some websites. Now head over to your Ramdisk and check if the cache is filling with the files of those websites. If you followed this instruction it should. The cache will be deleted once you reboot or shut down your system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/12/14/use-a-ramdisk-to-increase-firefox-security/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Use a Ramdisk to speed up Applications</title><link>http://www.ghacks.net/2007/04/18/use-a-ramdisk-to-speed-up-applications/</link> <comments>http://www.ghacks.net/2007/04/18/use-a-ramdisk-to-speed-up-applications/#comments</comments> <pubDate>Wed, 18 Apr 2007 17:24:50 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ar ramdisk]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[ramdisk]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[speed up software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/04/18/use-a-ramdisk-to-speed-up-applications/</guid> <description><![CDATA[Many modern computers have one, two or even more gigabytes of ram that can be put to good use by creating a Ramdisk that is a virtual drive that uses part of the computers ram. The Ramdisk can be used like every other hard drive, you can copy applications and files to it and start them from there if they allow that. It is for instance possible to move portable applications like Firefox, Thunderbird or Audacity into the Ramdisk and use the advantage that those applications are actually residing in memory which speeds up loading times a lot.
]]></description> <content:encoded><![CDATA[<p>Many modern computers have one, two or even more gigabytes of ram that can be put to good use by creating a Ramdisk that is a virtual drive that uses part of the computers ram. The Ramdisk can be used like every other hard drive, you can copy applications and files to it and start them from there if they allow that. It is for instance possible to move portable applications like Firefox, Thunderbird or Audacity into the Ramdisk and use the advantage that those applications are actually residing in memory which speeds up loading times a lot.</p><p>One convenient way to setup a Ramdisk is to use the software <a
href="http://www.arsoft-online.com/index.php?option=com_remository&#038;Itemid=36" target="_blank">AR Ramdisk</a> which is easy to setup and work with. Just install AR Ramdisk as usual and start configuring the settings afterwards. Assign a drive letter to the Ramdisk and choose a size for it. I would not suggest to select more than a quarter of your Ram but you can experiment with the settings if you like. Leave everything as is and restart your computer afterwards. You should see a new drive letter after the restart, now copy files or applications to the Ramdisk and start them from there.<br
/> <span
id="more-1437"></span><br
/> You will see a noticeable speed increase when running applications from the Ramdisk. A good website to get some portable applications is the <a
href="http://portableapps.com/" target="_blank">portable apps</a> website which has downloads for programs like Firefox, Thunderbird and many others.</p><p>It is also possible to use the Ramdisk for the temp files of Windows. To do that you need to move the Temp directory from the default location to the Ramdisk. To change the default location go to Control Panel -> System -> Advanced -> Environment Variables and change the Windows temp dir to the Ramdisk.</p><p>It should be noted that all data that is in the Ramdisk will be lost if you restart the computer. Remember that the files reside in system Ram. This is great for temp files which means that you do not have to delete the temp files by yourself. It could also be used to set the disk cache of Firefox to the Ramdisk which would mean that it would be automatically cleared during shutdown.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/04/18/use-a-ramdisk-to-speed-up-applications/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
