<?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>Kernel-Panik.com &#187; XFS filesystem</title>
	<atom:link href="http://www.kernel-panik.com/wordpress/tag/xfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernel-panik.com/wordpress</link>
	<description>science, technology, linux, howto&#039;s</description>
	<lastBuildDate>Tue, 27 Oct 2009 08:49:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XFS Filesystem performance tweaking on Linux</title>
		<link>http://www.kernel-panik.com/wordpress/2008/01/14/xfs-filesystem-performance-tweaking-on-linux/</link>
		<comments>http://www.kernel-panik.com/wordpress/2008/01/14/xfs-filesystem-performance-tweaking-on-linux/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 10:52:51 +0000</pubDate>
		<dc:creator>Jorge_S</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[XFS filesystem]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel-panik.com]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.kernel-panik.com/wordpress/2008/01/14/xfs-filesystem-tweaking-for-better-performance-tm-on-linux/</guid>
		<description><![CDATA[Some years ago I found this old but still usefull guide for xfs performance tweaking on linux:
Filesystem performance tweaking with XFS on Linux
which is, esencially, a two-steps simple procedure:




Create xfs filesystem with a 64 megabyte log  
 # mkfs.xfs -f -l size=64m /dev/hda3
Mount filesystem with 8 log buffers, and atime and diratime disabled 
 [...]]]></description>
			<content:encoded><![CDATA[<p>Some years ago I found this old but still usefull guide for xfs performance tweaking on linux:</p>
<p><a href="http://www.everything2.com/index.pl?node_id=1479435" title="http://www.everything2.com/index.pl?node_id=1479435" target="_blank">Filesystem performance tweaking with XFS on Linux</a></p>
<p>which is, esencially, a two-steps simple procedure:<br />
<span id="more-7"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0018366203309875";
//www.kernel-panik.com 200x200 Ad unit Link
google_ad_slot = "2232429646";
google_ad_width = 200;
google_ad_height = 200;
//--></script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><font color="#999999">Create xfs filesystem with a 64 megabyte log  </font><font color="#ffff99"><br />
<font color="#339966"> # mkfs.xfs -f -l size=64m /dev/hda3</font></font></p>
<p><font color="#999999">Mount filesystem with 8 log buffers, and atime and diratime disabled </font><font color="#ffff99"><br />
<font color="#339966"> # mount -o noatime,nodiratime,logbufs=8 /dev/hda3 /mnt/gentoo/</font><br />
</font><br />
These simple tweaks do help! specially on large RAID partitions.</p>
<p><font color="#000000">- Corrections, comments, and suggestions are always welcome -</font></p>
<p>-=kp=-</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kernel-panik.com/wordpress/2008/01/14/xfs-filesystem-performance-tweaking-on-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
