Kbase P31320: Files on the Progress CD mounted on UNIX are all in capitals.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/02/2010 |
|
Status: Verified
SYMPTOM(s):
Files on the Progress CD mounted on UNIX are all in capitals.
Can not install due to not finding the correct file names.
FACT(s) (Environment):
UNIX
Progress/OpenEdge Product Family
CAUSE:
You have mounted the CD ROM using incorrect or missing UNIX mount command parameters.
FIX:
Please review the Progress Installation and Configuration Guide for UNIX to ensure that the mount commands have not changed from what is displayed below:
HP-UX 11:
mount -F cdfs -r -o cdcase device-name mount-point
IBM AIX:
mount -v cdrfs -r device-name mount-point
SCO UnixWare:
mount -F cdfs -r -o nmconv=lm,fperm=555,dperm=555 device-name mount-point
SCO OpenServer:
/etc/mount -f iso9660,lower -r device-name mount-point
Sun Solaris SPARC:
mount -F hsfs -o ro,nrr -r device-name mount-point
Sun Solaris Intel:
mount -F hsfs -r -o ro,nrr device-name mount-point
Compaq Tru64 UNIX:
mount -t cdfs -o noversion device-name mount-point
Linux:
mount -t iso9660 device-name mount-point