<?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: Filesystem with huge files cannot be mounted read-write without CONFIG_LBDAF</title>
	<atom:link href="http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/</link>
	<description>WordPress Services, IT Services</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:59:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Zornitsa</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1781</link>
		<dc:creator>Zornitsa</dc:creator>
		<pubDate>Sun, 09 May 2010 15:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1781</guid>
		<description>Thanks for the post. Figured that one myself the hard way -- been configuring kernel all weekend :( But you know nothing before you&#039;ve messed a couple of kernels :)))</description>
		<content:encoded><![CDATA[<p>Thanks for the post. Figured that one myself the hard way &#8212; been configuring kernel all weekend <img src='http://www.nkuttler.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But you know nothing before you&#8217;ve messed a couple of kernels <img src='http://www.nkuttler.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1780</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 31 Mar 2010 21:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1780</guid>
		<description>You can boot off a different device, some kind of rescue CD would probably be the easiest.</description>
		<content:encoded><![CDATA[<p>You can boot off a different device, some kind of rescue CD would probably be the easiest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1779</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1779</guid>
		<description>sorry for a lame question, but what if it is my root partition? tune2fs is unable to clear huge_file flag from it when it mounted, and I can not remount it read-only.</description>
		<content:encoded><![CDATA[<p>sorry for a lame question, but what if it is my root partition? tune2fs is unable to clear huge_file flag from it when it mounted, and I can not remount it read-only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1778</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1778</guid>
		<description>Thanks for this! I&#039;ll update the article and add the info.</description>
		<content:encoded><![CDATA[<p>Thanks for this! I&#8217;ll update the article and add the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus H</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1777</link>
		<dc:creator>Marcus H</dc:creator>
		<pubDate>Sun, 20 Dec 2009 10:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1777</guid>
		<description>For removing the huge_file option from the filesystem without destroying it you can use this command
tune2fs -O ^huge_file /dev/sda1
then run
fsck /dev/sda1
and it should mount without CONFIG_LBDAF in your kernel.</description>
		<content:encoded><![CDATA[<p>For removing the huge_file option from the filesystem without destroying it you can use this command<br />
tune2fs -O ^huge_file /dev/sda1<br />
then run<br />
fsck /dev/sda1<br />
and it should mount without CONFIG_LBDAF in your kernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Selli</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1776</link>
		<dc:creator>Alessandro Selli</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1776</guid>
		<description>Since the problem is caused by mke2fs.ext4 that by default formats with the huge_file feature on, one can format a new partition giving a set of features that overrides the default and that does not include the huge_file one:

mke2fs -t ext4 -O has_journal,extents,flex_bg,uninit_bg,dir_nlink,extra_isize

Or, one could edit the /etc/mke2fs.conf file and remove the huge_file feature among the default ones, as I did on my Gentoo desktop. I don&#039;t know if one can change the features without reformatting and already formatted partition, though.</description>
		<content:encoded><![CDATA[<p>Since the problem is caused by mke2fs.ext4 that by default formats with the huge_file feature on, one can format a new partition giving a set of features that overrides the default and that does not include the huge_file one:</p>
<p>mke2fs -t ext4 -O has_journal,extents,flex_bg,uninit_bg,dir_nlink,extra_isize</p>
<p>Or, one could edit the /etc/mke2fs.conf file and remove the huge_file feature among the default ones, as I did on my Gentoo desktop. I don&#8217;t know if one can change the features without reformatting and already formatted partition, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1775</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Fri, 23 Oct 2009 07:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1775</guid>
		<description>Indeed, the fooconfig targets offer dependency checking. But I guess the kernel hackers have their reasons for not enabling it, after all not everybody uses the same mkfs options.</description>
		<content:encoded><![CDATA[<p>Indeed, the fooconfig targets offer dependency checking. But I guess the kernel hackers have their reasons for not enabling it, after all not everybody uses the same mkfs options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gg</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1774</link>
		<dc:creator>gg</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1774</guid>
		<description>thanks. this saved me an headache :/
I guess the feature should be automatically flagged whenever ext4 is selected.</description>
		<content:encoded><![CDATA[<p>thanks. this saved me an headache :/<br />
I guess the feature should be automatically flagged whenever ext4 is selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolas</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1773</link>
		<dc:creator>nicolas</dc:creator>
		<pubDate>Tue, 15 Sep 2009 13:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1773</guid>
		<description>Nice, I didn&#039;t know about the search functionality in menuconfig yet. Thanks for pointing that out!</description>
		<content:encoded><![CDATA[<p>Nice, I didn&#8217;t know about the search functionality in menuconfig yet. Thanks for pointing that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arix</title>
		<link>http://www.nkuttler.de/2009/09/14/filesystem-with-huge-files-cannot-be-mounted-read-write-without-config_lbdaf/#comment-1772</link>
		<dc:creator>Arix</dc:creator>
		<pubDate>Tue, 15 Sep 2009 13:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nkuttler.de/?p=956#comment-1772</guid>
		<description>I forgot to add, that I too was custom building the kernel version 2.6.31 (on an old Toshiba laptop).

Thank you</description>
		<content:encoded><![CDATA[<p>I forgot to add, that I too was custom building the kernel version 2.6.31 (on an old Toshiba laptop).</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
