home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / dec / 6511 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.1 KB

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: What's wrong with standalone backup?
  5. Date: 17 Dec 1992 06:14:48 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 34
  8. Distribution: world
  9. Message-ID: <1gp5soINNik@gap.caltech.edu>
  10. References: <1g5vb8INNkvq@agate.berkeley.edu> <9675155@MVB.SAIC.COM> <15DEC199214031897@rdth2>,<16DEC199208045056@spades.aces.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <16DEC199208045056@spades.aces.com>, system@spades.aces.com (SYSTEM MANAGER) writes:
  15. >#A question!  Are the underscores before the drive names mandatory,
  16. >#optional or erroneous?
  17. >
  18. >Not mandatory, optional for a purpose, and not erroneous.  A leading
  19. >underscore indicates that the item is not to be checked for logical
  20. >name translation.  Thus _mua0 refers to device mua0, whereas mua0
  21. >could be defined as a logical name pointing to anything (mub47).
  22.  
  23. Well, that's what the underscore USED to do.  But not undere VMS v5.4-2 anyway.
  24. Perhaps STANDALONE BACKUP still treats them that way, but SHOW.EXE and
  25. DIRECTORY.EXE don't seem to:
  26.  
  27. $    WRITE SYS$OUTPUT F$GETSYI("VERSION")
  28. V5.4-2  
  29. $    SET NOON
  30. $    SET VERIFY
  31. $    DEFINE _MSA0 MSB0:
  32. $    SHO DEV _MSA0
  33.  
  34. Device                  Device           Error    Volume         Free  Trans Mnt
  35.  Name                   Status           Count     Label        Blocks Count Cnt
  36. SOL1$MSB0:              Online               0
  37. $    DIR _MSA0:
  38. %DIRECT-E-OPENIN, error opening MSB0:[]*.*;* as input
  39. -RMS-E-DNR, device not ready, not mounted, or unavailable
  40. --------------------------------------------------------------------------------
  41. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  42.  
  43. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  44. understanding of astronomy is purely at the amateur level (or below).  So
  45. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  46. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  47. hold me responsible for it, but my organization had nothing to do with it.
  48.