Wednesday 14 March 2007

Solaris 9 - mounting a dvd

DVDs on Solaris 9 do not necessarily work.

Patch your box with 111649-04 and try again

or

just do it the old command line way:

/etc/init.d/volmgt stop
mount -F hsfs -o ro /dev/dsk/c<n>t<n>d<n>s0 /cdrom
cd /cdrom
ls -al

all good stuff

Enjoy.