Try:<br><br>mount -F cdfs -o cdcase /dev/dsk/cXtXdX /cdrom<br><br>If that does not wor, you will need to use pfs_mount. Make sure you have the latest pfs patch installed:<br>PHCO_15453<br><br>Then, start the apprpriate demons:<br>nohup /usr/sbin/pfs_mountd &<br>nohup /usr/sbin/pfsd &<br>veify 4 pfs processes running (mountd, mountd.rpc, pfsd, pfsd.rpc).<br>Then mount your drive. You will need to either create an /etc/pfs_fstab file with the mounting options specified or specify them on the command line:<br><br>ex. of file:<br>/dev/dsk/c1t2d0 /cdrom pfs-rrip xlat=unix 0 0