[3624] in SIPB_Linux_Development
Re: IMPORTANT: Read this or your kludgey-installed machine will wedge when it next reboots!
daemon@ATHENA.MIT.EDU (chad)
Wed Jan 23 23:38:47 2002
From: chad <y@MIT.EDU>
To: Derek Atkins <warlord@mit.edu>
Cc: Alex Coventry <alex_c@mit.edu>, kludgey-linux-testers@mit.edu,
linux-dev@mit.edu
In-Reply-To: Your message of "23 Jan 2002 23:31:36 EST."
<sjm3d0wz7x3.fsf@kikki.mit.edu>
Date: Wed, 23 Jan 2002 23:38:32 -0500
Message-Id: <20020124043837.D5CB77A073@home.jenwa.org>
It adds an ext3 journal to the filesystem. From the tune2fs manpage on
my system:
-j Add an ext3 journal to the filesystem. If the -J option is
not specified, the default journal parameters will be used
to create an appropriately sized journal (given the size of
the filesystem) stored within the filesystem. Note that you
must be using a kernel which has ext3 support in order to
actually make use of the journal.
My question: why not simply provide a tool for adding a journal for all
suitable partitions, perhaps interactively? From what I gather, ext3 is
stable enough now to recommend to `everyone'....
chad