<?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>Wagner Danda Weblog &#187; noatime</title>
	<atom:link href="http://www.wagnerdanda.me/tag/noatime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wagnerdanda.me</link>
	<description>.NET, OpenSource, Web 2.0 and other projects</description>
	<lastBuildDate>Fri, 06 Aug 2010 04:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimizing Ubuntu Linux to minimize possible SSD problems</title>
		<link>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/</link>
		<comments>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 02:55:50 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[noatime]]></category>
		<category><![CDATA[nodiratime]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=73</guid>
		<description><![CDATA[Here are other tips on optimizing your Ubuntu Linux to minimize possible SSD problems. I still have some concerns about SSD stuttering and limited life-span, but I hope that following the instructions below I will minimize these problems:

Using noatime and nodiratime

UUID=da949f54-f6a5-4dd3-a293-8b2925834baf /               ext4    noatime,nodiratime,errors=remount-ro0       1

Setting up ramdisk on heavily used temp folder:

tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /media/ramdisk [...]]]></description>
			<content:encoded><![CDATA[<p>Here are other tips on optimizing your Ubuntu Linux to minimize possible SSD problems. I still have some concerns about SSD stuttering and limited life-span, but I hope that following the instructions below I will minimize these problems:</p>
<ul>
<li>Using <strong>noatime</strong> and <strong>nodiratime</strong></li>
</ul>
<blockquote><p>UUID=da949f54-f6a5-4dd3-a293-8b2925834baf /               ext4    noatime,nodiratime,errors=remount-ro0       1</p></blockquote>
<ul>
<li>Setting up ramdisk on heavily used temp folder:</li>
</ul>
<blockquote><p>tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /media/ramdisk tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /var/run tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /var/lock tmpfs defaults,noatime,mode=1777 0 0</p></blockquote>
<ul>
<li>Changing I/O Schedule to &#8220;deadline&#8221;</li>
</ul>
<p>Source: <a href="http://www.ocztechnologyforum.com/forum/showthread.php?t=54379">http://www.ocztechnologyforum.com/forum/showthread.php?t=54379</a></p>
<p>So far, no problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
