2001-04-01 02:01:18

by Bill Rossi

[permalink] [raw]
Subject: Loopback device hangs on mount command


[1.] Loopback device hangs on mount command.

[2.] Mounting a loopback device hangs the process. Eg. Issuing

losetup /dev/loop0 fsimg
mount /dev/loop0 /mnt

will hang at the mount command. The mount process cannot be
killed, nor can the loopback device be destroyed with losetup.

[3.] modules kernel loop
[4.] Linux mantissa 2.4.2 #15 Wed Mar 28 11:00:17 EST 2001 i686

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux mantissa 2.4.2 #15 Wed Mar 28 11:00:17 EST 2001 i686
Kernel modules 2.4.3
Gnu C 2.95.2
Gnu Make 3.75
Binutils 2.6.0.14
Linux C Library 5.4.46
Dynamic linker ldd: version 1.9.9
Linux C++ Library 27.1.4
Linux C++ Library 10.0.so
Procps 0.99
Mount 2.10s
Net-tools V
Kbd 0.89
Sh-utils 1.12
Modules Loaded sg loop isofs sr_mod cdrom ide-scsi aic7xxx 3c59x unix serial es1371 ac97_codec uart401 sound soundcore

Thank you,
Bill Rossi



2001-04-01 02:52:04

by Jens Axboe

[permalink] [raw]
Subject: Re: Loopback device hangs on mount command

On Sat, Mar 31 2001, Bill Rossi wrote:
>
> [1.] Loopback device hangs on mount command.

use 2.4.3, known and fixed bug

--
Jens Axboe

2001-04-01 03:03:35

by Tom Sightler

[permalink] [raw]
Subject: Re: Loopback device hangs on mount command

> [1.] Loopback device hangs on mount command.
>
> [2.] Mounting a loopback device hangs the process. Eg. Issuing
>
> losetup /dev/loop0 fsimg
> mount /dev/loop0 /mnt
>
> will hang at the mount command. The mount process cannot be
> killed, nor can the loopback device be destroyed with losetup.
>
> [4.] Linux mantissa 2.4.2 #15 Wed Mar 28 11:00:17 EST 2001 i686

Widely known and reported problem with 2.4 kernels before 2.4.3. Please
search archives before posting such problems.

Either apply Jens loop patches (available on via your ftp.kernel.org
mirror), apply a recent -ac patch (which includes Jens patches), or upgrade
to 2.4.3 (which also includes Jens patches).

Later,
Tom