home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / playwill.exe / atamnt2.hlp (.txt) < prev    next >
OS/2 Help File  |  1998-10-09  |  5KB  |  141 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help ΓòÉΓòÉΓòÉ
  3.  
  4. The PCMCIA ATA Card Mount Utility (ATAMNT2) makes it possible to access the 
  5. partition, by assigning the partition a drive letter when a PCMCIA-ATA card has 
  6. multiple partitions. 
  7.  
  8. ATAMNT2 offers the following functions on a PCMCIA-ATA card which has multiple 
  9. partitions. 
  10.  
  11.    1. Mounts the partition with a drive letter selected. 
  12.  
  13.    2. Dismounts the drive letter from the partition. The drive letter 
  14.       dismounted can be mounted to a partition again by this program. 
  15.  
  16.      Window 
  17.  
  18.      Menu 
  19.  
  20.      Drive letters 
  21.  
  22.  
  23. ΓòÉΓòÉΓòÉ 2. Window ΓòÉΓòÉΓòÉ
  24.  
  25. In the main window, all partition information on PCMCIA-ATA cards in PCMCIA 
  26. slots are listed in the order of the PCMCIA slot number. 
  27.  
  28.  Slot 
  29.            PCMCIA slot number beginning at 1. 
  30.  
  31.  Drive 
  32.            Drive letter which is assigned to the corresponding partition. 
  33.  
  34.  Size(byte) 
  35.            Partition size in bytes. 
  36.  
  37.  Label 
  38.            Volume label, which is defined by the FORMAT or LABEL command, of 
  39.            the partition. If the partition does not have the volume label, this 
  40.            field would be blank.  If the partition has not been formatted, 
  41.            ATAMNT2 displays Not Formatted. 
  42.  
  43.  To select a partition, use the cursor moving key or the click button on the 
  44.  mouse on the list. 
  45.  
  46.  
  47. ΓòÉΓòÉΓòÉ 3. Menu ΓòÉΓòÉΓòÉ
  48.  
  49. The following 2 menus are provided by ATAMNT2. 
  50.  
  51.      PopUp Menu 
  52.  
  53.      MenuBar Menu 
  54.  
  55.  
  56. ΓòÉΓòÉΓòÉ 3.1. PopUp Menu ΓòÉΓòÉΓòÉ
  57.  
  58. PopUp Menu is displayed when the mouse button for displaying the PopUp menu is 
  59. clicked on the partition information list. The popUp menu consists of 2 menu 
  60. items, Mount and Dismount. 
  61.  
  62. Functions are identical with the Mount and Dismount menu items in the Option 
  63. Menu of the MenuBar Menu. Refer to MenuBar Menu. 
  64.  
  65.  
  66. ΓòÉΓòÉΓòÉ 3.2. MenuBar Menu ΓòÉΓòÉΓòÉ
  67.  
  68. On MenuBar, there are 2 menu items, Option and Help. The Option menu has the 
  69. following sub-menu items. 
  70.  
  71.  Mount 
  72.            The partition can be mounted with a drive letter. When there are no 
  73.            available drive letters, an error message is displayed. Otherwise, 
  74.            the Mount Drive dialogbox will be displayed, and you can select a 
  75.            drive letter from the drive letter list box. When the selected 
  76.            partition already has a drive letter, this menu item is disabled. 
  77.  
  78.  Dismount 
  79.            The partition selected can be dismounted. When the selected 
  80.            partition is not assigned a drive letter, this menu item is 
  81.            disabled. 
  82.  
  83.  Refresh 
  84.            Update the partition information list. Execute this function when 
  85.            you remove or insert a PCMCIA-ATA card without terminating this 
  86.            program. 
  87.  
  88.  Quit 
  89.            Exit ATAMNT2. 
  90.  
  91.  
  92. ΓòÉΓòÉΓòÉ 4. Drive Letters ΓòÉΓòÉΓòÉ
  93.  
  94. ATAMNT2 treats drive letters, according to the following rules. 
  95.  
  96.  Reserved drive letter 
  97.            This drive letter is reserved for a PCMCIA slot. This drive letter 
  98.            can be used for all partitions on a PCMCIA-ATA card in the reserved 
  99.            PCMCIA slot, and cannot be used for the partitions on a PCMCIA-ATA 
  100.            card in other PCMCIA slots. 
  101.  
  102.  Free drive letter 
  103.            This drive letter is free for an PCMCIA slot. This drive letter can 
  104.            be used for all partitions on PCMCIA-ATA cards in any PCMCIA slots. 
  105.            The number of free drive letters is determined by the option switch 
  106.            of the PCMCIA-ATA device driver (PCM2ATA.ADD). The default is that 
  107.            no free drive letter is given. 
  108.  
  109.  By Dismounting and Mounting the reserved drive letter, you can access all 
  110.  partitions on a PCMCIA-ATA. However, you must define at least one free drive 
  111.  letter to use multiple partitions on a PCMCIA-ATA card at the same time. 
  112.  
  113.      How to setup free drive letters 
  114.  
  115.  
  116. ΓòÉΓòÉΓòÉ 4.1. How to setup free drive letters ΓòÉΓòÉΓòÉ
  117.  
  118. With the option switches of the device driver, you can define the number of 
  119. PCMCIA slots on your PC and the number of free drive letters. 
  120.  
  121.  /S nn 
  122.            The number of physical PCMCIA slots. The default is 2 PCMCIA slots. 
  123.            'nn' is a decimal number from 1 to 8. 
  124.  
  125.  /MDRV nn 
  126.            The number of free drive letters. 
  127.  
  128.  Example 
  129.  
  130.     BASEDEV=PCM2ATA.ADD /S 2 /MDRV 2
  131.  
  132.  This example shows that there are 2 PCMCIA slots (the number of reserved drive 
  133.  letters is 2) and the user defines 2 free drive letters. If the first drive 
  134.  letter for a PCMCIA-ATA card is D, the second slot is drive E, and the 
  135.  available free drive letters are F and G. 
  136.  
  137.  
  138. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  139.  
  140. In this help, the multiple Primary Partitions or logical drive(s) in an 
  141. Extended Partition are referred to as partition.