<?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: Mounting an Optical Disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571793#M6317</link>
    <description>The full output to show devices is long so I posted it here: &lt;A href="http://www.gelsana.com/show%20devices.htm" target="_blank"&gt;http://www.gelsana.com/show%20devices.htm&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Jun 2005 14:18:43 GMT</pubDate>
    <dc:creator>Bill Thompson_8</dc:creator>
    <dc:date>2005-06-29T14:18:43Z</dc:date>
    <item>
      <title>Mounting an Optical Disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571791#M6315</link>
      <description>I have been tasked with mounting an optical disk on a VAX Alpha system. &lt;BR /&gt;&lt;BR /&gt;At least I have successfully mounted a CD and ran an installation. (but I new ahead of time what was on the CD -- this is not the case with the Optical Disk. &lt;BR /&gt;&lt;BR /&gt;I did not see much on this in either the Vax admin manual or the user's manual. &lt;BR /&gt;&lt;BR /&gt;It is a VAX Alpha OpenVMS&lt;BR /&gt;&lt;BR /&gt;When I type:&lt;BR /&gt;&lt;BR /&gt;$ show device d &lt;BR /&gt;&lt;BR /&gt;I get a list of the devices and from experience I recognize which one is the hard drive and which one is the CD Drive. How do I determine which one is the Optical Disk Drive?&lt;BR /&gt;&lt;BR /&gt;This imformation is not apparent from: &lt;BR /&gt;&lt;BR /&gt;$ help mount&lt;BR /&gt;&lt;BR /&gt;MOUNT&lt;BR /&gt;&lt;BR /&gt;The Mount utility (MOUNT) makes a disk or magnetic tape volume&lt;BR /&gt;available for processing.&lt;BR /&gt;&lt;BR /&gt;Format&lt;BR /&gt;&lt;BR /&gt;MOUNT device-name[:][,...] [volume-label[,...]]&lt;BR /&gt;&lt;BR /&gt;[logical-name[:]]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, once I have mounted the drive. I suppose it will be easy to just set def to that logical name and browse the contents of the Optical Drive? &lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 20:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571791#M6315</guid>
      <dc:creator>Bill Thompson_8</dc:creator>
      <dc:date>2005-06-27T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting an Optical Disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571792#M6316</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How do I determine which one is the Optical Disk Drive?&lt;BR /&gt;&lt;BR /&gt;  I may not be undestanding exactly what you mean by "Optical Disk Drive".&lt;BR /&gt;&lt;BR /&gt;  $ SHOW DEVICE/FULL D&lt;BR /&gt;&lt;BR /&gt;should give you a verbose listing of all devices with names starting with "D". That should include the device type in the first line. &lt;BR /&gt;&lt;BR /&gt;If it's connected via SCSI, it will probably be called "DKcnnn" - where "c" is a controller letter A,B,C etc... and "nnn" is the SCSI unit ID *100. For example something like "DKA400". First SCSI controller, unit 4. &lt;BR /&gt;&lt;BR /&gt;Also note that SHOW DEV D (without /FULL) shows the device status. Typically "Mounted" or "Online". Your hard drives will probably all be "Mounted". CD and Optical drives without discs in them will be "Online".&lt;BR /&gt;&lt;BR /&gt;The easiest way to Mount an unknown volume is MOUNT/OVER=ID DKcnnn&lt;BR /&gt;&lt;BR /&gt;This will mount the volume privately, and will show the volume label. If you need the volume mounted for all users, then note the label, immediately dismount it then:&lt;BR /&gt;&lt;BR /&gt;$ DISMOUNT DKcnnn&lt;BR /&gt;$ MOUNT/SYSTEM DKcnnn label&lt;BR /&gt;&lt;BR /&gt;From there on you can treat it like any other disk. You don't need to set default, just:&lt;BR /&gt;&lt;BR /&gt;$ DIRECTORY DKcnnn:[000000]&lt;BR /&gt;&lt;BR /&gt;If this doesn't help, please post the output of SHOW DEVICE</description>
      <pubDate>Mon, 27 Jun 2005 22:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571792#M6316</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-06-27T22:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting an Optical Disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571793#M6317</link>
      <description>The full output to show devices is long so I posted it here: &lt;A href="http://www.gelsana.com/show%20devices.htm" target="_blank"&gt;http://www.gelsana.com/show%20devices.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 14:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571793#M6317</guid>
      <dc:creator>Bill Thompson_8</dc:creator>
      <dc:date>2005-06-29T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting an Optical Disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571794#M6318</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;I believe that your optical disk is an RWZ53 located at AS800$DKA500.&lt;BR /&gt;&lt;BR /&gt;How was the data on the drive written?&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 29 Jun 2005 14:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571794#M6318</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-06-29T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting an Optical Disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571795#M6319</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;If the data was written in FILES-11, you should be able to do a $ MOUNT/OVERRIDE=ID/NOWRITE DKA500&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 29 Jun 2005 14:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-an-optical-disk/m-p/3571795#M6319</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-06-29T14:56:09Z</dc:date>
    </item>
  </channel>
</rss>

