I just ran the JASS(Solaris Security Toolkit) on my Solaris 8 box to harden it. It stopped many services. Now I am unable to mount my cdrom drive. It used to mount automatically when a cd is placed in the drive, but now it does not.
I am underthe impression that this functionality was because vold was running. JASS renamed the /etc/vold.conf file to something else, but I have since renamed it to its original name. I have also re-enabled vold at startup, but this does not seem to help.
I have also tried to mount it manually, but have been unable to do so.
Actually, I really don’t care that much about the automatic mounting of the drive. I want to be able to mount it using the mount command. I just can’t seem to figure out my correct disk to mount it to and the right syntax to do it.
I have tried to mount my cdrom with the following syntax:
mount -F hsfs -o ro /dev/dsk/cxtxdxsx /cdrom
I have tried all of the disks on my system, which are:
# ls /dev/dsk
c0t0d0s0 c0t0d0s3 c0t0d0s6 c0t1d0s1 c0t1d0s4 c0t1d0s7 c0t2d0s2 c0t2d0s5
c0t0d0s1 c0t0d0s4 c0t0d0s7 c0t1d0s2 c0t1d0s5 c0t2d0s0 c0t2d0s3 c0t2d0s6
c0t0d0s2 c0t0d0s5 c0t1d0s0 c0t1d0s3 c0t1d0s6 c0t2d0s1 c0t2d0s4 c0t2d0s7
If someonecould tell me how to find the correct disk and the right syntax to mount it with, I would really appreciate it. Thanks.