[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

8729.0. "Can't open cd device" by PTHRED::VIVENEY (Bob Viveney) Wed Feb 05 1997 15:06

Hi
        I have a AlphaStation 600 5/266. Firmware rev is 6.0.
        The internal cdrom is an RRD45. Unix version is 4.0B (rev 564).

        The CD rom drive seems to work intermittently. Sometimes a
                mount -o ro /dev/rz5c /cdrom
        will work and sometimes (usually) it won't.

        Also, sometimes xmcd will work but usually not.
        I've tracked it (xmcd) down to the open() call
                open("/dev/rrz5c", O_RDWR)
        which either works or takes a long time to fail with
        error "No such device or address".

        The device is ...

        8 fxrp> ll /dev/rrz5c
        crw-------   1 root     system     8,5122 Feb  3 14:21 /dev/rrz5c

        Any ideas?

        - Bob
T.RTitleUserPersonal
Name
DateLines
8729.1correctionPTHRED::VIVENEYBob ViveneyWed Feb 05 1997 15:124
It doesn't matter if I try to open as root for r/w or if
I change perms on the device to allow r/w by group and other or if
I try to open as read only. They all *usually* fail after a long
wait.