Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 7 Nov 2001 18:35:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 7 Nov 2001 18:35:04 -0500 Received: from mailhost.idcomm.com ([207.40.196.14]:33747 "EHLO mailhost.idcomm.com") by vger.kernel.org with ESMTP id ; Wed, 7 Nov 2001 18:34:53 -0500 Message-ID: <3BE9C56D.3D31E185@idcomm.com> Date: Wed, 07 Nov 2001 16:36:13 -0700 From: "D. Stimits" Reply-To: stimits@idcomm.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.6-pre1-xfs-4 i686) X-Accept-Language: en MIME-Version: 1.0 CC: linux-kernel@vger.kernel.org Subject: Re: ext3 vs resiserfs vs xfs In-Reply-To: , <5.1.0.14.2.20011107183639.0285a7e0@pop.cus.cam.ac.uk> <5.1.0.14.2.20011107193045.02b07f78@pop.cus.cam.ac.uk> <3BE99650.70AF640E@zip.com.au>, <3BE99650.70AF640E@zip.com.au> <20011107133301.C20245@mikef-linux.matchmail.com> <3BE9AF15.50524856@zip.com.au>, <3BE9AF15.50524856@zip.com.au> <20011107145229.A560@mikef-linux.matchmail.com> <3BE9BCC8.925A1234@zip.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: unlisted-recipients:; (no To-header on input)@localhost.localdomain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton wrote: > > Mike Fedyk wrote: > > > > On Wed, Nov 07, 2001 at 02:00:53PM -0800, Andrew Morton wrote: > > > Mike Fedyk wrote: > > > > > > > > I have a switch "data=journal" that ext2 will choke on when I boot into an > > > > ext2 only kernel. > > > > > > > > Is there another way to change the journaling mode besides modifying > > > > /etc/fstab? > > > > > > Try adding `rootflags=data=journal' to your kernel boot > > > commandline. > > > > > > > Oh, JOY! > > > > adding that line to an ext2 only kernel will make it kernel panic when it > > tries to mount root because it doesn't understand the option! > > > > It's dumb that an unrecognised option be a fatal error. Same > problem with modules, actually. If you add a new module option > to modules.conf and then go back to an older kernel your module > won't load (here's where kaos pokes me with the rtfm stick). It might be interesting if modules.conf had a scheme similar to versioning for System.map. E.G., search first for /etc/modules.conf-2.4.9-6, and if not found, go for /etc/modules.conf (as a fallback in case version-specific didn't exist). D. Stimits, stimits@idcomm.com > > You can create a second entry in lilo.conf which refers to the same > kernel image, but which doesn't have the rootflags option. > > - > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/