Kbase 17113: Progress 8.2x: NCR 3.0 Mount Command Correction
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/07/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.2x
NCR
SYMPTOM(s):
Incorrect NCR mount command information in the Installation Guide.
CAUSE:
The NCR 3.0 (Unix V.4 Compatible) mount command in the Progresss Installation Guide for UNIX displays:
mount -F cdfs -r -o nmconv=lm,fperm=555,dperm=555 device-name mount-pt
If this mount command is used it will display the following output:
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
special mount_point
FIX:
The correct mount command for NCR 3.0 (Unix V.4 Compatible) is:
mount -F cdfs -o l device-name mount-point
Example:
mount -F cdfs -o l /dev/cdrom/cdrom1 /cdrom
(The "l" will display the files in lowercase)