home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / aztech / cdup3 / cdup3.exe / CDCMMNDS.TXT next >
Text File  |  1995-07-26  |  7KB  |  197 lines

  1. ---------------------------------------------------------------------------
  2. DISCLAIMER
  3. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  4. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  5. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  6. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  7. ------------------------------------------------------------------------------
  8.  
  9. This document contains some of the most commonly used commands needed to 
  10. manipulate CD's as NetWare volumes on NetWare 3.12 and NetWare 4.X.
  11.  
  12. CD DEVICE LIST typed at the console prompt after the CDROM.NLM is loaded yields
  13. the following information:
  14.  
  15. ** CD ROM Device List
  16. No. Act. Device Name                               Volume Name  Mounted
  17.  2   Y   Device # 0 SONY  CD-ROM CDU-541  (8100000 NSEPRO           Y
  18.  
  19. No.
  20. --
  21. Defines the Media Manager object number assigned to this particular CD player.
  22. When you manipulate the CD in the player by using the "device number" this is
  23. the number you should be using and NOT the number listed under "Device Name".
  24.  
  25. Act.
  26. --
  27. Indicates whether or not the device, cd player, is active.
  28.  
  29. Device Name
  30. --
  31. Indicates the name of the device as reported by the device. Do NOT use the
  32. number that appears here to try and manipulate the CD.  Using the above
  33. example, you would type "CD MOUNT 2" to mount the CD.  You would NOT type "CD
  34. MOUNT 0".
  35.  
  36. Volume Name
  37. --
  38. Indicates the volume name as reported by the CD.
  39.  
  40. Mounted
  41. --
  42. Indicates whether or not the CD is mounted as a NetWare volume.
  43.  
  44.  
  45. The CD CHANGE command hung the server or forced the operating system into the
  46. debugger.  Novell has fixed any issues with the CDROM.NLM and its' supporting
  47. drivers.  ASPICD.DSK from Adaptec had problems with the CD CHANGE command at 
  48. one time.  If the CD CHANGE command is exhibiting problems, make sure that all 
  49. drivers are up to date or use the work-around described below.  
  50.  
  51.  
  52. CD CHANGE work-around:
  53.  
  54. 1.  From the Server console, use the CD DISMOUNT command to dismount the
  55. volume.
  56.  
  57. 2.  Load monitor and select DISK INFORMATION.
  58.  
  59. 3.  On the list of System Disk Drives, select the CD-ROM drive on which the
  60. CD-ROM is to be changed.
  61.  
  62. 4.  Select Drive Operating Status, take the selection for Deactivate Drive.
  63.  
  64. 5.  Change the CD-ROM.
  65.  
  66. 6.  Select the Removable Drive Mount Status and take the selection for Mount
  67. Drive.
  68.  
  69. 7.  Change back to the System Console and issue a CD MOUNT command.
  70.  
  71.  
  72. CD-ROM NLM Command Line Options:
  73.  
  74. CD DEVICE LIST
  75. This command shows a listing of CD-ROM devices that are available on the
  76. server, whether they are active, loaded CD-ROMs, and their mount status.
  77.  
  78. CD VOLUME LIST
  79. This command shows a listing of all CD volumes that have been mounted since
  80. the CDROM.NLM was loaded, the device that contains the CD-ROM, and the
  81. CD-ROM's mount status.
  82.  
  83. CD MOUNT [No.] or [volume name] <flags>
  84. This command mounts a CD-ROM as NetWare Volume.  The available flags are
  85. listed below.  The [No.] or [volume name] can be obtained by using the CD
  86. VOLUME LIST command.
  87.  
  88. CD DISMOUNT [No.] or [volume name]
  89. This command dismounts a CD-ROM that has been mounted as a NetWare Volume. The
  90. [No.] or [volume name] can be obtained by using the CD VOLUME LIST command.
  91.  
  92. CD CHANGE [No.] or [volume name] <flags>
  93. This command is used to change a CD-ROM that is mounted as a NetWare volume to
  94. another CD-ROM.  Available flags are listed below.  (See the above note about 
  95. CD CHANGE in this document).
  96.  
  97. CD DIR [No.] [volume name]
  98. This command is used to list the ROOT DIRECTORY contents of an UNMOUNTED CD.
  99.  
  100. CD GROUP ([group name] and [group num])
  101. This command is used to show assigned groups and assign groups to a group
  102. number 0 through 9.  For example:  Group "CDGROUP" needs to be assigned to the
  103. CD group number 1.  The syntax would be the following:
  104.  
  105.      CD GROUP CDGROUP 1
  106.  
  107.   NOTE:  The "del" as the group name will remove a group number assignment.
  108.  
  109.   The assignment could then be displayed by typing:
  110.  
  111.      CD GROUP
  112.  
  113.   The results would be as follows:
  114.  
  115.      ** CD ROM Access Group List
  116.      *Group: 0 > EVERYONE (assigned by default)
  117.      *Group: 1 > CDGROUP
  118.  
  119.   To assign the group to a CD-ROM, see the available CD MOUNT flags below.
  120.  
  121. CD PURGE
  122. This command will destroy all index files.
  123.  
  124. CD RENAME /D=[No.] [new volume name]
  125. This command is used to change the name of a CD-ROM.  The syntax is as
  126. follows:
  127.  
  128.      CD RENAME /D=<device #> new name
  129.      CD MOUNT device#|volume name /R
  130.  
  131. (NOTE:  The "/R" must be used when remounting the volume.)
  132.  
  133. The [No.] or [volume name] can be obtained by using the CD VOLUME LIST
  134. command.
  135.  
  136. CD HELP
  137. This command displays the help screen for CDROM.NLM.
  138.  
  139. CD MOUNT and DISMOUNT FLAGS
  140. ■  The "/mac" is used to add Macintosh Name Space Support.  This adds the
  141. necessary DATA and RESOURCE forks so that Macintosh workstations can access
  142. the information on the CD.
  143.  
  144. ■  The "/nfs" is used to add NFS Name Space Support.
  145.  
  146. ■  The "/G=x" is used to set the default volume group access rights.  This is
  147. used with the CD GROUP command previously listed.  The mount syntax to assign
  148. a group to a CD would be as follows:
  149.  
  150.      CD MOUNT <device # | volume name> /G=x
  151.  
  152.    where "x" is the group number assigned to a group.  (See CD GROUP command
  153. above).
  154.  
  155. ■  The "/R" is used to rebuild the index file on the selected Volume.
  156.  
  157.    NOTE:  In previous releases, the /R option forced the CDROM.NLM to reuse an
  158. index file if it existed.  The CDROM.NLM now does this by default.
  159.  
  160. ■  The "/rx" command is used to rebuild the index file and extend the space
  161. that would normally be allocated for the file.  This is useful when trying to
  162. mount CD's that have unusually large files or numbers of directories.  
  163.  
  164. ■  The "/dup" command is used to eliminate duplicate file names in directories
  165. as a CD volume is being mounted.  This situation occurs when there are 
  166. extended file names on the CD that look to be duplicate as they are converted
  167. to 8.3 naming conventions.  
  168.  
  169. ■  The "/X=name" is used to exclude a directory tree from the mounted volume
  170. as the CD is being mounted.  
  171.  
  172. ■  Special option "/I":  This option is used to ignore errors found with the
  173. CD while attempting to mount the CD.
  174.  
  175.    NOTE:  Use of this flag could result in files not showing up after the CD
  176. mounts.
  177.  
  178. ■  The "/W" is used to mount a CD volume with the R/O attribute turned off. 
  179. With versions of the CDROM.NLM before v4.10g, the CD would be mounted with the
  180. R/O option already disabled (that is, the CD would be mounted R/W).  This
  181. allowed the changing of file attributes, inherited rights masks, trustee
  182. assignments and the adding of groups and users to a CD volume.  If an attempt
  183. is made, with 4.10g version of the CDROM.NLM, to change any of the above
  184. items, an error writing to the CD will occur.  To change the volume to R/W,
  185. dismount the CD (CD Dismount <cd #| cd volume name> and remount it using the
  186. "/W" option.
  187.  
  188.  
  189. ----------------------------------------------------------------
  190. Any trademarks referenced in this document are the property of their
  191. respective owners.  Consult your product manuals for complete trademark
  192. information.
  193. ----------------------------------------------------------------
  194.  
  195.  
  196.  
  197.