Subject: Re: Club Mac CD ROM
To: None <kevin@spef.syr.ge.com>
From: Derrick Hutchinson <derrick1@tribeca.ios.com>
List: port-mac68k
Date: 10/25/1995 15:47:42
On Wed, 25 Oct 1995 kevin@spef.syr.ge.com wrote:

> I tried this last night.  I took an old ISO9660 cd home last night.
> #mount -t cd9660 -r /dev/cd0a /cdrom
> this returned an invalid argument (?? invalid something, not too usefull
> sorry, it was late and I thought I could remember)
> #mount -t cd9660 -r /dev/cd0d /cdrom
> returned device not configured
> These commands do appear to be talking to the drive.
> 
Try to mount the cdrom with the following command:
mount -t cd9660 -o -ro /dev/cd0a /cdrom