Patch Date: 2007-01-09 ***************** README for CD Mounting Instructions ***************** To access the information on the enclosed CD, you must first mount the CD by executing these steps: 1. Create a mount point directory, /cdrom, if it does not exist. The directory must have read/write permissions. 2. Determine the block device file for the CD-ROM drive: # ioscan -fnC disk Make a note of the device file as it applies to your system. 3. Run the following commands to start PFS (Portable File System): # nohup pfs_mountd & # nohup pfsd & 4. Mount the CD-ROM by entering: # /usr/sbin/pfs_mount -t rrip /dev/dsk/c#t#d# /cdrom where /c#t#d# is the location of the drive. To unmount the CD-ROM, enter: # pfs_umount /cdrom