Re: 2.6.14.5: segfault / oops with ide-scsi

From: Grant Coady
Date: Sat Dec 31 2005 - 22:52:42 EST


On Sun, 1 Jan 2006 01:04:17 +0100, "Jiri Slaby" <xslaby@xxxxxxxxxx> wrote:

>Grant Coady wrote:
>>Hi there,
>>
>>Got this, trying to mount CDROM on a troublesome box I've not had
>>for long, Intel ICH 801 / 810 -- this with "hdc=ide-scsi":
>>
>>root@niner:~# mount /dev/sr0 /mnt/cdrom/
>>mount: you must specify the filesystem type
>>root@niner:~# mount -t iso9660 /dev/sr0 /mnt/cdrom/
>>mount: /dev/sr0 is not a valid block device
>>root@niner:~# mount -t iso9660 /dev/sg0 /mnt/cdrom/
>>mount: /dev/sg0 is not a block device
>>root@niner:~# mount -t iso9660 /dev/hdc /mnt/cdrom/
>>Segmentation fault
>>
>>Even if this be finger trouble, it should not oops?
>Could you try the patch below, what does it tell us? Somebody is not setting a
>name of a kobject up.

The patch didn't apply cleanly to 2.6.14.5, so I checked alternatives.

Updating firmware on CDROM seems to have done the trick :o) Still
testing, but I've seen it mount a CD now, not done that before (not
a dual-boot box so cannot get second opinion from win).

Thanks,
Grant.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/