Subject: re: How to mount cdrom?
To: Simon Burge <simonb@telstra.com.au>
From: matthew green <mrg@eterna.com.au>
List: port-pmax
Date: 08/31/1998 22:00:37
   > how can I mount a cd from an external cdrom on SCSI ID4? I tried
   > mount -t cd9660 /dev/rz4a /mnt and some other versions of source
   > device (rrz4a, rz4c,...) but I get an error message "operation not
   > supported by device"?
   
   Just a hunch, but try mounting it read-only.  Add the "-r" flag in
   there.

actually, that error is more likely that you don't have support for
cd9660 in your kernel.  check for

file-system	CD9660

in your kernel config.  most ports can also load a cs9660 LKM but i
don't think the pmax supports lkms?