Subject: Re: SCSI CDROM
To: Gordon W. Ross <gwr@mc.com>
From: Harry Schreurs <HLS@oce.nl>
List: port-sun3
Date: 06/01/1995 19:13:34
> > mknod /dev/cd0 b 18 0
> > mkdir /cdrom
>
> OK there, but you should also make the raw node:
> mknod /dev/rcd0 58 0
>
I will add this to my /dev/MAKEDEV. I will send you a diff
> > 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?
>
> The kernel was probably not configured with CD9660 support.
> Add the option CD9660 to your config file.
I will add the following line to my GENERIC config file:
options CD9660
>
> Gordon
>
Thanks,
Harry
------------------------------------------------------------------------------
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. #
###########################################################