File Systems
Derek Broughton
derek at pointerstop.ca
Sat Mar 28 13:41:59 UTC 2009
Karl F. Larsen wrote:
> I have loaded Jaunty Beta twice, and have done a full update on this
> computers Jaunty. All is fine, but I was stopped 2 times because the
> loader was going to use the ext2 file system, but I wanted the ext3 file
> system and found that and both are using it.
Really, there's no problem there. If it's really ext2, it's trivial to add
a journal and turn it into ext3. I wouldn't be surprised though if they
really mean ext2 with journalling: ext3 is not a separate filesystem, it's
just ext2 with journalling. "tune2fs -j ..." Note, you'll want to use
tune2fs with the -C option, anyway, to reduce the frequency of fsck's,
which are much less necessary with ext3 than in ext2, though the defaults
are set the same.
>
> But I noted there is now a ext4 file system. Does anyone know why I
> should use ext4 :-)
No. (Well, somebody does, but I'm happy with JFS).
--
derek
More information about the ubuntu-users
mailing list