On Fri, Apr 13 2001, Arthur Pedyczak wrote:
> Hi all,
> here are my $0.02 regarding loop in 2.4.3.
> 
> 1. mounted file
> mount -t iso9660 -o loop file.img /mnt/cdrom
>     worked o.k.
> 2. unmounted
> umount /mnt/cdrom
>     worked o.k.
> 3. mounted file
> mount -t iso9660 -o loop file.img /mnt/cdrom
>     worked o.k.
> 4. tried to unmount
> umount /mnt/cdrom
>    got oops:
> 
> =====================
> Apr 13 20:50:03 cs865114-a kernel: Unable to handle kernel paging request at virtual 
>address 7e92bfd7

Please disable syslog decoding (it sucks) and feed it through ksymoops
instead.

In other words, reproduce and dmesg | ksymoops instead.

-- 
Jens Axboe

-
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/

Reply via email to