Author |
How do I create ODS-2 format ISO image |
DelawareDH
Member
Posts: 3
Joined: 17.03.09 |
Posted on May 15 2009 17:21 |
|
|
i just downloaded a number of .zip files to my windows system. I have extracted them into a folder. I now need to create a VMS-format ISO image so I can load the files onto my VMS system. I have loaded OpenVMS onto windows and linux using SIMH. |
|
Author |
RE: How do I create ODS-2 format ISO image |
DelawareDH
Member
Posts: 3
Joined: 17.03.09 |
Posted on May 16 2009 16:31 |
|
|
One thing I am trying to do is move .com and .c and .for files I have in a windows environment. I have loaded OpenVMS 7.3 onto a linux system running SIMH. I have not yet - and do not know yet how to - load FTP but I do know how to attach an ISO as a CDROM. I wanted to create an ISO holding these files so that I could easily access them - rather then retype or copy/paste them individually into the system.
Is there any documentation on VMS file structure. Perhaps I could write something and then when it works, put it up on this site for others to use. |
|
Author |
RE: How do I create ODS-2 format ISO image |
HobbyistOne
Super Administrator

Posts: 126
Location: Plano, TX
Joined: 20.02.08 |
Posted on July 29 2009 15:21 |
|
|
Is it just me, or are we trying to answer the wrong question?
If you are trying to get files to SIMH from your windows system, start up the FTP Server on the OpenVMS side, and use the Windows/Linux ftp client to copy them over there.
Or use a tool like mkisofs to make an ISO 9660 iso image of the files, then you can map an RRD42 device to that .iso file in your vax.ini file, and mount it on OpenVMS (which will happily mount an ISO 9660 CD).
|
|
Author |
RE: How do I create ODS-2 format ISO image |
martinv2
Member
Posts: 107
Location: Goslar, Germany
Joined: 02.10.07 |
Posted on July 29 2009 23:51 |
|
|
Getting networking working with simh on Microsoft Windows can be an adventure.
It's not that difficult. Using the TAP driver that comes with OpenVPN, you can set it up quite easily as described in
my post.
cu,
Martin
http://de.openvms.org/martinv/ |
|
Author |
RE: How do I create ODS-2 format ISO image |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on May 07 2010 18:28 |
|
|
Most recent versions of VMS can mount an ISO CD-ROM. Just make sure that you use 8 x 3 filenames.
For the actual burning, use burn at once and do not use multi-sessions.
So if you are mastering on something other than VMS, just follow those restrictions and that is it.
What is commonly known as an ISO file is just the disk data and any empty sectors between the start of the disk and the highest block used in one flat file.
You can use the logical disk facility to create a container file of the size of the CD-ROM or DVD you want to burn and then FTP it in binary mode to the system that you either want to mount the ISO or burn it.
Some software may want you to give it an extension of .ISO.
|
|