home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20737 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  2.7 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatech!concert!ais.com!bruce
  2. From: bruce@ais.com (Bruce C. Wright)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: How to mount ISO and HSG CD-ROM's on (Open)VMS?
  5. Message-ID: <1993Jan11.123307.5936@ais.com>
  6. Date: 11 Jan 93 12:33:06 GMT
  7. References: <7BO0SNI@netmbx.netmbx.de> <11JAN199309032147@author.gsfc.nasa.gov>
  8. Organization: Applied Information Systems, Chapel Hill, NC
  9. Lines: 40
  10.  
  11. In article <11JAN199309032147@author.gsfc.nasa.gov>, rkoehler@author.gsfc.nasa.gov (Bob Koehler) writes:
  12. > In article <7BO0SNI@netmbx.netmbx.de>, weis@netmbx.netmbx.de (Dietmar Weis) writes...
  13. >>In Ultrix you have to specify a kernel option and a pseudo-device
  14. >>in order to mount those CD's. But how can I do it on VAX/VMS and
  15. >>AXP/OpenVMS?
  16. >>MOUNT/FOREIGN of course does not work.
  17. > Prior to VMS 6.0, the ACP for mounting these CDs ships only in the Infoserver
  18. > kit, if you have the Infoserver kit look for something like F11CD.  The mount
  19. > command will probably require the /PROCESSOR=filespec qualifier to choose the
  20. > correct ACP.  6.0 is supposed to ship with the ACP "in there", i.e. you won't
  21. > need the Infoserver kit.
  22.  
  23. This is true, however the Infoserver kit is included in the CONDIST
  24. CD-ROM set.  There is also a modified version of MOUNT, which is
  25. installed on the system as CD_MOUNT, which uses the qualifier /MEDIA=CD
  26. to mount an ISO 9660 disk;  there is also a qualifier /UNDEFINED which
  27. determines the treatment of files which don't have any format definitions
  28. on the CD-ROM.  This qualifier is useful for reading the UNIX-style
  29. STREAM-LF type files or the MS-DOS STREAM-CRLF type files reasonably
  30. transparently under VMS.  (Aggravated aside:  Why can't the world agree
  31. on what a STREAM-type file looks like, at least when it's on a CD-ROM,
  32. so that this kind of hack wouldn't be necessary?)
  33.  
  34. The best part is that you don't need any additional license PAK's to
  35. be able to use the ISO 9660 ACP;  there's just a little saveset that
  36. you can restore in the Infoserver kit that gives you the additional
  37. ACP and DCL syntax (There's also a new version of DUMP that understands
  38. something about the on-disk structure of the ISO-9660 format).  All the
  39. other commands work like you'd expect on any other disk -- COPY, TYPE,
  40. etc.  It looks very much like a read-only ODS-2 disk.
  41.  
  42. If you have a CD-ROM reader, the CONDIST is an excellent investment --
  43. current distributions of almost all the common layered products, and
  44. online documentation as well (well, yeah, it's in Bookreader format,
  45. but if you have even one Xterminal it can be useful to be able to find
  46. things on it that have been `borrowed' from the regular doc set or that
  47. are for a product that you don't have but need information about).
  48.  
  49. Bruce C. Wright
  50.