From: Michael Hemy (mhemy@N2.SP.CS.CMU.EDU)
Date: 08/14/93


From: mhemy@N2.SP.CS.CMU.EDU (Michael Hemy)
Subject: CD-ROM driver bug
Date: Sat, 14 Aug 1993 07:10:58 GMT

Well, I knew I'd be in a dilema whith so many newsgroups: where do you
post bugs ??

Description:
============
Impossible to read files which are nested in the 5th level
directory (or more).

Example:
========
% mount -t iso9660 /dev/sr0 /mnt
% ls -l /mnt/usr/X386/lib/X11/xinit
total 3
-rwxrwxrwx 1 root other 92 May 12 20:45 YMTRANS.TBL
-rwxr-xr-x 1 root other 696 Feb 12 1993 xinitrc
-rwxr-xr-x 1 root other 21 Feb 12 1993 xserverrc
% cat /mnt/usr/X386/lib/X11/xinit/xinitrc
cat: /mnt/usr/X386/lib/X11/xinit/xinitrc: I/O error
%

Additional Details:
===================
- ls works fine.
- cp returns the same error
- more does not do anything (returns the prompt).
- files less deeply nested work fine.

Hardware & Software:
====================
- TOSHIBA 3401B Internal CD-ROM
- adaptec AHA1542-C SCSI controller
- SLS 1.02 linux 0.99-pl9
- CD used is SLS distribution.

Disclaimer:
===========
It's not in the FAQ (version 1.18), I read it all ;-)

Thanks:
=======
In advance to all those that will reply!

--Michael