From: Andrew Morton <akpm@digeo.com>
To: Alistair J Strachan <alistair@devzero.co.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.69-mm9
Date: Sun, 25 May 2003 13:15:12 -0700 [thread overview]
Message-ID: <20030525131512.45ce0cc2.akpm@digeo.com> (raw)
In-Reply-To: <200305251619.40137.alistair@devzero.co.uk>
Alistair J Strachan <alistair@devzero.co.uk> wrote:
>
>
> These changes don't even get to login for me. I changed the mm9 command line
> to include init=/bin/sh and got to a prompt. I was able to reproduce an
> enormous number of oopses by issuing:
>
> mount -o remount,rw /
>
> I tried to log it with klogd pointed to a different partition (vfat) but the
> problem segfaults klogd before it commits anything to disc. I'll probably try
> to do it via serial console this evening if nobody else can reproduce this.
It sounds like that would be a useful course of action.
> Another oddity is that changing my / partition to ext2 in /etc/fstab and
> booting normally (i.e., without init=) doesn't make any difference. If these
> changes are ext3/jbd only, why is my ext3 volume mounted as ext2 still not
> mounting rw?
Changing fstab will not cause / to be mounted by ext2: the kernel makes the
decision for /. You may be able to use "rootfstype=" (I don't think I've
ever tried it).
The proper way to convert to ext2 is:
- boot with init=/bin/sh
- /sbin/tune2fs -O ^has_journal /dev/hda1
- /sbin/e2fsck -fy /dev/hda1
- reboot, edit /etc/fstab for the non-root filesystems.
next prev parent reply other threads:[~2003-05-25 19:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-25 15:19 2.5.69-mm9 Alistair J Strachan
2003-05-25 20:15 ` Andrew Morton [this message]
2003-05-25 20:35 ` 2.5.69-mm9 Alistair J Strachan
2003-05-25 20:51 ` 2.5.69-mm9 Mike Fedyk
2003-05-25 20:55 ` 2.5.69-mm9 Andrew Morton
[not found] <20030525172746.43b9866d.akpm@digeo.com>
[not found] ` <20030529204324.GF25560@kroah.com>
2003-05-29 23:48 ` 2.5.69-mm9 Alistair J Strachan
-- strict thread matches above, loose matches on Subject: below --
2003-05-25 11:27 2.5.69-mm9 Andrew Morton
2003-05-25 12:56 ` 2.5.69-mm9 Rudmer van Dijk
2003-05-25 14:07 ` 2.5.69-mm9 Ed Sweetman
2003-05-25 20:06 ` 2.5.69-mm9 Andrew Morton
2003-05-25 20:29 ` 2.5.69-mm9 Adrian Bunk
2003-05-25 16:47 ` 2.5.69-mm9 Nicholas Wourms
2003-05-25 17:06 ` 2.5.69-mm9 Adam Kropelin
2003-05-25 21:56 ` 2.5.69-mm9 Felipe Alfaro Solana
2003-05-25 22:48 ` 2.5.69-mm9 Andrew Morton
2003-05-25 23:16 ` 2.5.69-mm9 Neil Brown
2003-05-25 23:19 ` 2.5.69-mm9 Trond Myklebust
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030525131512.45ce0cc2.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=alistair@devzero.co.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox