home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osdifrmd.txt < prev    next >
Text File  |  1996-10-25  |  4KB  |  97 lines

  1. OSDIFRMD - NO OPTION TO FORMAT A 2.88 MB DISKETTE FROM THE WORKPLACE
  2.            SHELL IN OS/2 2.1
  3. 01/17/96
  4.  
  5. =======================================================================
  6.        No Option to Format a 2.88 MB Diskette from the Workplace
  7.                           Shell in OS/2 2.1
  8. =======================================================================
  9.  
  10. Please Read Entire Document for Full Explanation of Procedures
  11. --------------------------------------------------------------
  12.  
  13. DESCRIPTION
  14.  
  15. In OS/2 2.1, there is no option for formatting a 2.88 MB diskette from 
  16. the Workplace Shell. In addition, if your system has a non-IBM diskette 
  17. drive, OS/2 2.1 might have difficulty accepting commands from a prompt 
  18. (problems with parsing). A command with a switch is not recognized when 
  19. typed at a command prompt.
  20.  
  21. RESOLUTION
  22.  
  23. Note: Make sure you have a backup of any file you intend to change.
  24.  
  25. Discuss OS/2 compatibility problems with your supplier, who is best 
  26. equipped to assist in resolving compatibility problems with IBM.
  27.  
  28. The IBM1FLPY driver comes with a revised OS2DASD.DMD file. You keep 
  29. copies of the binaries and install the driver and .DMD file. IBM1FLPY 
  30. gets diskette-drive information from system BIOS. If the information is 
  31. incorrect, or if the BIOS does not support a third- or fourth-party 
  32. diskette drive, the information might have to be provided at the 
  33. IBM1FLPY command line.
  34.  
  35. Command-line parameters also can be used to support a second installed 
  36. diskette controller that would not normally have system BIOS support.
  37.  
  38. Edit the CONFIG.SYS file and change the BASEDEV=IBM1FLPY.ADD statement 
  39. to include the appropriate command-line parameters from the following:
  40.  
  41.    /MCA    Load on a Micro Channel computer.
  42.    /A:     Adapter ID <0 - 1>
  43.    /IRQ:   Interrupt Request Level <0--n>. Consult the supplier of the
  44.            diskette controller for the appropriate setting.
  45.    /DMA    DMA Channel Number <0--n>. Consult the supplier of the
  46.            diskette controller for the appropriate setting.
  47.    /P:     Controller I/O Address <hhhh>. Consult the supplier of the
  48.            diskette controller for the appropriate setting.
  49.    /U:     Drive Number <0--3>
  50.    /F:     Drive Capacity <360 KB--2.88 MB>
  51.    /CL:    Change Line Type <NONE, AT, PS2>
  52.    /SPEC:  Controller Specify Bytes <hh, hh>
  53.    /SPEC:  Controller Specify Bytes <hh, hh>
  54.  
  55. Examples:
  56.         
  57. * To define a third 1.2 MB diskette drive:
  58.  
  59.      BASEDEV=IBM1FLPY.ADD /A:0 /U:2 /F:1.2MB
  60.  
  61. * To override the Change Line type for drive B:
  62.  
  63.      BASEDEV=IBM1FLPY.ADD /A:0 /U:1 /CL:NONE
  64.  
  65. * To support a 1.2 MB OEM drive attached to a Micro Channel system:
  66.  
  67.      REM BASEDEV=IBM2FLPY.ADD
  68.      BASEDEV=IBM1FLPY.ADD /MCA /A:0 /U:1 /F:1.2MB
  69.  
  70. * To support a second installed diskette controller:
  71.  
  72.      BASEDEV=IBM1FLPY.ADD
  73.      BASEDEV=IBM1FLPY.ADD /A:0 /DMA:3 /IRQ:10 /P:370
  74.         /U:0 /F:1.44MB
  75.         /U:1 /F:1.2MB
  76.  
  77.   Note: The first drive supported by the second controller is assigned
  78.         "B" if this drive letter is available. Specifying /A:1 causes
  79.         the second controller to assign drive letters other than "A" or
  80.         "B."
  81.  
  82. More than two diskette drives can be accessed in systems using the 
  83. IBM1FLPY.ADD driver. This driver provides switch settings for support 
  84. of up to 4 diskette drives installed in a system. The switch settings 
  85. for the third and fourth diskette drives might have to be added to the 
  86. CONFIG.SYS file to access the drives.
  87.  
  88. ______________________________________________________________________
  89. IBM disclaims all warranties, whether express or implied, including 
  90. without limitation, warranties of fitness and merchantability with 
  91. respect to the information in this document. By furnishing this 
  92. document, IBM grants no licenses to any related patents or copyrights.  
  93. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  94. or brand names referenced in this document are the property of their 
  95. respective owners. Consult your product manuals for complete trademark 
  96. information. 
  97.