home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / mofuji.zip / README.TXT < prev   
Text File  |  1995-02-17  |  3KB  |  98 lines

  1. README
  2. FUJITSU LIMITED
  3. JANUARY 13 1995
  4.  
  5. PLEASE COPY THIS DIRECTORY TO A FLOPPY DISK.
  6. AND THEN CONTINUE INSTALLATION.
  7. ;**********************************************************
  8. Installation guide for 3.5 inch MO device driver for OS/2:
  9.  
  10. 1. Confirm that OS/2 version 2.1 or higher is installed.
  11.  
  12. 2. Startup th OS/2 system.
  13.  
  14. 3. Select OS/2 window-view or OS/2 fullscreen-view
  15.  
  16. 4. Insert flopppy disk in drive A:.
  17.  
  18. 5. Type 'DDINSTAL'.
  19.    Follow the instruction.
  20.    DDINSTAL is the standard device-driver installer program of OS/2.
  21.  
  22.    OR
  23.  
  24.    Double clic the icon of 'Inatall drivers'
  25.    Select MO device driver.
  26.    Follow the instruction.
  27.  
  28. 6. Re-start the OS/2 system.
  29.  
  30.  
  31. ;**********************************************************
  32. How DDINSTAL change your system configuration:
  33.  
  34. 1. Copies the following files from floppy to hard disk.
  35.    C:\OS2\MODISK.SYS        <--- MO device driver
  36.    C:\OS2\MOFORMAT.EXE      <--- MO formatter
  37.  
  38. 2. Adds the following lines in CONFIG.SYS
  39.    DEVICE=C:\OS2\MODISK /R1
  40.    BASEDEV=OS2ASPI.DMD
  41.  
  42.  
  43. ;**********************************************************
  44. Option switches for devce driver
  45.  
  46. 1. Reserve drives
  47.    Syntax: /Rn
  48.            where n should be the number between 1 to 16.
  49.    Explanation: Default logical drives for each physical drive.
  50.    Example: /R3
  51.             This means the number of reserve drives is 3.
  52.  
  53. 2. Priority switch
  54.    Syntax: /S
  55.    Explanation: Specification of /R will be effective logical drives prior to the number of DOS partitions on the media.
  56.    If no /S is specified, the larger one between the number specified in /R and the number of DOS partitions on the media will be effective logical drives. 
  57.    Example:   /S /R3
  58.               This means thelogical drives is always 3, whenever the media has more than 4 DOS partitions.
  59.  
  60. 3. Drive ID specification
  61.    Syntax: /I {l:}m{[n]}{+{l:}m{[n]}}       { } means the specification is optional
  62.             l: host adapter number(0-9)
  63.             m: SCSI-ID(0-6)
  64.             n: reserve drives for the device specified.
  65.    Explanation: Specifies physical drives which will be mounted.
  66.    Example: /I0:3[2] 
  67.             This means that only the drive of (HA:ID)=(0:3) is mounted with reserve drives=3.
  68.  
  69.  
  70. ;**********************************************************
  71. The peripheral device type of the drive:
  72.  
  73.   The peripheral device type of the drive should be 7(Optical drive).
  74.   In case that the peripheral device type is 0(Disk), the drive will be mounted by the system device driver(OS2DASD.DMD) automatically.
  75.  
  76.  
  77. ;**********************************************************
  78. Formatting:
  79.  
  80. There are two ways to format the MO media undr control of MODISK.SYS.
  81. 1. Run MOFORMAT.EXE
  82.    Volume format structure of SuperFoppy type or NSR type can be selected.
  83.    Long-foratting(low-level formatting or physical formatting) is also available.
  84.  
  85. 2. Run system standard formatter.
  86.    Select drive under control of MODISK.SYS.
  87.    Then select format option in a standard way.
  88.  
  89.  
  90. ;**********************************************************
  91. NOTES:
  92.  
  93. 1. MO device driver 'MODISK.SYS' uses OS2ASPI.DMD.
  94.    The installer assumes that OS2ASPI.DMD is in the system drive(C:\OS2).
  95.  
  96. 2. MODISK.SYS uses the character device name 'MO-DISK$'.
  97.    'MO-DISK$' will not be able to be used as a file name.
  98.