linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi)
@ 2002-09-12 17:23 Helge Hafting
  2002-09-12 21:26 ` Gregoire Favre
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Hafting @ 2002-09-12 17:23 UTC (permalink / raw)
  To: Linux Kernel Mailing List

2.5.33 works. 2.5.34 and 2.5.34-bk3 won't mount the
root fs.  The root fs is on /dev/md/1, composed
of 2 partitions on different scsi disks.

The RAID-1 setup is autodetected, so it don't look
like a hardware or scsi problem.  Everything seems normal
until the root mount fail and the kernel hangs.  Not
even sysrq works after that.

Helge Hafting

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi)
  2002-09-12 17:23 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi) Helge Hafting
@ 2002-09-12 21:26 ` Gregoire Favre
  0 siblings, 0 replies; 4+ messages in thread
From: Gregoire Favre @ 2002-09-12 21:26 UTC (permalink / raw)
  To: linux-kernel

Hello,

I posted today a similar message (I also use devfs and SCSI but no
raid...). Someone suggested me it was the lack of fs compiled in the
kernel, but it wasn't...

Strange...

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi )
  2002-09-13 21:02 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi ) Cress, Andrew R
@ 2002-09-13 21:37 ` Gregoire Favre
  0 siblings, 0 replies; 4+ messages in thread
From: Gregoire Favre @ 2002-09-13 21:37 UTC (permalink / raw)
  To: linux-kernel

Hello,

Maybe what you suggest could be right ;-)

Martin Fahr send me that:

--- C34/fs/partitions/check.c   Mon Sep  9 20:39:52 2002
+++ /tmp/check.c        Tue Sep 10 09:39:47 2002
@@ -327,7 +327,7 @@
        devfs_auto_unregister(dev->disk_de, slave);
        if (!(dev->flags & GENHD_FL_DEVFS))
                devfs_auto_unregister (slave, dir);
-       for (part = 1, p++; part < max_p; part++, p++)
+       for (part = 1; part < max_p; part++, p++)
                if (p->nr_sects)
                        devfs_register_partition(dev, part);
 #endif

Which I applied, and compiled and magically, I can now boot 2.5.34!!!
He also explained me that it could be because the fs is on the last
partition (which is my case)...

Hope it could be of some helps for other too ;-)

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi )
@ 2002-09-13 21:02 Cress, Andrew R
  2002-09-13 21:37 ` Gregoire Favre
  0 siblings, 1 reply; 4+ messages in thread
From: Cress, Andrew R @ 2002-09-13 21:02 UTC (permalink / raw)
  To: 'Helge Hafting', Linux Kernel Mailing List

Helge,

You've probably already checked this, but is  CONFIG_BLK_DEV_MD=y ?
It won't work if you have a root mirror and this is a configured as a
module.

Andy Cress

-----Original Message-----
From: Helge Hafting [mailto:helge.hafting@broadpark.no] 
Sent: Thursday, September 12, 2002 1:24 PM
To: Linux Kernel Mailing List
Subject: 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi)

2.5.33 works. 2.5.34 and 2.5.34-bk3 won't mount the
root fs.  The root fs is on /dev/md/1, composed
of 2 partitions on different scsi disks.

The RAID-1 setup is autodetected, so it don't look
like a hardware or scsi problem.  Everything seems normal
until the root mount fail and the kernel hangs.  Not
even sysrq works after that.

Helge Hafting
-


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-13 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12 17:23 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi) Helge Hafting
2002-09-12 21:26 ` Gregoire Favre
2002-09-13 21:02 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi ) Cress, Andrew R
2002-09-13 21:37 ` Gregoire Favre

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).