2001-02-23 01:21:26

by jeff

[permalink] [raw]
Subject: 2.4.2 seems to break loopback and/or mount

Please CC me on replies. I just joined the list and don't want
to miss any replies.

I have been running 2.4.1-pre10 for quite some time with no
problems. I just upgraded to 2.4.2 and everything seem to work
fine until I did... (as root or course)

mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom

at which point the mount process hung in an uninterruptable sleep.
after that I can no longer successfully issue any other mount
commands, including non-loopback mounts. I can mount/unmount
regular partitions before mounting anything via loopback.

Any ideas as to what is wrong?
The only thing I can think of is that my modutils is v2.3.19
but I doubt that is doing it as the loop module and other modules
are loaded fine.

If anybody has an idea as to what I broke please let me know.
I will upgrade modutils tomorrow and see if the problem goes
away while I wait for a possibly more accurate response.

Thank you,

Jeff Wiegley


2001-02-23 03:04:59

by Mohammad A. Haque

[permalink] [raw]
Subject: Re: 2.4.2 seems to break loopback and/or mount

loopback is broken in 2.4.2 AFAIK. You can grab the loop-6 patch and
apply it to 2.4.2 and it should work.

You should also upgrade modutils to 2.4.2 as it's required by 2.4.2 (so
says the Change file anyways).

[email protected] wrote:
> Any ideas as to what is wrong?
> The only thing I can think of is that my modutils is v2.3.19
> but I doubt that is doing it as the loop module and other modules
> are loaded fine.
>
> If anybody has an idea as to what I broke please let me know.
> I will upgrade modutils tomorrow and see if the problem goes
> away while I wait for a possibly more accurate response.

--

=====================================================================
Mohammad A. Haque http://www.haque.net/
[email protected]

"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
[email protected]
=====================================================================

2001-02-23 03:20:12

by Jim Murray

[permalink] [raw]
Subject: Re: 2.4.2 seems to break loopback and/or mount

On Thu, 22 Feb 2001 [email protected] wrote:

Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.

Jim

> Please CC me on replies. I just joined the list and don't want
> to miss any replies.
>
> I have been running 2.4.1-pre10 for quite some time with no
> problems. I just upgraded to 2.4.2 and everything seem to work
> fine until I did... (as root or course)
>
> mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom
>
> at which point the mount process hung in an uninterruptable sleep.
> after that I can no longer successfully issue any other mount
> commands, including non-loopback mounts. I can mount/unmount
> regular partitions before mounting anything via loopback.
>
> Any ideas as to what is wrong?
> The only thing I can think of is that my modutils is v2.3.19
> but I doubt that is doing it as the loop module and other modules
> are loaded fine.
>
> If anybody has an idea as to what I broke please let me know.
> I will upgrade modutils tomorrow and see if the problem goes
> away while I wait for a possibly more accurate response.
>
> Thank you,
>
> Jeff Wiegley
>
> -
> 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/
>

--
Jim Murray [email protected]

2001-02-23 03:48:35

by J Sloan

[permalink] [raw]
Subject: Re: 2.4.2 seems to break loopback and/or mount

Red Hat 7.x running nicely on a number of machines
here w/ no problem, with all apologies to the Red Hat
bashers -

The real problem is loopback is broken, and the
fix still needs to be merged.

In the meantime, Jens Axboe's loop patches will
make it work -

ftp://ftp.kernel.org/pub/linux/kernel/people/axboe/patches/2.4.2-pre4/

jjs

Murray wrote:

> On Thu, 22 Feb 2001 [email protected] wrote:
>
> Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
> way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.
>
> Jim
>
> > Please CC me on replies. I just joined the list and don't want
> > to miss any replies.
> >
> > I have been running 2.4.1-pre10 for quite some time with no
> > problems. I just upgraded to 2.4.2 and everything seem to work
> > fine until I did... (as root or course)
> >
> > mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom
> >
> > at which point the mount process hung in an uninterruptable sleep.
> > after that I can no longer successfully issue any other mount
> > commands, including non-loopback mounts. I can mount/unmount
> > regular partitions before mounting anything via loopback.
> >
> > Any ideas as to what is wrong?
> > The only thing I can think of is that my modutils is v2.3.19
> > but I doubt that is doing it as the loop module and other modules
> > are loaded fine.
> >
> > If anybody has an idea as to what I broke please let me know.
> > I will upgrade modutils tomorrow and see if the problem goes
> > away while I wait for a possibly more accurate response.
> >
> > Thank you,
> >
> > Jeff Wiegley
> >
> > -
> > 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/
> >
>
> --
> Jim Murray [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/

2001-02-23 03:51:54

by Mohammad A. Haque

[permalink] [raw]
Subject: Re: 2.4.2 seems to break loopback and/or mount

This is not the real problem. Loopback is just broken.


Jim Murray wrote:
>
> On Thu, 22 Feb 2001 [email protected] wrote:
>
> Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
> way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.
>
> Jim
>

--

=====================================================================
Mohammad A. Haque http://www.haque.net/
[email protected]

"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
[email protected]
=====================================================================