linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Don Feliciano <don.feliciano@runbox.com>
To: linux-raid@vger.kernel.org
Subject: kernel panic reading root disk (s/w raid0)
Date: Wed, 02 Nov 2005 22:02:55 -0500	[thread overview]
Message-ID: <43697DDF.1070003@runbox.com> (raw)

  The error:  sh-2006: read_super_block: bread failed (dev md0, block2, 
size 4096)

My config works fine with kernel 2.6.12.  2.6.13 (I've tried everything 
from make oldconfig to a complete
make xconfig walk-through) panics with error above no matter how I 
compile it.

Could I really have a bad superblock?  Why would my 2.6.12 work if that 
were the case?  Also, I tried replacing mdadm.conf with output of mdadm 
--detail -s  Doing so caused 2.6.12 to fail, too (though on md5 not md0, 
so I could boot single user)

My distro is Gentoo.  Any help appreciated!  (I want to follow ~stable)

/boot/grub/grub.conf (relevant portion):

title=Gentoo Linux 2.6.12-r10
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r10 ro root=/dev/md0

/etc/fstab (relevant portion):

/dev/md0    /           reiserfs    noatime                    1 1
/dev/sda1   /boot       ext2        noauto,noatime             1 2
/dev/md1    /usr        reiserfs    noatime                    1 2
/dev/md2    /var        reiserfs    noatime,notail             1 2
/dev/md3    /tmp        reiserfs    noatime,notail             1 2
/dev/md4    /export     reiserfs    noatime,notail             1 2
/dev/md5    /opt        reiserfs    noatime                    1 2
/dev/md6    /fs0        reiserfs    noatime,notail             1 2
/dev/sda10  none        swap        sw,pri=1                   0 0
/dev/sdb10  none        swap        sw,pri=1                   0 0

/etc/mdadm.conf:

DEVICE /dev/sda5 /dev/sdb5
DEVICE /dev/sda6 /dev/sdb6
DEVICE /dev/sda7 /dev/sdb7
DEVICE /dev/sda8 /dev/sdb8
DEVICE /dev/sda9 /dev/sdb9
DEVICE /dev/sda11 /dev/sdb11
DEVICE /dev/sda12 /dev/sdb12

ARRAY /dev/md0 devices=/dev/sda5,/dev/sdb5
ARRAY /dev/md1 devices=/dev/sda6,/dev/sdb6
ARRAY /dev/md2 devices=/dev/sda7,/dev/sdb7
ARRAY /dev/md3 devices=/dev/sda8,/dev/sdb8
ARRAY /dev/md4 devices=/dev/sda9,/dev/sdb9
ARRAY /dev/md5 devices=/dev/sda11,/dev/sdb11
ARRAY /dev/md6 devices=/dev/sda12,/dev/sdb12


                 reply	other threads:[~2005-11-03  3:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=43697DDF.1070003@runbox.com \
    --to=don.feliciano@runbox.com \
    --cc=donf.lists@runbox.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).