<?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: Reiser4 Performances on Ubuntu 9.10</title>
	<atom:link href="http://blog.alessiosignorini.com/2010/02/reiser4-performances/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/</link>
	<description>Cool things I believe the world should know about...</description>
	<lastBuildDate>Wed, 25 Aug 2010 23:44:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-123</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 24 Apr 2010 17:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-123</guid>
		<description>thanks
I must be total noob at this, I kinda get how to build the kernel but how does ur partition change? im assuming u just make a second one and transfer your whole /?</description>
		<content:encoded><![CDATA[<p>thanks<br />
I must be total noob at this, I kinda get how to build the kernel but how does ur partition change? im assuming u just make a second one and transfer your whole /?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessio Signorini</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-118</link>
		<dc:creator>Alessio Signorini</dc:creator>
		<pubDate>Sun, 04 Apr 2010 23:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-118</guid>
		<description>Applying a patch is very simple once you downloaded it. You can follow &lt;a href=&quot;http://www.linuxhq.com/patch-howto.html&quot; rel=&quot;nofollow&quot;&gt;these instructions&lt;/a&gt; for example. Generally, from the &lt;em&gt;/usr/src&lt;/em&gt; directory you will launch something like &quot;&lt;em&gt;gzip -d -c patch.gz &#124; patch -p0&lt;/em&gt;&quot; or &quot;&lt;em&gt;patch -p0 &lt; patch&lt;/em&gt;&quot;.</description>
		<content:encoded><![CDATA[<p>Applying a patch is very simple once you downloaded it. You can follow <a href="http://www.linuxhq.com/patch-howto.html" rel="nofollow">these instructions</a> for example. Generally, from the <em>/usr/src</em> directory you will launch something like &#8220;<em>gzip -d -c patch.gz | patch -p0</em>&#8221; or &#8220;<em>patch -p0 &lt; patch</em>&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-115</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 01 Apr 2010 11:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-115</guid>
		<description>Where did you get the steps to building a Reiser4 kernel. Is there anywhere where it is clearly laidout? I tried using the wiki before but it doesnt really tell you how to apply the patch. Thanks!</description>
		<content:encoded><![CDATA[<p>Where did you get the steps to building a Reiser4 kernel. Is there anywhere where it is clearly laidout? I tried using the wiki before but it doesnt really tell you how to apply the patch. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessio Signorini</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-104</link>
		<dc:creator>Alessio Signorini</dc:creator>
		<pubDate>Mon, 22 Mar 2010 03:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-104</guid>
		<description>To check the real dimension of your files use &quot;&lt;em&gt;du -s &lt;directory&gt;&lt;/em&gt;&quot;. If you want to see what is the actual space occupied/free on the drive/partition use &quot;&lt;em&gt;df&lt;/em&gt;&quot;.</description>
		<content:encoded><![CDATA[<p>To check the real dimension of your files use &#8220;<em>du -s &lt;directory&gt;</em>&#8220;. If you want to see what is the actual space occupied/free on the drive/partition use &#8220;<em>df</em>&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessio Signorini</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-86</link>
		<dc:creator>Alessio Signorini</dc:creator>
		<pubDate>Mon, 08 Mar 2010 02:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-86</guid>
		<description>It is normal, since you selected the compressMode &quot;ultimately&quot;, things
are not compressed right away. They are copied uncompressed somewhere to
increase speed and efficiency and then moved/compressed later when there
are some spare CPU cycles and if it has been established that the
content is compressible. It&#039;s a pretty amazing feature, don&#039;t you think? :)

If you really want it to be compress everything right away use
compressMode=force, but based on my tests I would not recommend it</description>
		<content:encoded><![CDATA[<p>It is normal, since you selected the compressMode &#8220;ultimately&#8221;, things<br />
are not compressed right away. They are copied uncompressed somewhere to<br />
increase speed and efficiency and then moved/compressed later when there<br />
are some spare CPU cycles and if it has been established that the<br />
content is compressible. It&#8217;s a pretty amazing feature, don&#8217;t you think? <img src='http://blog.alessiosignorini.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you really want it to be compress everything right away use<br />
compressMode=force, but based on my tests I would not recommend it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bringfried Stecklum</title>
		<link>http://blog.alessiosignorini.com/2010/02/reiser4-performances/comment-page-1/#comment-85</link>
		<dc:creator>Bringfried Stecklum</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alessiosignorini.com/?p=277#comment-85</guid>
		<description>Hi Alessio, I did the same a few days ago also for the 2.6.31 kernel. Everything works fine except the compression. I created the Reiser4 partition with sudo mkfs.reiser4 -o create=ccreg40,compress=gzip1,compressMode=ultim,cluster=8K /dev/sda4. When I copy a folder to this partition (/mnt), its size does not shrink,e.g. du -sm Documents/ /mnt/Documents/
104	Documents/
106	/mnt/Documents/</description>
		<content:encoded><![CDATA[<p>Hi Alessio, I did the same a few days ago also for the 2.6.31 kernel. Everything works fine except the compression. I created the Reiser4 partition with sudo mkfs.reiser4 -o create=ccreg40,compress=gzip1,compressMode=ultim,cluster=8K /dev/sda4. When I copy a folder to this partition (/mnt), its size does not shrink,e.g. du -sm Documents/ /mnt/Documents/<br />
104	Documents/<br />
106	/mnt/Documents/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
