<?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>D&#039;oh! &#187; filesystem</title>
	<atom:link href="http://pabloseminario.com/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://pabloseminario.com</link>
	<description>pabluk&#039;s blog</description>
	<lastBuildDate>Thu, 15 Sep 2011 23:16:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ext4 support in Ubuntu Intrepid 8.10</title>
		<link>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/</link>
		<comments>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 01:34:00 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pabloseminario.com.ar/?p=46</guid>
		<description><![CDATA[This is just a simple tip to use ext4 filesystems in Ubuntu Intrepid Ibex 8.10. In Ubuntu Jaunty ext4 filesystems is fully supported but in Intrepid was in developing. To use it we must load the module ext4dev sudo modprobe ext4dev to check the filesystems supported by the kernel we can do cat /proc/filesystems there]]></description>
			<content:encoded><![CDATA[<p>This is just a simple tip to use ext4 filesystems in Ubuntu Intrepid Ibex 8.10.<br />
In Ubuntu Jaunty ext4 filesystems is fully supported but in Intrepid was in developing.<br />
To use it we must load the module <span style="font-family: monospace;">ext4dev</span></p>
<pre class="brush:bash; light: true;">sudo modprobe ext4dev</pre>
<p>to check the filesystems supported by the kernel we can do</p>
<pre class="brush:bash; light: true;">cat /proc/filesystems</pre>
<p>there should be a line with <span style="font-family: monospace;">ext4dev</span>.<br />
Now, if we try to mount a formatted partition as ext4, will see that we can not do</p>
<pre class="brush:bash; light: true;">sudo dmesg | tail</pre>
<p>shows a line that says</p>
<pre class="brush:bash; light: true;">EXT4-fs: sda2: not marked OK to use with test code.</pre>
<p>to solve it we need to enable <span style="font-family: monospace;">test_fs</span>, an extended option for ext4 partitions</p>
<pre class="brush:bash; light: true;">sudo tune2fs -E test_fs /dev/sda1</pre>
<p>Now, we can mount it without problems</p>
<pre class="brush:bash; light: true;">sudo mount -t ext4dev /dev/sda1 /mnt/disk</pre>
<p>That&#8217;s all folks!</p>
<p><span style="font-style: italic;">Note 1: replace sda1 by the appropiate device<br />
Note 2: sorry for my english <img src='http://pabloseminario.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://pabloseminario.com/2009/07/01/ext4-support-in-ubuntu-intrepid-8-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

