<?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: Problem mounting CD-ROM with funny label in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019695#M12506</link>
    <description>Steven,&lt;BR /&gt;    I'm glad you report stuff, and others.&lt;BR /&gt;I can tell you we (decnet,decnet+) wanted problems reported, esp crashs. And I'm surprized how many folks&lt;BR /&gt;don't. My last contract they had a nasty tcpip&lt;BR /&gt;crash, I offered to report and work it and&lt;BR /&gt;they didn't want me to! I would have got&lt;BR /&gt;the dump to hp if I could.. Dean</description>
    <pubDate>Thu, 14 Jun 2007 16:46:41 GMT</pubDate>
    <dc:creator>Dean McGorrill</dc:creator>
    <dc:date>2007-06-14T16:46:41Z</dc:date>
    <item>
      <title>Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019688#M12499</link>
      <description>Note: "Problem", not "Issue".&lt;BR /&gt;&lt;BR /&gt;Ok, there I was with a fresh picture CD from&lt;BR /&gt;the photo store, and my usual automatic&lt;BR /&gt;how-do-I-know-what-the-label-is mount procedure&lt;BR /&gt;spit up.  Here's the essence on an XP1000:&lt;BR /&gt;&lt;BR /&gt;ALP2 $ write sys$output f$getsyi( "version")&lt;BR /&gt;V8.3&lt;BR /&gt;&lt;BR /&gt;ALP2 $ MOUNT /NOASSIST /OVERRIDE = IDENTIFICATION /NOWRITE cd1&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) , mounted on  _ALP2$DKA400:&lt;BR /&gt;&lt;BR /&gt;ALP2 $ LABEL = F$GETDVI( "cd1", "VOLNAM")&lt;BR /&gt;&lt;BR /&gt;ALP2 $ write sys$output "''label'"&lt;BR /&gt;05_29_07_303&lt;BR /&gt;&lt;BR /&gt;which is incomplete, so naturally:&lt;BR /&gt;&lt;BR /&gt;ALP2 $ dismount cd1&lt;BR /&gt;&lt;BR /&gt;ALP2 $ MOUNT /SYSTEM /NOASSIST /NOWRITE cd1 "''LABEL'"&lt;BR /&gt;%MOUNT-F-INCVOLLABEL, incorrect volume label&lt;BR /&gt;-MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) ,  MOUNT FAILURE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'd settle for either an elegant solution or a&lt;BR /&gt;clever work-around.</description>
      <pubDate>Wed, 13 Jun 2007 20:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019688#M12499</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-13T20:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019689#M12500</link>
      <description>a /MEDIA=CDROM doesn't help, I suppose?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 13 Jun 2007 23:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019689#M12500</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-06-13T23:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019690#M12501</link>
      <description>Hi Steven,&lt;BR /&gt;   well I'll assume v8.3 still has 12 char&lt;BR /&gt;vol label restriction. (I don't have anything here booted with it) &lt;BR /&gt;   at least with the over=id mount,&lt;BR /&gt;you can get the data to a disk, then rewrite&lt;BR /&gt;it do a cd with a shorter label. I know thats&lt;BR /&gt;not elegant.  Dean</description>
      <pubDate>Wed, 13 Jun 2007 23:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019690#M12501</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-13T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019691#M12502</link>
      <description>&lt;!--!*#--&gt;Nah.  The problem is not in the MOUNT, it's&lt;BR /&gt;in the F$GETDVI().  I should have included&lt;BR /&gt;this in the exhibit:&lt;BR /&gt;&lt;BR /&gt;ALP $ mount /noass /syst /nowrit cd1 05_29_07_3036&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) , mounted on  _ALP$DKA600:&lt;BR /&gt;&lt;BR /&gt;(This time on a VMS V7.3-2 system.)&lt;BR /&gt;&lt;BR /&gt;There seems to be at least one 12-byte buffer&lt;BR /&gt;which could use a few more bytes.&lt;BR /&gt;&lt;BR /&gt;alp $ show devi /full cd1&lt;BR /&gt;&lt;BR /&gt;Disk ALP$DKA600:, device type TOSHIBA DVD-ROM SD-M1711, is online, mounted,&lt;BR /&gt;[...]&lt;BR /&gt;    Volume label      "05_29_07_303"    Relative volume number                1&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;It's a trend.&lt;BR /&gt;&lt;BR /&gt;(At least no one should be tempted to suggest&lt;BR /&gt;parsing a "SHOW DEVICE /FULL" report to get&lt;BR /&gt;the _real_ label.  That's a mercy.)</description>
      <pubDate>Wed, 13 Jun 2007 23:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019691#M12502</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-13T23:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019692#M12503</link>
      <description>&amp;gt; I'll assume v8.3 still has 12 char&lt;BR /&gt;&amp;gt; vol label restriction.&lt;BR /&gt;&lt;BR /&gt;Yes and no.  It apparently has a 12-character&lt;BR /&gt;restriction on the label it _reports_, but it&lt;BR /&gt;clearly doesn't have one on the label it&lt;BR /&gt;_demands_.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's a little like the FTP server which&lt;BR /&gt;_displays_ ODS5 extended file names with the&lt;BR /&gt;caret-escapes, but which won't _accept_ a&lt;BR /&gt;file name which contains them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not whining again, am I?  I like to&lt;BR /&gt;reserve the whining for the screen saver&lt;BR /&gt;(that is, screen waster) which won't persuade&lt;BR /&gt;any display I own to go into power-down&lt;BR /&gt;mode.</description>
      <pubDate>Wed, 13 Jun 2007 23:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019692#M12503</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-13T23:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019693#M12504</link>
      <description>A look at the ISO-9660:1988 specs is in order, to see what the legal label length might be.  If this is a legal label, then MOUNT should handle it.&lt;BR /&gt;&lt;BR /&gt;As you surmise, this is likely something emitted up from within the ODS-3 or ODS-4 support -- from the ISO-9660:1988 support within OpenVMS -- that $getdvi and MOUNT are not dealing with correctly.&lt;BR /&gt;&lt;BR /&gt;ODS-3 and -4 haven't changed in any significant way in a while, and omit support for several very common extensions, and omit support for the ISO-9660:1999 volume structures.&lt;BR /&gt;&lt;BR /&gt;This is fodder for a formal report -- that'll get this in front of whomever is maintaining MOUNT and whomever owns the ISO-9660:1988 volume structures.  But you're here, which implies you probably don't have a software support contact.&lt;BR /&gt;&lt;BR /&gt;Ugly workaround: mount the disk on Mac OS X or Linux box manually or via remote services, and copy the giblets over.  &lt;BR /&gt;&lt;BR /&gt;Or continue to use the override mechanism, and (if you get a INCVOLLABEL) replicate the contents over into a just-created LD.   (Ok, so I almost always have a 700 MB LD hanging around.)   There are occasionally some oddnesses around the file structures and around how the ISO-9660:1988 or :1999 volume itself was constructed, use of /undefined_fat can sometimes be required.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019693#M12504</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-14T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019694#M12505</link>
      <description>&amp;gt; [...] that $getdvi and MOUNT are not&lt;BR /&gt;&amp;gt; dealing with correctly.&lt;BR /&gt;&lt;BR /&gt;As I said, MOUNT's happy in general, just not&lt;BR /&gt;with the output from F$GETDVI.  (I haven't&lt;BR /&gt;tried the real $GETDVI to see if it does any&lt;BR /&gt;better, but I suspect that it would, given a&lt;BR /&gt;bigger buffer.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; But you're here, which implies you probably&lt;BR /&gt;&amp;gt; don't have a software support contact.&lt;BR /&gt;&lt;BR /&gt;You mean that this _isn't_ formal support?&lt;BR /&gt;&lt;BR /&gt;Actually, ever since the ITRC Thought Police&lt;BR /&gt;removed my complaint about BACKUP /VERIFY&lt;BR /&gt;failing on symbolic links, I like to complain&lt;BR /&gt;here first, just to see what will happen.&lt;BR /&gt;_Then_, I move on to a _formal_ complaint to&lt;BR /&gt;the "Send us your comments" Web page.  The&lt;BR /&gt;folks there always seem to be happy to hear&lt;BR /&gt;from me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And that's "to whoever is maintaining MOUNT",&lt;BR /&gt;not "whomever".  Where do you think you are,&lt;BR /&gt;comp.os.vms?  (Think of it as "to&lt;BR /&gt;[her/him/it] who[ever] is maintaining MOUNT",&lt;BR /&gt;if the "to" is causing confusion.  It may be&lt;BR /&gt;that "whoever is maintaining MOUNT" forms a&lt;BR /&gt;noun clause, and the whole thing is the&lt;BR /&gt;object of the propostion, but in any case&lt;BR /&gt;(har-har-har), "whoever is" is what needs to&lt;BR /&gt;agree, not "to whomever".)</description>
      <pubDate>Thu, 14 Jun 2007 09:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019694#M12505</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-14T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019695#M12506</link>
      <description>Steven,&lt;BR /&gt;    I'm glad you report stuff, and others.&lt;BR /&gt;I can tell you we (decnet,decnet+) wanted problems reported, esp crashs. And I'm surprized how many folks&lt;BR /&gt;don't. My last contract they had a nasty tcpip&lt;BR /&gt;crash, I offered to report and work it and&lt;BR /&gt;they didn't want me to! I would have got&lt;BR /&gt;the dump to hp if I could.. Dean</description>
      <pubDate>Thu, 14 Jun 2007 16:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019695#M12506</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-14T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019696#M12507</link>
      <description>&lt;!--!*#--&gt;Hmmm.  $GETDVI using an item code of&lt;BR /&gt;DVI$_VOLNAM seems to return only 12&lt;BR /&gt;characters (to a 32-character buffer).&lt;BR /&gt;&lt;BR /&gt;dvidef.h does say:&lt;BR /&gt;&lt;BR /&gt;#define DVI$_VOLNAM 34  /* Volume name - STRING - 12 bytes  */&lt;BR /&gt;&lt;BR /&gt;So the 12 is not a complete mystery, I&lt;BR /&gt;suppose.  Is there some magic item code for a&lt;BR /&gt;longer name which I'm just not seeing?</description>
      <pubDate>Thu, 14 Jun 2007 18:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019696#M12507</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-14T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019697#M12508</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;  Not particularly elegant or clever, but...&lt;BR /&gt;&lt;BR /&gt;  If you can successfully mount the disk using the label returned by MOUNT in the status message, then you can catch it using PIPE. Something like this (untested):&lt;BR /&gt;&lt;BR /&gt;FINDLABEL.COM&lt;BR /&gt;$ OPEN/READ in SYS$PIPE:&lt;BR /&gt;$loop: READ/END=endloop in rec&lt;BR /&gt;$  IF rec-"MOUNT-I-CDROM_ISO".EQS.rec THEN GOTO loop&lt;BR /&gt;$  lab=F$ELEMENT(1," ",F$EDIT(F$ELEMENT(0,":",rec),"COMPRESS"))&lt;BR /&gt;$  DEFINE/JOB CDROM_ISO_LABEL 'lab'&lt;BR /&gt;$ endloop: CLOSE in&lt;BR /&gt;$ EXIT&lt;BR /&gt;&lt;BR /&gt;Now, perform your mount:&lt;BR /&gt;&lt;BR /&gt;$ PIPE MOUNT/whatever... | @FINDLABEL&lt;BR /&gt;$ DISMOUNT&lt;BR /&gt;$ MOUNT/whatever cd1 'F$TRNLNM("CDROM_ISO_LABEL")&lt;BR /&gt;&lt;BR /&gt;It is possible to inline the PIPE, but it gets a bit complex</description>
      <pubDate>Thu, 14 Jun 2007 18:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019697#M12508</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-06-14T18:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019698#M12509</link>
      <description>While I no longer work in VMS Engineering, and don't deal with $GETDVI, I'm still interested whenever unexpected behaviour is noticed.&lt;BR /&gt;&lt;BR /&gt;Take a look at the offsets for the VCB structure, most easily seen in sys$library:lib.req.  You'll see that vcb$t_volnam is at offset 32, and overlaid with vcb$t_volidentifier.  The next cell is at offset 96 (vcb$q_mounttime).  However, you'll see right before that the two "contants" of vcb$s_volname = 12 and vcb$s_volidentifier = 32.  I suspect that the volidentifier stuff was added for non-ODS 2/5 support.&lt;BR /&gt;&lt;BR /&gt;In [SYS]SYSGETDVI.MAR (at label SPC_VOLNAM:), you'll see that the max expected length is hardcoded at 12, which obviously needs some attention.  I'll bug someone tomorrow.&lt;BR /&gt;&lt;BR /&gt;However, it would make everyone's lives a bit easier if there was a formal complaint logged.  I'm not saying that it won't get fixed without a formal call logged, but it gets attention if there's a paying customer who is annoyed.&lt;BR /&gt;&lt;BR /&gt;Fortunately, it's a simple fix.  Don't expect to see a fix for V7.3-2, however, since it's not under standard support.&lt;BR /&gt;&lt;BR /&gt;-- Rob&lt;BR /&gt;&lt;BR /&gt;-- Rob</description>
      <pubDate>Thu, 14 Jun 2007 19:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019698#M12509</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2007-06-14T19:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019699#M12510</link>
      <description>&amp;gt;  Not particularly elegant or clever, but...&lt;BR /&gt;&lt;BR /&gt;Yeah, I thought about doing something like&lt;BR /&gt;that, but I was hoping for more elegance&lt;BR /&gt;and/or cleverness.  Like a secret lexical&lt;BR /&gt;thing.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It is possible to inline the PIPE, but it&lt;BR /&gt;&amp;gt; gets a bit complex&lt;BR /&gt;&lt;BR /&gt;It's already in a procedure, so adding more&lt;BR /&gt;mess is only annoying, not prohibitive.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it gets attention if there's a paying&lt;BR /&gt;&amp;gt; customer who is annoyed.&lt;BR /&gt;&lt;BR /&gt;You mean there are people who _pay_ for this&lt;BR /&gt;stuff?  I guess I _have_ seen that, but it's&lt;BR /&gt;been a while.  As I said, being a lowly&lt;BR /&gt;Hobbyist, the "Send us your comments" Web&lt;BR /&gt;page is about as close to "formal" as I can&lt;BR /&gt;get, but if more formality would help, I&lt;BR /&gt;wouldn't object to some paying volunteer&lt;BR /&gt;sending in one of those 8-part SPR forms.&lt;BR /&gt;(Press firmly.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Don't expect to see a fix for V7.3-2, [...]&lt;BR /&gt;&lt;BR /&gt;I can dream, can't I?  I suppose that I don't&lt;BR /&gt;really _need_ Appletalk these days, so I'm&lt;BR /&gt;not sure that I can justify holding back much&lt;BR /&gt;longer, but, as I always say, change is bad.</description>
      <pubDate>Fri, 15 Jun 2007 00:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019699#M12510</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-15T00:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019700#M12511</link>
      <description>After some investigation, it appears as though the problem is a bit more involved.  I was under the mistaken assumption that the full volume label was correctly stored in the VCB, and that $GETDVI was not returning the full string.&lt;BR /&gt;&lt;BR /&gt;As it turns out, the full volume label isn't being stored, even though the MOUNT command does echo back the full label.  Thus, any fix that needs to be done would involve (at least) MOUNT and the mount verification code, which is, uh, a bit less than straightforward&lt;BR /&gt;(for folks with the sources, look at [SYS]MOUNTVER.MAR).&lt;BR /&gt;&lt;BR /&gt;Now, only the first 12 characters of the label are stored; the extended field (vcb$t_volidentifier) is not referenced anywhere in the VMS sources.&lt;BR /&gt;&lt;BR /&gt;A perverse way to work around the problem is this . . .&lt;BR /&gt;&lt;BR /&gt;$ MOUNT/OVER=ID &lt;DEVNAM&gt; foo&lt;BR /&gt;&lt;BR /&gt;This rather surprising command will ignore the actual (long) volume name and replace it with "foo" (a $ SHOW DEVICE/FULL command will verify this).  The confusing thing is that the MOUNT command echos back the original volume label, but doesn't use it.  A secondary message indicating that the alias is being used would be a reasonable enhancement.&lt;BR /&gt;&lt;BR /&gt;This was discovered by code inspection, where this behaviour is actually documented, so it's not simply some weird unintended side effect; it's a weird intended effect!&lt;BR /&gt;&lt;BR /&gt;-- Rob&lt;/DEVNAM&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019700#M12511</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2007-06-20T22:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019701#M12512</link>
      <description>&amp;gt; A perverse way to work around the problem&lt;BR /&gt;&amp;gt; is this . . .&lt;BR /&gt;&lt;BR /&gt;Only part of the problem.  The original&lt;BR /&gt;complaint involved MOUNT /SYSTEM, and the&lt;BR /&gt;incompatibility between /SYSTEM and&lt;BR /&gt;/OVERRIDE = IDENTIFICATION is what started&lt;BR /&gt;this whole exercise in the first place.&lt;BR /&gt;&lt;BR /&gt;Everything's complicated, I always say.</description>
      <pubDate>Wed, 20 Jun 2007 22:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019701#M12512</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-20T22:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019702#M12513</link>
      <description>IIRC:&lt;BR /&gt;&lt;BR /&gt;MOUNT - as such - requires a label to check whether the right volume is loaded. If the label is correct, it will mount the device and signal (part of) the found label.In yourr case, "LABEL" does not match the label so mount fails. (What happens if you specify:&lt;BR /&gt;$ MOUNT/SYSTEM cd1 "05_29_07_3036: (1 of 1)" or even&lt;BR /&gt;$ MOUNT/SYSTEM cd1 "05_29_07_303" &lt;BR /&gt;&lt;BR /&gt;If /OVERRIDE, the device will be mounted regardless the the label, and show (part of) the found label.&lt;BR /&gt;&lt;BR /&gt;The limit of 12 characters is consistent with SET VOLUME/LABEL adn INIT. Both specify 12 characters as a max for disk labels.&lt;BR /&gt;&lt;BR /&gt;I guess that CD/DVD are considered "disk", and that the driver (DK, DQ?) will just allow these 12 characters be stored internally, but the full label will be shown on mount. Even more: what about characters that are not allowed in VMS terms? The caharcters ( and ) are not recommended...&lt;BR /&gt;&lt;BR /&gt;I complained on 2005's bootcamp about the fact you're not able to post problems like this if you don't have a support contract - as if you're not a costomer. ITRC was said to be the "answer". Ok unless HP doesn't check it (they do, I'm told) or remove entries they don't like. (If OpenSource products have a bug forum, why shouldn't OpenVMS have one?)</description>
      <pubDate>Thu, 21 Jun 2007 07:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019702#M12513</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-06-21T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019703#M12514</link>
      <description>&amp;gt; What happens if you specify: [...]&lt;BR /&gt;&lt;BR /&gt;Oops.  I omitted that experiment, too:&lt;BR /&gt;&lt;BR /&gt;ALP $ mount /over = id cd1&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) , mounted on  _ALP$DKA600:&lt;BR /&gt;ALP $ dism cd1&lt;BR /&gt;&lt;BR /&gt;ALP $ mount /noass /system cd1 "05_29_07_3036: (1 of 1)"&lt;BR /&gt;%MOUNT-F-INCVOLLABEL, incorrect volume label&lt;BR /&gt;-MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) ,  MOUNT FAILURE&lt;BR /&gt;&lt;BR /&gt;ALP $ mount /noass /system cd1 "05_29_07_3036"&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-CDROM_ISO, 05_29_07_3036: (1 of 1) , mounted on  _ALP$DKA600:&lt;BR /&gt;&lt;BR /&gt;So, everything's worse than you might hope.</description>
      <pubDate>Thu, 21 Jun 2007 09:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019703#M12514</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-21T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting CD-ROM with funny label</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019704#M12515</link>
      <description>Ok unless HP doesn't check it (they do, I'm told) or remove entries they don't like. (If OpenSource products have a bug forum, why shouldn't OpenVMS have one?)&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;It should be pretty apparent by now that several of us HP folk monitor this forum and comp.os.vms and take reports of problems quite seriously, independent of whether or not the complainant has a support contract.&lt;BR /&gt;&lt;BR /&gt;For what it's worth, when I raised this issue with a few folks in VMS Engineering, no one asked (or likely cared) if the person reporting the bug had a support contract.&lt;BR /&gt;&lt;BR /&gt;We dislike bugs even more than you do.&lt;BR /&gt;&lt;BR /&gt;-- Rob</description>
      <pubDate>Thu, 21 Jun 2007 10:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mounting-cd-rom-with-funny-label/m-p/4019704#M12515</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2007-06-21T10:11:16Z</dc:date>
    </item>
  </channel>
</rss>

