<?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: Four Tweaks for Using Linux with Solid State Drives</title>
	<atom:link href="http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Install and run GNU/linux Mint 11 from a usb memory stick &#171; Anders Andreasen Blog</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-198990</link>
		<dc:creator>Install and run GNU/linux Mint 11 from a usb memory stick &#171; Anders Andreasen Blog</dc:creator>
		<pubDate>Sat, 19 Nov 2011 21:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-198990</guid>
		<description>[...] also applies to firefox. See e.g. the description here (3. [...]</description>
		<content:encoded><![CDATA[<p>[...] also applies to firefox. See e.g. the description here (3. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I added a Crucial M4 SSD to the Linux box for more SSD goodness &#8230; &#187; Xeizo!</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-178799</link>
		<dc:creator>I added a Crucial M4 SSD to the Linux box for more SSD goodness &#8230; &#187; Xeizo!</dc:creator>
		<pubDate>Sat, 24 Sep 2011 16:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-178799</guid>
		<description>[...] http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/" rel="nofollow">http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ntg</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-177875</link>
		<dc:creator>ntg</dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-177875</guid>
		<description>Just so that people looking now at this really nice post wont be confused: Ext4 is now the way to go with an ssd, since it can make use of the special way ssd needs to clean a block before rewrite</description>
		<content:encoded><![CDATA[<p>Just so that people looking now at this really nice post wont be confused: Ext4 is now the way to go with an ssd, since it can make use of the special way ssd needs to clean a block before rewrite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syn</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-158929</link>
		<dc:creator>Syn</dc:creator>
		<pubDate>Fri, 10 Jun 2011 23:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-158929</guid>
		<description>I would recommend mounting /tmp and /var/tmp tmpfs on any modern system. Speed benefits aside, there are often files which are left in temp dirs by sloppy programs, and these will fill up your drive at best, and compromise your security at worst. One example would be when using &quot;Open With&quot; in firefox it places that file in /tmp, but will not delete it if you click &quot;Clear all&quot; and the file is locked by the application you opened it with. Starting off fresh every boot is a good way to clean it out automagically.</description>
		<content:encoded><![CDATA[<p>I would recommend mounting /tmp and /var/tmp tmpfs on any modern system. Speed benefits aside, there are often files which are left in temp dirs by sloppy programs, and these will fill up your drive at best, and compromise your security at worst. One example would be when using &#8220;Open With&#8221; in firefox it places that file in /tmp, but will not delete it if you click &#8220;Clear all&#8221; and the file is locked by the application you opened it with. Starting off fresh every boot is a good way to clean it out automagically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syn</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-158927</link>
		<dc:creator>Syn</dc:creator>
		<pubDate>Fri, 10 Jun 2011 23:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-158927</guid>
		<description>That&#039;s pretty sweet, I never thought of using tee like that. Of course the reason you can&#039;t use sudo while redirecting stdout to a file (&gt;) is because the fopen() for the redirect happens in the current shell, and the sudo is executing the child process (echo) as a super user.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty sweet, I never thought of using tee like that. Of course the reason you can&#8217;t use sudo while redirecting stdout to a file (&gt;) is because the fopen() for the redirect happens in the current shell, and the sudo is executing the child process (echo) as a super user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New Server, New Software! &#171; something tangential</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-151937</link>
		<dc:creator>New Server, New Software! &#171; something tangential</dc:creator>
		<pubDate>Wed, 11 May 2011 11:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-151937</guid>
		<description>[...] requires some tweaking to get the best speed and life. I found a couple helpful articles here and here about how to do [...]</description>
		<content:encoded><![CDATA[<p>[...] requires some tweaking to get the best speed and life. I found a couple helpful articles here and here about how to do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SSD in Linux and trim (&#8220;discard&#8221;)</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-130654</link>
		<dc:creator>SSD in Linux and trim (&#8220;discard&#8221;)</dc:creator>
		<pubDate>Thu, 17 Feb 2011 10:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-130654</guid>
		<description>[...] Four Tweaks for Using Linux with Solid State Drives [...]</description>
		<content:encoded><![CDATA[<p>[...] Four Tweaks for Using Linux with Solid State Drives [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anarchist</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-130025</link>
		<dc:creator>Anarchist</dc:creator>
		<pubDate>Tue, 15 Feb 2011 01:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-130025</guid>
		<description>The first one id for legacy GRUB. The later is for GRUB2.

Thanks and keep the good will...!!!</description>
		<content:encoded><![CDATA[<p>The first one id for legacy GRUB. The later is for GRUB2.</p>
<p>Thanks and keep the good will&#8230;!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toga</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-110963</link>
		<dc:creator>toga</dc:creator>
		<pubDate>Wed, 24 Nov 2010 15:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-110963</guid>
		<description>If i add the elevator=deadline option to the default parameters in /boot/grub/menu.lst, what should i do with the echo 1 &gt; /sys/block/sd?/queue/iosched/fifo_batch commands. Should i add them to /etc/rc.local, or aren&#039;t they needed in this case?</description>
		<content:encoded><![CDATA[<p>If i add the elevator=deadline option to the default parameters in /boot/grub/menu.lst, what should i do with the echo 1 &gt; /sys/block/sd?/queue/iosched/fifo_batch commands. Should i add them to /etc/rc.local, or aren&#8217;t they needed in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OCZ Onyx SSD + Ubuntu 10.10 &#171; Writing to evolve</title>
		<link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/#comment-110231</link>
		<dc:creator>OCZ Onyx SSD + Ubuntu 10.10 &#171; Writing to evolve</dc:creator>
		<pubDate>Thu, 18 Nov 2010 10:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=992#comment-110231</guid>
		<description>[...] various forums (here &amp; here) and websites (here &amp; here &amp; here)I got to understand a little bit how to tweak my lovely [...]</description>
		<content:encoded><![CDATA[<p>[...] various forums (here &amp; here) and websites (here &amp; here &amp; here)I got to understand a little bit how to tweak my lovely [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: tombuntu.com @ 2012-02-08 19:53:42 -->
