Re: UFS and Digital CDs

Erik Andersen (andersen@inconnect.com)
Wed, 2 Sep 1998 22:29:25 -0600


On Wed, Sep 02, 1998 at 09:31:14PM -0400, Steven N. Hirsch wrote:
> All,
>
> This is still an A-number-one system killer, folks:
>
> 1) Place DEC distribution CD in drive.
> 2) Type:
>
> # mount -t ufs /dev/hda /mnt
>
> and... she's dead Jim.
>
> Instantaneous full kernel lock-up. 100% repeatable on any machine with
> any type (IDE or SCSI) of drive. No error messages, no log messages.
>
> Who would be the person to look into this little show-stopper?
>
> Steve
>

I maintain the ide-cd code and the uniform cdrom driver. This first step
will make uniform be quite verbose. I am assuming you are using a 2.1.x
kernel. With a nice shiny new kernel I have added some debugging stuff
that may help narrow down where the problem lies. Add the following:

options cdrom debug=1

to your /etc/conf.modules file. This should produce copious kernel
messages from uniform. I'd recommend doing this from a console -- not
X -- in case the messages don't hit your hard disk. I can't guarantee
I can fix this one, depending on where it lies, since I suspect the
problem lurks inside the ufs code, not the cdrom driver, ide, or scsi
layers. This should (hopefully) at least give us a look into _where_ the
ufs code chokes.

-Erik

--
Erik B. Andersen   Web:    http://www.inconnect.com/~andersen/ 
                   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html