CD or DVD media that is formatted with UFS or UDFS file systems might not mount on systems with certain media drives under the following conditions.
The system is running the Solaris 9 operating environment.
Volume Management (vold) is running on the system.
You insert, remove, and reinsert the media.
A mount: I/O error message might display on the system console. The file system on the media is not mounted, and the File Manager graphical user interface for the media is not displayed.
Workaround: In the /etc/rmmount.conf file, add the following line before the line that reads mount * hsfs udfs ufs -o nosuid.
mount cdrom* hsfs udfs ufs -o nosuid ro |
You must enter this line before the line that reads mount * hsfs udfs ufs -o nosuid. After you add this line, the mount section of the /etc/rmmount.conf file should read as follows.
mount cdrom* hsfs udfs ufs -o nosuid ro mount * hsfs udfs ufs -o nosuid |