terry433iid@yahoo.com wrote:
> I have an Ultra60 running Solaris 9 and the cdrom does not seem to be
> working...I place a CDROM in he drive and am unable to see /cdrom. I
> have ran volcheck to try and have the volume manager recognise this
> device but to no avail. Any ideas how I can debug if the device is
> broken or just simply not getting picked up by solaris?
>
I've often found mounting CD's on Solaris a pain. Sometimes I find it
better to disable vold and run the following script.
#!/bin/sh
mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /cdrom
Note there always seems to be new patches for vold. Have you got the
latest?