Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: CD files are upper cased
Its the rockridge extensions thing, and using the
correct mount program.
.
There should be a note in the sleeve of the CD explaining
this, but you need to use pfs_mount to get at the CD.
Add a line in /etc/pfs_fstab to identify the device and mount point, like:
# device mount options /dev/dsk/c5t2d0 /cdrom pfs-rrip xlat=unix 0
su root and run the following daemons:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
Then load the cd into the box and type:
/usr/sbin/pfs_mount /cdrom # or whatever your mont point was.
The unmount command is then
/usr/sbin/pfs_umount /cdrom
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
Scott Patterson wrote in message <3721c509.0_at_feed1.realtime.net>...
>I am attempting to install Oracle8 on an HPUX 10.20 box. The problem is
all
>the files on the CD are seen as upper case. The scripts will obviously not
>run.
>
>Seems to me I have seen this before but can not remember the cause/fix.
Can
>someone help be out or point me to an install errors/FAQ?
Received on Sat Apr 24 1999 - 08:26:57 CDT
![]() |
![]() |