home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / mount.hlp < prev    next >
Text File  |  1995-04-05  |  4KB  |  131 lines

  1. *MOUNT
  2.  
  3. The format of the MOUNT command is
  4.  
  5.   .MOUNT  resource:  logical-name: /switches
  6.  
  7. Resource represents the name of the resource to be MOUNTed
  8. and must be one of the following:
  9.  
  10.   A disk volume set name such as DSKB:
  11.  
  12.   A tape volume set definition such as PAY-WK43(PM43A,PM43B):
  13.  
  14.   A Logical-name previously associated with a resource
  15.  
  16.   A physical device name
  17.  
  18. Logical-name represents the name your program will use to reference
  19. the resource.  If this field is not specified and the resource was a
  20. tape volume set, a default will be generated by abbreviating the
  21. volume set name to 6 characters or up to the first non-alphanumeric.
  22. For example, PAY-WK43 would produce a default logical name of PAY.
  23.  
  24. /WAIT
  25. Ensures that the MOUNT operation is complete before returning
  26. to command level.
  27.  
  28. /NOWAIT
  29. Allows you to return to command level before the MOUNT operation
  30. is complete.
  31.  
  32. /NOTIFY 
  33. Implies that you wish to receive notification upon completion of the request.
  34.  
  35. /CHECK
  36. Will print the status of MOUNT requests for your job.
  37.  
  38. /HELP
  39. Will print a description of the MOUNT command.
  40.  
  41. /TAPE
  42. Indicates that the resource is a tape volume set.
  43.  
  44. /DISK
  45. Indicates that the resource is a disk volume set.
  46.  
  47. /EXCLUSIVE
  48. Ensures that no other users are allowed to share the resource.  This
  49. is the default for tape volume sets.
  50.  
  51. /SHARABLE
  52. Allows other users to share the resource.  This switch is not valid for
  53. tape requests and is the default for disk requests.
  54.  
  55. /READ-ONLY
  56. Ensures that the resource is write-locked when it is mounted.
  57. This is the default for tape volume sets.
  58.  
  59. /WRITE-ENABLE
  60. Ensures that the resource is write-enabled when it is mounted.  This
  61. is the default for disk volume sets.
  62.  
  63. /REMARK:"text"
  64. Allows a remark up to 50 characters in length to be sent to the
  65. operator with this mount request.  This switch is required
  66. for tape mount requests if no volume identifiers were specified
  67. in the request.
  68.  
  69. /ACTIVE
  70. Ensures that the disk volume set is placed in your job's active
  71. search list.  This is the default for disk munt requests.
  72.  
  73. /PASSIVE
  74. Requests that the disk volume set be places in your jobs passive
  75. search list.
  76.  
  77. /CREATE 
  78. Allows creation of files on a disk volume set.  This is the
  79. default for disk MOUNT requests.
  80.  
  81. /NOCREATE
  82. Prohibits creation of files on a disk volume set unless the structure
  83. is explicitly requested by name.
  84.  
  85. /TRACK: 7 ! 9
  86. Specifies the number of tracks for a tape volume set.
  87.  
  88. /DENSITY: 200-BPI ! 556-BPI ! 800-BPI ! 1600-BPI ! 6250-BPI
  89. Specifies the density of the tape volume set.
  90.  
  91. /LABEL-TYPE: ANSI ! EBCDIC ! USER-EOT ! NONE ! NOLABELS ! BYPASS ! IBM
  92. Specifies the type of label required for that the tape volume set.
  93.  
  94.         ANSI        Specifies that the tape volume set has ANSI standard labels
  95.  
  96.         IBM         Specifies that the tape volume set has EBCDIC (HEX) labels.
  97.         EBCDIC      Same as IBM.
  98.  
  99.         USER-EOT    Specifies the tape volume set is not labeled and
  100.                     the user wants to see EOT (end-of-tape).
  101.                     Volume switches will not be processed automatically
  102.                     by MDA and must be processed by the user program.
  103.                     This label type should be used for programs such
  104.                     as BACKUP which have their own user labels.
  105.  
  106.         BLP         Same as BYPASS
  107.         BYPASS      Specifies that MDA is not to perform any label processing.
  108.                     The user must be privileged to request this label type.
  109.  
  110.         NONE        Same as NOLABELS
  111.         NOLABELS    Specifies the tape volume set is not labeled, but user
  112.                     will never see EOT (end-of-tape). Volume switches will
  113.                     be processed automatically by MDA.
  114.  
  115.         UNLABELED   Same as NOLABELS
  116.  
  117. /VOLID:(list)       Specifies the tape volume identifiers of the volumes in
  118.                     the tape volume set.  This switch may not be specified
  119.                     if the volume identifier list was previously specified.
  120.  
  121. /SCRATCH            Requests the operator to allocate tapes for
  122.                     this request from a pool of scratch tapes for
  123.                     temporary use.
  124.  
  125. /NEW-VOLUME-SET     Requests the operator to allocate tapes for this
  126.                     request from a pool of new volumes.
  127.  
  128.  
  129. .KJOB
  130. .
  131.