<div dir="ltr">To see how easy it is to move from one to the other: <br><br>this creates an ext3 from ext2: tune2fs -j &lt;device&gt; <br>and this the other way round: tune2fs -O ^has_journal &lt;device&gt;; e2fsck &lt;device&gt;<br>
<br>While you could move from ext2 to ext3 with a running writeable mounted partition without any problems, the other way round is more problematic and should only be done with unmounted partitions.<br><br>regards<br><br>
<div class="gmail_quote">On Tue, Sep 9, 2008 at 4:32 AM, Edgar D&#39; Souza <span dir="ltr">&lt;<a href="mailto:edgar.b.dsouza@gmail.com">edgar.b.dsouza@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Sep 8, 2008 at 6:08 PM, Bernhard Schauer<br>
<div class="Ih2E3d">&lt;<a href="mailto:lkml.bschauer@gmail.com">lkml.bschauer@gmail.com</a>&gt; wrote:<br>
</div><div class="Ih2E3d">&gt; Hi Ed,<br>
&gt;<br>
&gt; as ext2 is a subset of ext3 it is also mountable as ext2 (but then without<br>
&gt; journalling). It is required that the Filesystem was clean unmounted before<br>
&gt; to do that.<br>
<br>
</div>Hi Bernhard,<br>
Wow - but earlier posts (in this very thread, I think) implied that<br>
this was not possible - to boot from an ext3 partition by treating it<br>
as ext2...<br>
Well, I did my sdcard partition as ext2, but I think I need to read up<br>
about ext3/ext2 to understand what you have said. Thanks for the info!<br>
<br>
Regards<br>
<div><div></div><div class="Wj3C7c">Ed.<br>
<br>
_______________________________________________<br>
support mailing list<br>
<a href="mailto:support@lists.openmoko.org">support@lists.openmoko.org</a><br>
<a href="https://lists.openmoko.org/mailman/listinfo/support" target="_blank">https://lists.openmoko.org/mailman/listinfo/support</a><br>
</div></div></blockquote></div><br></div>