<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Read ISO CD images in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482844#M66744</link>
    <description>Don't know where these images came from, but I wouldn't access them on "daddy's mission critical server". At least one version of Roxio's CD Creator was able to produce an "ISO" CD that crashed a particular OpenVMS version when a MOUNT was attempted there. (Just so that you don't get caught by surprise, OK?)</description>
    <pubDate>Thu, 10 Feb 2005 12:22:13 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2005-02-10T12:22:13Z</dc:date>
    <item>
      <title>Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482834#M66734</link>
      <description>I have downloaded iso cd images.&lt;BR /&gt;&lt;BR /&gt;Is there a way to unpack them without using an empty disk ? On VMS of course ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Feb 2005 06:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482834#M66734</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482835#M66735</link>
      <description>could you use them as a container file with a pseudo disk driver such as VDDRIVER OR LDDRIVER ?</description>
      <pubDate>Thu, 10 Feb 2005 06:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482835#M66735</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-10T06:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482836#M66736</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;Please some more details. How do you do that ?</description>
      <pubDate>Thu, 10 Feb 2005 06:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482836#M66736</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482837#M66737</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;On VMS &amp;gt;= 7.3-1 you can use the LDDRIVER mentioned by Ian.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First you need to setup the driver, run:&lt;BR /&gt;$ @SYS$STARTUP:LD$STARTUP&lt;BR /&gt;&lt;BR /&gt;then you need the LD command. The CLD is embeded in SYS$MANAGER:CDRECORD.COM. You can extract it and do a SET COMMAND or simply run it: &lt;BR /&gt;$ @SYS$MANAGER:CDRECORD.COM VERIFY noexist&lt;BR /&gt;&lt;BR /&gt;and give some nonsense ansawers (this is just to get the LD command!)&lt;BR /&gt;&lt;BR /&gt;Now you have the LDA0 device and the LD command. You can do:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ LD CONNECT isoimage LDA1:&lt;BR /&gt;$ MOUNT /OVER=ID LDA1:&lt;BR /&gt;&lt;BR /&gt;Now you have mounted the CD file.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 10 Feb 2005 07:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482837#M66737</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-10T07:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482838#M66738</link>
      <description>Sad sad sad I'm on 7.3&lt;BR /&gt;&lt;BR /&gt;Thx anyway.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Feb 2005 08:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482838#M66738</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482839#M66739</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;The driver LDDRIVER is also present on the freeware CD:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware50/ld063/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware50/ld063/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 10 Feb 2005 08:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482839#M66739</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-10T08:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482840#M66740</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;It works. Thx.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Feb 2005 09:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482840#M66740</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T09:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482841#M66741</link>
      <description>The LDdriver supplied with CDRECORD does work with AlphaVMS V7.3&lt;BR /&gt;&lt;BR /&gt;or you can install it from the freeware site&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 09:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482841#M66741</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-10T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482842#M66742</link>
      <description>Btw : the command was added without doing an extra @.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 10 Feb 2005 09:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482842#M66742</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-02-10T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482843#M66743</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Probably the command is added with the instalation from the freeware CD. In VMS 7.3-2 the SYS$LDDRIVER is installed with VMS (no need  to install anything), but I could not find (realy I havnt put much effort in searching ;) the LD.CLD as a separate file - it is embeded in SYS$MANAGER:CDRECORD.COM.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 10 Feb 2005 09:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482843#M66743</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-10T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read ISO CD images</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482844#M66744</link>
      <description>Don't know where these images came from, but I wouldn't access them on "daddy's mission critical server". At least one version of Roxio's CD Creator was able to produce an "ISO" CD that crashed a particular OpenVMS version when a MOUNT was attempted there. (Just so that you don't get caught by surprise, OK?)</description>
      <pubDate>Thu, 10 Feb 2005 12:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/read-iso-cd-images/m-p/3482844#M66744</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-02-10T12:22:13Z</dc:date>
    </item>
  </channel>
</rss>

