All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: linux-raid@vger.kernel.org
Subject: Re: Unable to mount root & Problems with Woody
Date: Fri, 21 Feb 2003 11:22:51 +0100	[thread overview]
Message-ID: <20030221102250.GP351@lug-owl.de> (raw)
In-Reply-To: <84BB6E1F4E011742AFB186D469FDEA9A015BDD@fastterminal.fasttrack.net.au>

[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]

On Fri, 2003-02-21 21:15:23 +1100, Lewis Shobbrook <lshobbrook@fasttrack.net.au>
wrote in message <84BB6E1F4E011742AFB186D469FDEA9A015BDD@fastterminal.fasttrack.net.au>:

> /mnt/md0 device resulted in failure because nodes in the dev directory
> would never copy onto the mdX filesystem. Out of frustration I updated

Then you did the copy wrong. Use tar for it, one source partition at a
time. Like this:

(let /usr be on it's own partition)

	cd /usr
	tar cpf - --numeric-owner --one-file-system | \
		(cd /mnt/new/usr && tar xpf - --numeric-owner; ) 

> filesystem,  and all works like a charm.  The raidtools versions are
> both 0.90.200109 for woody and Testing, so the source of the woody woes
> must lay a little deeper, perhaps the raidtools dependencies weren't as
> compatible with woody or mke2fs is somehow different. Anyway hope this
> info helps someone.

With a bit of luck, newer fileutils managed to get the device nodes
right whilst you've not given appropriate parameters to 'cp'?!

> RE; Unable to mount -- Appologies ! I think the mounting trouble with
> ...
> 
> EXT2-fs: md(9.0): couldn't mount because of unsupported optional
> features (fff80000).

Seems you try to mount an unclean ext3 filesystem with ext2 drivers...

> cramfs: wrong magic
> Md: swapper(pid 1) used obsolete MD ioctl, upgrade your software to use
> new ictls. 
> Kernel Panic. 
> 
> ... was likely fstab pointing to /dev/hda1 with lilo.ocnf root=/dev/md0.

That seems to be an ext2 <-> ext3 problem...

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur
    fuer einen Freien Staat voll Freier Bürger" | im Internet!
   Shell Script APT-Proxy: http://lug-owl.de/~jbglaw/software/ap2/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-02-21 10:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-21 10:15 Unable to mount root & Problems with Woody Lewis Shobbrook
2003-02-21 10:22 ` Jan-Benedict Glaw [this message]
2003-02-21 10:24 ` Gordon Henderson
2003-02-21 13:47   ` Ross Vandegrift
2003-02-21 14:01     ` Gordon Henderson

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=20030221102250.GP351@lug-owl.de \
    --to=jbglaw@lug-owl.de \
    --cc=linux-raid@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.