<?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: Quickly get up to 5% more disk space from your ext3 volumes</title>
	<atom:link href="http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/</link>
	<description>An Eclectic IT Repository</description>
	<lastBuildDate>Fri, 01 Apr 2011 01:19:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Alberts</title>
		<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/comment-page-1/#comment-92</link>
		<dc:creator>John Alberts</dc:creator>
		<pubDate>Sat, 27 Dec 2008 01:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=97#comment-92</guid>
		<description>I tried to find what you were referring to about it degrading performance, and the only thing I could find is this:


&lt;blockquote&gt;&gt; &gt; Just as a side note but do you really want to reserve 5%
&gt; &gt; of your 2TB partition for root?

The filesystem performance will degrade if you eat into the last 5%,
but as long as you&#039;re willing to live with this tradeoff, and assuming
you don&#039;t need to reserve space for things like log files, then sure,
you can always drop the percentage.
&lt;/blockquote&gt;

So, this seems to indicated that performance will only be degraded if you start using that final 5%.  It&#039;s good to know, but for me, in some situations, the performance trade off is worth it.</description>
		<content:encoded><![CDATA[<p>I tried to find what you were referring to about it degrading performance, and the only thing I could find is this:</p>
<blockquote><p>&gt; &gt; Just as a side note but do you really want to reserve 5%<br />
&gt; &gt; of your 2TB partition for root?</p>
<p>The filesystem performance will degrade if you eat into the last 5%,<br />
but as long as you&#8217;re willing to live with this tradeoff, and assuming<br />
you don&#8217;t need to reserve space for things like log files, then sure,<br />
you can always drop the percentage.
</p></blockquote>
<p>So, this seems to indicated that performance will only be degraded if you start using that final 5%.  It&#8217;s good to know, but for me, in some situations, the performance trade off is worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/comment-page-1/#comment-91</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 26 Dec 2008 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=97#comment-91</guid>
		<description>Unfortunately this is a not so great tip. It could degrade perfomarce of your hard disk a lot. I know it because I tried for a while and the hdd was very slow. Theodore Ts&#039;o, the mantainer of ext{3,4} advices to let this percentage as it is. If you don&#039;t believe me, you can google for it.</description>
		<content:encoded><![CDATA[<p>Unfortunately this is a not so great tip. It could degrade perfomarce of your hard disk a lot. I know it because I tried for a while and the hdd was very slow. Theodore Ts&#8217;o, the mantainer of ext{3,4} advices to let this percentage as it is. If you don&#8217;t believe me, you can google for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Alberts</title>
		<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/comment-page-1/#comment-90</link>
		<dc:creator>John Alberts</dc:creator>
		<pubDate>Wed, 24 Dec 2008 21:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=97#comment-90</guid>
		<description>Actually, it does this for any ext3 file system, regardless of the mount point.  So, if you create seperate ext3 partitions for /, /usr, /home, /var, /boot, you&#039;ve lost 5% of the blocks for each of those partitions.  I&#039;m not sure if it&#039;s possible to disable this completely or not, but I see no reason not to reduce it to 1% instead of 5%.  I haven&#039;t had a chance to try something like &#039;tune2fs -m 0 /dev/sda1&#039; on an unimportant partition.
Let me know if completely disabling it works for you.</description>
		<content:encoded><![CDATA[<p>Actually, it does this for any ext3 file system, regardless of the mount point.  So, if you create seperate ext3 partitions for /, /usr, /home, /var, /boot, you&#8217;ve lost 5% of the blocks for each of those partitions.  I&#8217;m not sure if it&#8217;s possible to disable this completely or not, but I see no reason not to reduce it to 1% instead of 5%.  I haven&#8217;t had a chance to try something like &#8216;tune2fs -m 0 /dev/sda1&#8242; on an unimportant partition.<br />
Let me know if completely disabling it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aniruddha</title>
		<link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/comment-page-1/#comment-89</link>
		<dc:creator>Aniruddha</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindlesstechie.net/?p=97#comment-89</guid>
		<description>Great tip! What about non root (/) partitions? Is it possible and desirable to disable the reserved-blocks-percentage on non root partitions?</description>
		<content:encoded><![CDATA[<p>Great tip! What about non root (/) partitions? Is it possible and desirable to disable the reserved-blocks-percentage on non root partitions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

