home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 December / PCO_1298.ISO / filesbbs / os2 / vfat_004.arj / VFAT_004.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1998-09-30  |  4.2 KB  |  131 lines

  1.              Welcome to the fourth beta of VFAT-OS2.IFS
  2.              -----------------------------------------
  3.  
  4. Contents
  5.    1. Warnings
  6.    2. Installation instruction
  7.  
  8.  
  9. 1. Warnings
  10. -----------
  11.    vfat-os2 is a FILE SYSTEM DRIVER. Being a driver it runs at the most
  12.    privileged level of the OS/2 operating system, known as "kernel mode".
  13.    IN KERNEL MODE THERE IS NO MORE CRASH PROTECTION. It means that if a
  14.    bug occurs in the driver IT CAN CAUSE A HANG OR A SYSTEM HALT, AND THUS
  15.    CAN CAUSE LOSS OF DATA. 
  16.  
  17.      I STRONGLY SUGGEST YOU TO MAKE A BACKUP OF ALL YOUR DATA (EVEN IF THEY
  18.      ARE NOT LOCATED ON A VFAT PARTITION) PRIOR TO USE THIS DRIVER. 
  19.      DON'T USE THIS DRIVER ON A PRODUCTION MACHINE, OR IF YOU MANIPULATE
  20.      CRITICAL DATA.
  21.      IF HUMAN LIFE DEPENDS ON YOUR SYSTEM, DON'T INSTALL THIS DRIVER ON IT. 
  22.      USE IT AT YOUR OWN RISKS, AND ONLY ON A MACHINE YOU ACCEPT TO CRASH AND
  23.      REINSTALL. 
  24.  
  25.  
  26. 2. Installation instructions
  27. ----------------------------
  28.  
  29.  
  30. 2.1 Manual installation of vfat-os2
  31. -----------------------------------
  32.  
  33.    1. copy mwdd32.sys in boot drive\OS2 or in boot drive\OS2\BOOT (WARP only) 
  34.    2. add the following line in CONFIG.SYS 
  35.  
  36.       BASEDEV=MWDD32.SYS
  37.  
  38.    3. make a directory to hold vfat-os2 files somewhere but NOT on a VFAT
  39.       partition. 
  40.    4. add this directory at the end of the PATH and LIBPATH statements in
  41.       CONFIG.SYS 
  42.    5. copy the following files to that directory : 
  43.           vfat-os2.ifs 
  44.           vfat-os2.exe 
  45.           vfat_lw.exe
  46.           umount.exe    (only if not already installed together with ext2_240
  47.                                     this version does not use any EMX dll)
  48.           remount.exe   (only if not already installed together with ext2_240
  49.                                     this version does not use any EMX dll)
  50.  
  51.    6. add the following lines in your CONFIG.SYS 
  52.  
  53.       IFS=path\vfat-os2.ifs -cache:256 -errors=continue -VFAT:*
  54.       RUN=path\vfat_lw.exe
  55.  
  56.    7. if necessary, adjust vfat-os2.ifs command line parameters 
  57.  
  58. Note : In CONFIG.SYS, vfat-os2.ifs MUST be located AFTER the IFS managing the
  59.        boot drive (HPFS.IFS usually).
  60.  
  61. Note: do not specify a VFAT partition in DISKCACHE statement in the CONFIG.SYS
  62.  
  63.  
  64. 2.2 Command line options for vfat-os2
  65. -------------------------------------
  66.  
  67. vfat-os2 accepts the same command line options as ext2-os2 (whose ext2-support
  68. is included in vfat-os2.ifs)
  69.  
  70. see also 
  71.   http://www.geocities.com/SiliconValley/Bay/5313/install.html#450
  72.  
  73. In addition you have to specify which VFAT partition should be supported
  74.  
  75. to use a list of recognized FAT partition as VFAT:
  76.    -VFAT:<drive letter of your vfat partition><drive letter of second vfat partition>...
  77.  
  78. to use all recognized FAT partition as VFAT:
  79.    -VFAT:*
  80.  
  81. to force a FAT partition as VFAT when not automatically recognized:
  82.    -VFAT:C+
  83.  
  84.  
  85. Currently you can't specify the boot partition as VFAT type.
  86.  
  87. For example if you like to enable VFAT support for your drive C: add the
  88. following option to commandline
  89.    -VFAT:C
  90.  
  91.  
  92. 2.3 EXT2 support in vfat-os2.ifs
  93. --------------------------------
  94.  
  95. vfat-os2.ifs include the ext2-os2.ifs version 2.40. To enable it you need to
  96. add "BASEDEV=EXT2FLT.FLT" to your config.sys
  97.  
  98.  
  99. 2.4 VFAT_LW.EXE
  100. ---------------
  101.  
  102. VFAT_LW.EXE is a replacement of ext2_lw.exe
  103.  
  104. 2.5 VFAT-OS2.EXE
  105. ----------------
  106.  
  107. VFAT-OS2.EXE is a replacement of EXT2-OS2.EXE
  108.  
  109.  
  110. 3. Read/Write Consideration
  111. ---------------------------
  112.  
  113. For safety reason write-support is disabled but can be enabled by one of two ways.
  114. But don't forget that this version is still beta code and see '1. Warning'.
  115.  
  116.  
  117. First way:
  118.   add the option '-rw' to the command line of VFAT-OS2.IFS and restart OS/2.
  119.  
  120. Second way:
  121.   start VFAT-OS2.EXE and enable 'read-write' support on the last page. After checking this option
  122.   Write-support is enabled immediatly for writing/creating files but not yet for creating/removing
  123.   directories on all supported drives (VFAT and EXT2).
  124.   To enable full write-support (same as the '-rw'-option) you have to remount the partition using the
  125.   following command sequence:
  126.  
  127.      1. remount <drive letter>:
  128.  
  129.  
  130. D. Steiner, 30. September 1998
  131.