Subject: Re: 3/50 Ethernet speed
To: Gordon W. Ross <gwr@mc.com>
From: Harry Schreurs <HLS@oce.nl>
List: port-sun3
Date: 06/01/1995 17:15:47
During the startup phase NetBSD did discover that a SCSI CD-ROM is
being connected to my SUN 3/50. Thanks, Gordon!

This is what I got:

    si0 at obio0 addr 0x140000 level 2
    scsibus0 at si0
    si0 targ 6 lun 0: <SONY, CD-ROM CDU-8012, 3.1a> SCSI2 5/cdrom removable
    cd0 at scsibus0: cd present, 426536 x 512 byte records

I created /dev/cd0 using the following command:

    mknod /dev/cd0 b 18 0
    mkdir /cdrom

The command hexdump < /dev/cd0 results in data being read from the
CD-ROM device, so it does work more or less!

However when I try to mount the CD-ROM using "mount_cd9660 /dev/cd0 /cdrom" 
I got:    

    cd9660: Operation not supported
    
Using the following /etc/fstab entry:

    /dev/cd0    /cdrom  cd9660  ro  0   0

gives the same result!

Whats wrong?

Regards,

Harry Schreurs

------------------------------------------------------------------------------
H.L Schreurs                                            Email: hls@oce.nl
Business Unit Printing Systems                          Phone: +31 77 593775
Oce Nederland B.V.                                      Fax:   +31 77 595434
The Netherlands
   
            `Copying and printing with the simple touch of genius' 
------------------------------------------------------------------------------



      ###########################################################
      #  This note does not necessarily represent the position  #
      #     of Oce-Nederland B.V. Therefore no liability or     #
      #      responsibility for whatever will be accepted.      #
      ###########################################################