Author |
OpenVMS 8.4 - Does not mount CD-ROM |
fdsaiz
Member
Posts: 9
Joined: 23.07.20 |
Posted on July 02 2022 22:29 |
|
|
Hi folks,
I have a fresh OpenVMS 8.4 installation on the latest FreeAXP 4.0.0.670 and having problems mounting a CD drive. The version running is the free one, so I have only one option for raw devices (in addition to the system disk).
I tried both, a physical CD drive and a virtual CD drive and today both refuse to mount from OpenVMS 8.4. The interesting part is that yesterday, using the same command and the same virtual CD drive, it mounted without problems. FWIW, I'm trying to mount the Freeware V8.0 CD to get some goodies installed.
I'm fine with OpenVMS being alien, but this is too much.
Any ideas? |
|
Author |
RE: OpenVMS 8.4 - Does not mount CD-ROM |
Bruce Claremont
Moderator
Posts: 623
Joined: 07.01.10 |
Posted on July 04 2022 02:55 |
|
|
What error(s) do you see? |
|
Author |
RE: OpenVMS 8.4 - Does not mount CD-ROM |
fdsaiz
Member
Posts: 9
Joined: 23.07.20 |
Posted on July 05 2022 04:24 |
|
|
The error I got was illegal block number:
ILLBLKNUM, illegal logical block number
The command used to mount the disk was:
/MOUNT/MEDIA_FORMAT=CDROM/OVERRIDE=IDENTIFICATION DKA100:
Tried today and, believe it or not, it works again:
$ MOUNT/MEDIA_FORMAT=CDROM/OVERRIDE=IDENTIFICATION DKA100
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-CDROM_ISO, FREEW801:UNDEFINED (1 of 1) , mounted on _OVMS84$DKA100:
$
|
|
Author |
RE: OpenVMS 8.4 - Does not mount CD-ROM |
Bruce Claremont
Moderator
Posts: 623
Joined: 07.01.10 |
Posted on July 06 2022 03:16 |
|
|
For what it is worth, I have never used the /MEDIA_FORMAT=CDROM qualifier. I would have mounted using this command:
MOUNT/OVER=ID DKA100: |
|
Author |
RE: OpenVMS 8.4 - Does not mount CD-ROM |
snadow
Member
Posts: 7
Joined: 14.10.08 |
Posted on July 08 2022 03:10 |
|
|
100% agree with Bruce's comment.
/MEDIA_FORMAT=CDROM is what you need if the disk is in ISO 9660 or High Sierra format. But the freeware disk is in the expected-for-OpenVMS ODS-2 (or maybe ODS-5?) format so leave that qualifier off and it will do the right thing. You could put /NOWRITE on there to prevent it from kicking out a warning message that tells you it's read-only if you want to.
Source:
$ HELP MOUNT /MEDIA_FORMAT
Edited by snadow on July 08 2022 03:11 |
|