[wes@manisec.com: Re: Installing an ext3-based debian system...]

Bill Nash plug-discuss@lists.plug.phoenix.az.us
Wed, 14 Aug 2002 12:29:45 +0000 (UTC)


On Wed, 14 Aug 2002, Trent Shipley wrote:

> Why wouldn't you put the journal on a different physical device?  It seems
> this would improve write performance and provide more security since the
> journal and data are unlikely to become corrupt at the same time.

	I think a better question there is, does he really need to? What
you're suggesting is really an advanced procedure, and incurs more
administration overhead and hassle for the average user. What happens if
mount ordering makes the journal unavailable when the ext3 partition
mounts? Are the performance benefits (however minor) gained from using an
external journal really worth the hassle for anything but a highly
paranoid server/user?
	If a user (no offense, Jiva) is asking for help on simply
installing an ext3 fs, I think where his journal lives is going to be the
least of his concerns for some time. Stop being the troll under the linux
bridge.

- billn


>
> On Wednesday 14 August 2002 12:21 am, Wes Bateman wrote:
> > On Tue, Aug 13, 2002 at 01:35:09PM -0700, Jiva DeVoe wrote:
> > > Can anyone point me to some docs on how to install an Ext3 based debian
> > > system?
> >
> > Hey Jiva!  How've you been? :)
> >
> > Well, I'm pasting a snippet from the ext3 FAQ below.  As for doing it
> > during the install, I think somebody else already addressed that.
> >
> > Since ext3 is basically ext2 with a journal, you can convert ext2 in
> > place, mounted or not.  Tweak /etc/fstab, and poof, ext3 :)  Just make
> > sure your kernel supports it :)  Of course even if it didn't, you could
> > still mount it as ext2.  Quote below:
> >
> > <QUOTE>
> >
> > Q: How do I convert my ext2 partition to ext3? (was: How do I use ext3?)
> > Before you can mount a partition as ext3 you have to create a journal on
> > it. The easiest way to do it is to type:
> >
> >     tune2fs -j /dev/hdaX This can be done on an unmounted or on a
> >     mounted filesystem. If you create the journal on a mounted
> >     filesystem you will see a .journal file. Don't try to delete this
> >     and don't back this up or restore it from backup! If you run tune2fs
> >     -j on an unmounted partition an unvisible journal file will be
> >     created.
> >     Now you can mount the filesystem as ext3 using:
> >
> >         mount -t ext3 /dev/hdaX /mnt/somewhere
> > 	With mke2fs -j /dev/hdaX you can format a partition as ext3 (as
> > 	always it will be also usable as ext2 partion).
> >
> > </QUOTE>
> >
> > Anyway, hope all is well.  Take it easy,
> >
> > Wes
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list  -  PLUG-discuss@lists.plug.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>