home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t110 / 1.ddi / ADMPLUS.HLP < prev    next >
Encoding:
Text File  |  1991-08-12  |  8.6 KB  |  247 lines

  1.     *MITAC-ADM*
  2. /**** The mark "MITAC-ADM" cannot be deleted ****/
  3. /* NOTE: 1. You are allowed to change the text within the index mark '$'
  4.          2. After you have changed the text, you should run ADMPLUS.EXE
  5.             to check the help text format. */
  6. %%
  7. 0,0:1
  8. 0,1:2
  9. 1,0:3
  10. 1,1:4
  11. 1,2:5
  12. 1,3:6
  13. 2,0:7
  14. 3,0:8
  15. 3,1:9
  16. 3,2:10
  17. 4,0:11
  18. 4,1:12
  19. 4,2:13
  20. 4,3:14
  21. 4,4:15
  22. 4,5:16
  23. %%
  24. $1
  25.  
  26.    ADM Plus defaults to drive 0 (the first hard disk drive).
  27.  
  28.    This command allows you to switch to the other drive if two
  29. hard disk drives are in the system.
  30.  
  31. $2
  32.  
  33.    If your hard disk is a non-standard type (i.e. the hard disk
  34. parameters are not defined in the system's ROM BIOS), you should
  35. use this command to enter the exact parameters such as number of
  36. cylinders, landing zone, number of heads, sectors per track and
  37. write precompansation cylinder. Otherwise, the space on the hard
  38. disk will not be completely utilized.
  39.  
  40. NOTE: 1. ADM Plus supports a maximum of 1024 cylinders. If you
  41.          want to use ADM Plus with a hard disk which has more
  42.          than 1024 cylinders, the cylinder number will be limited
  43.          to 1024.
  44.  
  45.       2. ADM Plus does not guarantee booting function on
  46.          non-standard hard disk drives.
  47.  
  48.  
  49. $3
  50.  
  51.    You can define up to 16 partitions on a single hard disk. Each
  52. partition is considered a logical drive.
  53.  
  54.    For each partition, you should enter the starting address
  55. (cylinder #) and size of partition (MB) in the Partition Table.
  56. To accept default values as shown, simply press <Enter>. When all
  57. data have been entered, you can proceed to the next partition.
  58.  
  59.    The size of a partition can range from 1MB to 2GB provided
  60. there is enough space on the disk. The Type field entry for PN 1
  61. is "DOS" by default. The DOS partition should be no less than 1MB
  62. to accommodate all system utilities.
  63.  
  64.    Once ADMPLUS.SYS is installed in the CONFIG.SYS file, the
  65. partition table is write-protected against other programs.
  66.  
  67. NOTE: Make sure the hard disk is already preformatted before
  68.       using this command.
  69.       If you have created an ADM partition in a non-ADM
  70.       initialized hard disk, make sure to copy ADMPLUS.SYS
  71.       to the hard disk, add "device=ADMPLUS.SYS" to the first
  72.       line of CONFIG.SYS file, or run MUM.EXE to install
  73.       ADMPLUS.SYS to the hard disk.
  74.  
  75. $4
  76.  
  77.    To delete a partition, highlight the PN field entry in the
  78. Partition Table. ADM Plus will ask for a confirmation since this
  79. command will delete all data in the partition.
  80.  
  81. NOTE: If you delete the DOS partition, you have to specify
  82.       another partition as the Active partition and format it
  83.       with DOS.
  84.  
  85. $5
  86.  
  87.    This command allows you to specify a partition as the Active
  88. partition, or called DOS partition. The computer will boot from
  89. this partition after power on. Therefore, the Active partition
  90. must be formatted as a bootable partition.
  91.  
  92.    By default, partition no. 1 on drive no. 0 is the DOS
  93. partition. If you wish, you can specify any of the first four
  94. partitions on drive no. 0 as the DOS partition. To change from
  95. ADM to DOS, toggle to "Yes" for the Active field entry in the
  96. Partition Table; the Type field entry will be changed
  97. accordingly.
  98.  
  99. $6
  100.  
  101.    This command allows you to recover the hard disk Partition
  102. Table in case it is corrupted by computer viruses or by
  103. accidents.
  104.  
  105.    When the computer cannot boot from the hard disk, it might be
  106. that the Partition Table is corrupted. You can run ADM Plus from
  107. the floppy disk drive to see if the Partition Table information
  108. disappears. If so, this command allows you to recover the
  109. Partition Table.
  110.  
  111. NOTE: If you have recovered the hard disk partitions in a non-ADM
  112.       initialized hard disk, make sure to copy ADMPLUS.SYS
  113.       to the hard disk, add "device=ADMPLUS.SYS" to the first
  114.       line of CONFIG.SYS file, or run MUM.EXE to install
  115.       ADMPLUS.SYS to the hard disk.
  116. $7
  117.  
  118.    When this command is selected, a pop-up window appears where
  119. you should select a partition for formatting, specify if it is
  120. bootable, and give it a volume label.
  121.  
  122.    ADM Plus will initialize BOOT, FAT (File Allocation Table),
  123. and DIR (Directory) tables in the partition to make it
  124. accessible. Then it checks the partition for bad clusters. Any
  125. bad clusters detected will be flagged in the FAT.
  126.  
  127.    For the bootable partition, you will be prompted to insert the
  128. diskette containing the DOS system so that ADM Plus can copy the
  129. system files into the partition to make it bootable. You will
  130. then be prompted to insert the diskette containing the device
  131. driver ADMPLUS.SYS so that the driver is added to the CONFIG.SYS
  132. file.
  133.  
  134. $8
  135.  
  136.    With passwords installed and this option set to ON, the computer
  137. will boot from the hard disk drive only if a valid User ID and Password
  138. are entered after system power on. This safeguards the hard disk
  139. against unauthorized use.
  140.  
  141. NOTE: The security system protects only the ADM partitions. The
  142.       DOS partition can be accessed from any DOS version booted
  143.       from a floppy disk drive. Therefore, you are advised to
  144.       place only DOS utilities and other restorable application
  145.       programs in the DOS partition, and all significant data
  146.       files in the ADM partitions.
  147.  
  148. NOTE: If you have set password on in a non-ADM initialized hard
  149.       disk, make sure to copy ADMPLUS.SYS to the hard disk,
  150.       add "device=ADMPLUS.SYS" to the first line of CONFIG.SYS
  151.       file, or run MUM.EXE to install ADMPLUS.SYS to the hard
  152.       disk.
  153.  
  154. $9
  155.  
  156.    With this option set to OFF, the computer will boot from the
  157. hard disk drive without entering a valid User ID and Password
  158. after system power on.
  159.  
  160.  
  161. $10
  162.  
  163.    When this command is selected, a pop-up window appears where
  164. power-on passwords and users' access rights can be defined.
  165.  
  166.    User ID 0 is the super user who can access all the partitions,
  167. can run the ADMPLUS program and define other users' passwords and
  168. access rights. User ID 1 to 255 are other users who can access
  169. partitions in a  way limited by the super user.
  170.  
  171. Access right: W = read/write
  172.               R = read only
  173.               . = no access
  174.  
  175.  
  176. $11
  177.  
  178.    Before a hard disk can be used, it should go through a
  179. low-level formatting (preformatting). Normally a hard disk
  180. comes to you preformatted by the manufacturer.
  181.  
  182.    When this command is selected, you will be prompted to edit
  183. the defect list. If you do not know about defect list, you can
  184. first use the "Verify disk" command to have ADM Plus check the
  185. disk for bad tracks and record them in the defect list. With
  186. this defect list, ADM Plus will preformat the defective tracks
  187. as bad.
  188.  
  189.    You will then be prompted to enter an interleave factor.
  190. Accept the default value or have ADM Plus check the value if you
  191. do not know the interleave factor of your hard disk.
  192.  
  193. NOTE: This function supports ESDI and ST-506 hard disks, but not
  194.       SCSI hard disks.
  195.  
  196. $12
  197.  
  198.    When this command is selected, you will be prompted to edit
  199. the defect list. With the defect list, ADM Plus will preformat
  200. the defective tracks as bad.
  201.  
  202.    You will then be prompted to enter an interleave factor.
  203. Accept the default value or have ADM Plus check the value if you
  204. do not know the interleave factor of your hard disk.
  205.  
  206. NOTE: This function supports ESDI and ST-506 hard disks, but not
  207.       SCSI hard disks.
  208.  
  209. $13
  210.  
  211.    You will be asked if you want to "Preformat as bad track". If
  212. you answer <Y>, a pop-up window will appear where you enter the
  213. track's cylinder number and head number. The bad tracks will be
  214. added to the defect list. If you answer <N>, you can select bad
  215. tracks from the defect list which are to be preformatted as good;
  216. the original data on the bad tracks will be restored.
  217.  
  218.    You will then be prompted to enter an interleave factor.
  219. Accept the default value or have ADM Plus check the value if you
  220. do not know the interleave factor of your hard disk.
  221.  
  222. NOTE: This function supports ST-506 hard disks, but not SCSI or
  223.       ESDI hard disks.
  224.  
  225. $14
  226.  
  227.    It is possible for a hard disk to have bad tracks. The bad
  228. tracks should not be allowed to store data. With the "Verify"
  229. function, bad tracks can be detected and recorded in the defect
  230. list. They will then be made inaccessible during preformatting.
  231.  
  232.    During the verifying process, the system displays a counting
  233. list of bad tracks in the defect list, number of bad tracks
  234. detected, and number of unreadable tracks.
  235.  
  236. $15
  237.  
  238.    This command checks the disk sectors in the selected
  239. partition for bad clusters. The bad clusters will be flagged
  240. in the FAT record.
  241.  
  242. $16
  243.  
  244.    This command displays and prints the defect list if a printer
  245. is connected to your computer.
  246. %%
  247.