
1. Logon to system as a root. Insert a CD-ROM into the CD-ROM drive, then enter the following to mount it.
# /usr/sbin/mount -F cdfs -o rr /dev/dsk/<cd-device-name> /mycdrom
Additional note:
In this example, /mycdrom is the CDROM mount point directory and <cd-device-name> is the device name for the CDROM device, for example /dev/dsk/c0t0d6.
2. View the CDROM content.
# cd /mycdrom # ls

