<?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: Overview of RAMFS and TMPFS on Linux</title>
	<atom:link href="http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:05:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-21095</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-21095</guid>
		<description>Deleting files on tmpfs does not seem to free the space instantly. It takes about 15 minutes for the freed space to appear on &quot;df&quot;. Anything we could do to free the space instantly?</description>
		<content:encoded><![CDATA[<p>Deleting files on tmpfs does not seem to free the space instantly. It takes about 15 minutes for the freed space to appear on &#8220;df&#8221;. Anything we could do to free the space instantly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vennila</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-20615</link>
		<dc:creator>vennila</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-20615</guid>
		<description>I got good information about tmpfs and ramfs.
Thank you!</description>
		<content:encoded><![CDATA[<p>I got good information about tmpfs and ramfs.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom3k</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-15933</link>
		<dc:creator>tom3k</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-15933</guid>
		<description>iv been seeing alot about a mount paramater &quot;maxsize&quot; for ramfs...

does anyone know if this paramater exists?

i would like basically the features of ramfs (non swap, growing...) but without the hazard of having it fill my ram to 100%.

im using it for my mysql temp folder...</description>
		<content:encoded><![CDATA[<p>iv been seeing alot about a mount paramater &#8220;maxsize&#8221; for ramfs&#8230;</p>
<p>does anyone know if this paramater exists?</p>
<p>i would like basically the features of ramfs (non swap, growing&#8230;) but without the hazard of having it fill my ram to 100%.</p>
<p>im using it for my mysql temp folder&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie Satenstein</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-12039</link>
		<dc:creator>Leslie Satenstein</dc:creator>
		<pubDate>Sun, 28 Jun 2009 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-12039</guid>
		<description>Currently without a ramdisk, my /tmp is getting filled with deletable files (delete on next boot).

By creating the tmpfs as above, what will direct applications to it?   

Otherwise, if it is automatic, how can I benefit from it in a system startup situation?</description>
		<content:encoded><![CDATA[<p>Currently without a ramdisk, my /tmp is getting filled with deletable files (delete on next boot).</p>
<p>By creating the tmpfs as above, what will direct applications to it?   </p>
<p>Otherwise, if it is automatic, how can I benefit from it in a system startup situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnsfine</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-7773</link>
		<dc:creator>johnsfine</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-7773</guid>
		<description>I think you had too much discussion of copying data to disk periodically or on shutdown.  Tmpfs or ramfs are mostly used for data that you would never want after the next reboot.  If it is worth the time/trouble of backing up to disk, it is worth the time to create it on disk in the first place.  Trust the system level caching to make better decisions than you can make manually about buffering writes in ram for speed with delayed writes to disk soon enough for safety.</description>
		<content:encoded><![CDATA[<p>I think you had too much discussion of copying data to disk periodically or on shutdown.  Tmpfs or ramfs are mostly used for data that you would never want after the next reboot.  If it is worth the time/trouble of backing up to disk, it is worth the time to create it on disk in the first place.  Trust the system level caching to make better decisions than you can make manually about buffering writes in ram for speed with delayed writes to disk soon enough for safety.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-7741</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Wed, 01 Apr 2009 21:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-7741</guid>
		<description>@k3ninho,

Thanks for pointing it out. I&#039;ve corrected the comparison table.

@Frank

dev/shm is the typical shared memory. You can use it to pass application data between various process. Following link has an interesting discussion thread on this topic:

http://www.mail-archive.com/lfs-chat@linuxfromscratch.org/msg01251.html</description>
		<content:encoded><![CDATA[<p>@k3ninho,</p>
<p>Thanks for pointing it out. I&#8217;ve corrected the comparison table.</p>
<p>@Frank</p>
<p>dev/shm is the typical shared memory. You can use it to pass application data between various process. Following link has an interesting discussion thread on this topic:</p>
<p><a href="http://www.mail-archive.com/lfs-chat@linuxfromscratch.org/msg01251.html" rel="nofollow">http://www.mail-archive.com/lfs-chat@linuxfromscratch.org/msg01251.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-6936</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 10 Mar 2009 18:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-6936</guid>
		<description>How do these options differ from simply using /dev/shm?

F</description>
		<content:encoded><![CDATA[<p>How do these options differ from simply using /dev/shm?</p>
<p>F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k3ninho</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-3633</link>
		<dc:creator>k3ninho</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-3633</guid>
		<description>Ramesh,

Can you also correct the table (Comparison of ramfs and tmpfs)?  The reference to Non-Volatile Storage doesn&#039;t make sense.  In the standard sense of volatile or non-volatile storage, RAM used in both RAMFS and TMPFS is volatile because when it loses power, it also loses data.

K3n.</description>
		<content:encoded><![CDATA[<p>Ramesh,</p>
<p>Can you also correct the table (Comparison of ramfs and tmpfs)?  The reference to Non-Volatile Storage doesn&#8217;t make sense.  In the standard sense of volatile or non-volatile storage, RAM used in both RAMFS and TMPFS is volatile because when it loses power, it also loses data.</p>
<p>K3n.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drupal performance tuning (1) : PHP Professionals</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-3404</link>
		<dc:creator>Drupal performance tuning (1) : PHP Professionals</dc:creator>
		<pubDate>Mon, 01 Dec 2008 06:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-3404</guid>
		<description>[...] caching (most of the time only usable for anonymous users). You can store these files on a ramdisk for better [...]</description>
		<content:encoded><![CDATA[<p>[...] caching (most of the time only usable for anonymous users). You can store these files on a ramdisk for better [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/comment-page-1/#comment-3318</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=251#comment-3318</guid>
		<description>@aa,  @WB, @Prune,

Ramfs does not use swap. I&#039;ve corrected it in the article. Like Prune mentioned, while copying the guest article and formatting it, I made a mistake. I apologize for the mistake and sincerely appreciate your help in pointing out the issue.</description>
		<content:encoded><![CDATA[<p>@aa,  @WB, @Prune,</p>
<p>Ramfs does not use swap. I&#8217;ve corrected it in the article. Like Prune mentioned, while copying the guest article and formatting it, I made a mistake. I apologize for the mistake and sincerely appreciate your help in pointing out the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
