Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-25 Thread Shawn Starr


Not /dev/hda42, thats odd. From 2.4.5 -> 2.4.6 ReiserFS would refuse to
mount the drive on startup.

I noticed in pre5 there was a reiserfs fix to something but im not sure if
its related or not.

My domain is also back so I'm going to resubscribe.

Shawn.

On Tue, 19 Jun 2001, Neil Brown wrote:

> On Tuesday June 19, [EMAIL PROTECTED] wrote:
> > On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
> > >
> > > read_super_block: can't find a reiserfs filesystem on dev 03:42
> > > read_old_super_block: try to find super block in old location
> > > read_old_super_block: can't find a reiserfs filesystem on dev 03:42
> > > Kernel Panic: VFS: Unable to mount root fs on 03:42
> > >
> > > my super block broke somewhere?
> >
> > Out of curiousity, what device are you trying to boot from? 03:42, at least
> > according to linux/Documentation/devices.txt, corresponds to /dev/hda42.
>
> or, noting that kdevname used hexadecimal,
>   /dev/hdb2
>
> NeilBrown
>
> >
> > Is that really the disk you're trying to mount? I'm not familiar with how
> > some IDE RAID controllers present disks, but it was the first thing I
> > noticed.
> >
> > -Jeff
> >
> > --
> > Jeff Mahoney
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to [EMAIL PROTECTED]
> > 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-25 Thread Shawn Starr


Not /dev/hda42, thats odd. From 2.4.5 - 2.4.6 ReiserFS would refuse to
mount the drive on startup.

I noticed in pre5 there was a reiserfs fix to something but im not sure if
its related or not.

My domain is also back so I'm going to resubscribe.

Shawn.

On Tue, 19 Jun 2001, Neil Brown wrote:

 On Tuesday June 19, [EMAIL PROTECTED] wrote:
  On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
  
   read_super_block: can't find a reiserfs filesystem on dev 03:42
   read_old_super_block: try to find super block in old location
   read_old_super_block: can't find a reiserfs filesystem on dev 03:42
   Kernel Panic: VFS: Unable to mount root fs on 03:42
  
   my super block broke somewhere?
 
  Out of curiousity, what device are you trying to boot from? 03:42, at least
  according to linux/Documentation/devices.txt, corresponds to /dev/hda42.

 or, noting that kdevname used hexadecimal,
   /dev/hdb2

 NeilBrown

 
  Is that really the disk you're trying to mount? I'm not familiar with how
  some IDE RAID controllers present disks, but it was the first thing I
  noticed.
 
  -Jeff
 
  --
  Jeff Mahoney
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  -
  To unsubscribe from this list: send the line unsubscribe linux-kernel in
  the body of a message to [EMAIL PROTECTED]
  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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Chris Mason



On Tuesday, June 19, 2001 10:33:49 AM +0100 Alan Cox
<[EMAIL PROTECTED]> wrote:

>> 
>> This after only using ac15 for a few hours... I've never seen anything
>> like that with ac13, which I've used for days.
> 
> Is ac14 stable for you ?
> 

Hi Justin,

ac14 was the first with a big reiserfs cleanup patch from me, so it would
be great if you could try it to help narrow things down a bit.

I can also just send you the patch to reverse, it might be faster, just let
me know which way you'd prefer.

-chris

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Alan Cox

> 
> This after only using ac15 for a few hours... I've never seen anything
> like that with ac13, which I've used for days.

Is ac14 stable for you ?


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Justin Guyett

On Mon, 18 Jun 2001, Shawn Starr wrote:

> 1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 ->
> 2.4.6pre3
>
> 2) I tried building it with gcc 3.00 and had same result.

hmm, how ironic, i just had 2.4.5ac15 lock up when untarring gcc 3.0 on a
reiserfs partition (/)

This after only using ac15 for a few hours... I've never seen anything
like that with ac13, which I've used for days.


Justin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Justin Guyett

On Mon, 18 Jun 2001, Shawn Starr wrote:

 1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 -
 2.4.6pre3

 2) I tried building it with gcc 3.00 and had same result.

hmm, how ironic, i just had 2.4.5ac15 lock up when untarring gcc 3.0 on a
reiserfs partition (/)

This after only using ac15 for a few hours... I've never seen anything
like that with ac13, which I've used for days.


Justin

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Chris Mason



On Tuesday, June 19, 2001 10:33:49 AM +0100 Alan Cox
[EMAIL PROTECTED] wrote:

 
 This after only using ac15 for a few hours... I've never seen anything
 like that with ac13, which I've used for days.
 
 Is ac14 stable for you ?
 

Hi Justin,

ac14 was the first with a big reiserfs cleanup patch from me, so it would
be great if you could try it to help narrow things down a bit.

I can also just send you the patch to reverse, it might be faster, just let
me know which way you'd prefer.

-chris

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-19 Thread Alan Cox

 
 This after only using ac15 for a few hours... I've never seen anything
 like that with ac13, which I've used for days.

Is ac14 stable for you ?


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Jeff Mahoney

On Tue, Jun 19, 2001 at 03:31:06PM +1000, Neil Brown wrote:
> On Tuesday June 19, [EMAIL PROTECTED] wrote:
> > On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
> > > 
> > > read_super_block: can't find a reiserfs filesystem on dev 03:42
> > > read_old_super_block: try to find super block in old location
> > > read_old_super_block: can't find a reiserfs filesystem on dev 03:42
> > > Kernel Panic: VFS: Unable to mount root fs on 03:42
> > > 
> > > my super block broke somewhere?
> > 
> > Out of curiousity, what device are you trying to boot from? 03:42, at least
> > according to linux/Documentation/devices.txt, corresponds to /dev/hda42.
> 
> or, noting that kdevname used hexadecimal, 
>   /dev/hdb2

Ugh. Ignore me, I should've known that.

-Jeff

-- 
Jeff Mahoney
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Neil Brown

On Tuesday June 19, [EMAIL PROTECTED] wrote:
> On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
> > 
> > read_super_block: can't find a reiserfs filesystem on dev 03:42
> > read_old_super_block: try to find super block in old location
> > read_old_super_block: can't find a reiserfs filesystem on dev 03:42
> > Kernel Panic: VFS: Unable to mount root fs on 03:42
> > 
> > my super block broke somewhere?
> 
> Out of curiousity, what device are you trying to boot from? 03:42, at least
> according to linux/Documentation/devices.txt, corresponds to /dev/hda42.

or, noting that kdevname used hexadecimal, 
  /dev/hdb2

NeilBrown

> 
> Is that really the disk you're trying to mount? I'm not familiar with how
> some IDE RAID controllers present disks, but it was the first thing I
> noticed.
> 
> -Jeff
> 
> -- 
> Jeff Mahoney
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Jeff Mahoney

On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
> 
> read_super_block: can't find a reiserfs filesystem on dev 03:42
> read_old_super_block: try to find super block in old location
> read_old_super_block: can't find a reiserfs filesystem on dev 03:42
> Kernel Panic: VFS: Unable to mount root fs on 03:42
> 
> my super block broke somewhere?

Out of curiousity, what device are you trying to boot from? 03:42, at least
according to linux/Documentation/devices.txt, corresponds to /dev/hda42.

Is that really the disk you're trying to mount? I'm not familiar with how
some IDE RAID controllers present disks, but it was the first thing I
noticed.

-Jeff

-- 
Jeff Mahoney
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Chris Mason



On Monday, June 18, 2001 11:57:16 PM -0400 Shawn Starr <[EMAIL PROTECTED]>
wrote:

> 
> read_super_block: can't find a reiserfs filesystem on dev 03:42
> read_old_super_block: try to find super block in old location
> read_old_super_block: can't find a reiserfs filesystem on dev 03:42
> Kernel Panic: VFS: Unable to mount root fs on 03:42
> 
> my super block broke somewhere?

Well, this one is usually due to massive corruption or a configuration 
error. Are the correct drives and controllers found during boot?

-chris

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


read_super_block: can't find a reiserfs filesystem on dev 03:42
read_old_super_block: try to find super block in old location
read_old_super_block: can't find a reiserfs filesystem on dev 03:42
Kernel Panic: VFS: Unable to mount root fs on 03:42

my super block broke somewhere?

Shawn.

On Mon, 18 Jun 2001, Shawn Starr wrote:

>
> Two things:
>
> 1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 ->
> 2.4.6pre3
>
> 2) I tried building it with gcc 3.00 and had same result.
>
> 3) I now have gcc 3.00 and going to rebuild 2.4.6-pre2 and see if reiserfs
> panics if it doesn't there's an issue with the new pre3 modifications.
>
> I hope ReiserFS *MAINTAINS* compatability from slightly older revisions,
> or even migrates systems over to handle new issues.
>
> Shawn.
>
> On Mon, 18 Jun 2001, Olivier Galibert wrote:
>
> > On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
> > > When diffing 2.4.6-pre2 & pre3 I noticed some reiserfs code was changed.
> > > This seems to cause VFS to panic via reiserfs.
> > >
> > > Anyone else notice this?
> >
> > I don't, and I boot on reiserfs.
> >
> >   OG.
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to [EMAIL PROTECTED]
> > 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Chris Mason



On Monday, June 18, 2001 10:58:57 PM -0400 Shawn Starr
<[EMAIL PROTECTED]> wrote:

> 
> When diffing 2.4.6-pre2 & pre3 I noticed some reiserfs code was
> changed. This seems to cause VFS to panic via reiserfs.
> 
> Anyone else notice this?

What is the panic message?

-chris



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


Two things:

1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 ->
2.4.6pre3

2) I tried building it with gcc 3.00 and had same result.

3) I now have gcc 3.00 and going to rebuild 2.4.6-pre2 and see if reiserfs
panics if it doesn't there's an issue with the new pre3 modifications.

I hope ReiserFS *MAINTAINS* compatability from slightly older revisions,
or even migrates systems over to handle new issues.

Shawn.

On Mon, 18 Jun 2001, Olivier Galibert wrote:

> On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
> > When diffing 2.4.6-pre2 & pre3 I noticed some reiserfs code was changed.
> > This seems to cause VFS to panic via reiserfs.
> >
> > Anyone else notice this?
>
> I don't, and I boot on reiserfs.
>
>   OG.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Olivier Galibert

On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
> When diffing 2.4.6-pre2 & pre3 I noticed some reiserfs code was changed.
> This seems to cause VFS to panic via reiserfs.
> 
> Anyone else notice this?

I don't, and I boot on reiserfs.

  OG.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


When diffing 2.4.6-pre2 & pre3 I noticed some reiserfs code was changed.
This seems to cause VFS to panic via reiserfs.

Anyone else notice this?

Shawn.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


When diffing 2.4.6-pre2  pre3 I noticed some reiserfs code was changed.
This seems to cause VFS to panic via reiserfs.

Anyone else notice this?

Shawn.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Olivier Galibert

On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
 When diffing 2.4.6-pre2  pre3 I noticed some reiserfs code was changed.
 This seems to cause VFS to panic via reiserfs.
 
 Anyone else notice this?

I don't, and I boot on reiserfs.

  OG.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


Two things:

1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 -
2.4.6pre3

2) I tried building it with gcc 3.00 and had same result.

3) I now have gcc 3.00 and going to rebuild 2.4.6-pre2 and see if reiserfs
panics if it doesn't there's an issue with the new pre3 modifications.

I hope ReiserFS *MAINTAINS* compatability from slightly older revisions,
or even migrates systems over to handle new issues.

Shawn.

On Mon, 18 Jun 2001, Olivier Galibert wrote:

 On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
  When diffing 2.4.6-pre2  pre3 I noticed some reiserfs code was changed.
  This seems to cause VFS to panic via reiserfs.
 
  Anyone else notice this?

 I don't, and I boot on reiserfs.

   OG.
 -
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Chris Mason



On Monday, June 18, 2001 10:58:57 PM -0400 Shawn Starr
[EMAIL PROTECTED] wrote:

 
 When diffing 2.4.6-pre2  pre3 I noticed some reiserfs code was
 changed. This seems to cause VFS to panic via reiserfs.
 
 Anyone else notice this?

What is the panic message?

-chris



-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Shawn Starr


read_super_block: can't find a reiserfs filesystem on dev 03:42
read_old_super_block: try to find super block in old location
read_old_super_block: can't find a reiserfs filesystem on dev 03:42
Kernel Panic: VFS: Unable to mount root fs on 03:42

my super block broke somewhere?

Shawn.

On Mon, 18 Jun 2001, Shawn Starr wrote:


 Two things:

 1) It broke apparently with gcc 2.95.3 when patching from 2.4.6-pre2 -
 2.4.6pre3

 2) I tried building it with gcc 3.00 and had same result.

 3) I now have gcc 3.00 and going to rebuild 2.4.6-pre2 and see if reiserfs
 panics if it doesn't there's an issue with the new pre3 modifications.

 I hope ReiserFS *MAINTAINS* compatability from slightly older revisions,
 or even migrates systems over to handle new issues.

 Shawn.

 On Mon, 18 Jun 2001, Olivier Galibert wrote:

  On Mon, Jun 18, 2001 at 10:58:57PM -0400, Shawn Starr wrote:
   When diffing 2.4.6-pre2  pre3 I noticed some reiserfs code was changed.
   This seems to cause VFS to panic via reiserfs.
  
   Anyone else notice this?
 
  I don't, and I boot on reiserfs.
 
OG.
  -
  To unsubscribe from this list: send the line unsubscribe linux-kernel in
  the body of a message to [EMAIL PROTECTED]
  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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Chris Mason



On Monday, June 18, 2001 11:57:16 PM -0400 Shawn Starr [EMAIL PROTECTED]
wrote:

 
 read_super_block: can't find a reiserfs filesystem on dev 03:42
 read_old_super_block: try to find super block in old location
 read_old_super_block: can't find a reiserfs filesystem on dev 03:42
 Kernel Panic: VFS: Unable to mount root fs on 03:42
 
 my super block broke somewhere?

Well, this one is usually due to massive corruption or a configuration 
error. Are the correct drives and controllers found during boot?

-chris

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Jeff Mahoney

On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
 
 read_super_block: can't find a reiserfs filesystem on dev 03:42
 read_old_super_block: try to find super block in old location
 read_old_super_block: can't find a reiserfs filesystem on dev 03:42
 Kernel Panic: VFS: Unable to mount root fs on 03:42
 
 my super block broke somewhere?

Out of curiousity, what device are you trying to boot from? 03:42, at least
according to linux/Documentation/devices.txt, corresponds to /dev/hda42.

Is that really the disk you're trying to mount? I'm not familiar with how
some IDE RAID controllers present disks, but it was the first thing I
noticed.

-Jeff

-- 
Jeff Mahoney
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Neil Brown

On Tuesday June 19, [EMAIL PROTECTED] wrote:
 On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
  
  read_super_block: can't find a reiserfs filesystem on dev 03:42
  read_old_super_block: try to find super block in old location
  read_old_super_block: can't find a reiserfs filesystem on dev 03:42
  Kernel Panic: VFS: Unable to mount root fs on 03:42
  
  my super block broke somewhere?
 
 Out of curiousity, what device are you trying to boot from? 03:42, at least
 according to linux/Documentation/devices.txt, corresponds to /dev/hda42.

or, noting that kdevname used hexadecimal, 
  /dev/hdb2

NeilBrown

 
 Is that really the disk you're trying to mount? I'm not familiar with how
 some IDE RAID controllers present disks, but it was the first thing I
 noticed.
 
 -Jeff
 
 -- 
 Jeff Mahoney
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 -
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.6-pre3 breaks ReiserFS mount on boot

2001-06-18 Thread Jeff Mahoney

On Tue, Jun 19, 2001 at 03:31:06PM +1000, Neil Brown wrote:
 On Tuesday June 19, [EMAIL PROTECTED] wrote:
  On Mon, Jun 18, 2001 at 11:57:16PM -0400, Shawn Starr wrote:
   
   read_super_block: can't find a reiserfs filesystem on dev 03:42
   read_old_super_block: try to find super block in old location
   read_old_super_block: can't find a reiserfs filesystem on dev 03:42
   Kernel Panic: VFS: Unable to mount root fs on 03:42
   
   my super block broke somewhere?
  
  Out of curiousity, what device are you trying to boot from? 03:42, at least
  according to linux/Documentation/devices.txt, corresponds to /dev/hda42.
 
 or, noting that kdevname used hexadecimal, 
   /dev/hdb2

Ugh. Ignore me, I should've known that.

-Jeff

-- 
Jeff Mahoney
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/