Re: Ext3 filesystem info?

Stephen C. Tweedie (sct@redhat.com)
Fri, 17 Sep 1999 16:24:40 +0100 (BST)


Hi,

On Thu, 16 Sep 1999 20:32:40 +0100 (BST), Alex Buell
<alex.buell@tahallah.demon.co.uk> said:

> Just out of interest, will there be tools to convert from ext2 to ext3?

That isn't finalised. I _might_ make the ext3 journal use a reserved
inode, but right now there isn't actually a difference between ext2 and
ext3. You just create a journal file on the ext2 filesystem and tell
the kernel where to find it. Then when you mount it as ext3, everything
is automatically journaled to that file.

If you uncleanly shutdown, then the ext3 filesystem will have a
compatibility flag set in the superblock to prevent you from remounting
it as ext2 without doing a recovery step first. Once that is done, it
becomes mountable as ext2 again.

--Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/