home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / os2 / vfat_001.arj / VFAT_001.ZIP / README.1ST < prev    next >
Text File  |  1998-01-05  |  3KB  |  93 lines

  1.              Welcome to the first 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.  
  47.    6.add the following lines in your CONFIG.SYS 
  48.  
  49.      IFS=path\vfat-os2.ifs -cache:256 -errors=continue
  50.      RUN=path\vfat_lw.exe
  51.  
  52.    7.if necessary, adjust vfat-os2.ifs command line parameters 
  53.  
  54. Note : In CONFIG.SYS, vfat-os2.ifs MUST be located AFTER the IFS managing the
  55.        boot drive (HPFS.IFS usually).
  56.  
  57.  
  58. 2.2 Command line options for vfat-os2
  59. -------------------------------------
  60.  
  61. vfat-os2 accepts the same command line options as ext2-os2 (whose ext2-support
  62. is included in vfat-os2.ifs)
  63.  
  64. see also 
  65.   http://www.geocities.com/SiliconValley/Bay/5313/install.html#450
  66.  
  67. In addition you have to specify which VFAT partition should be supported
  68.    -VFAT:<drive letter of your vfat partition>
  69.  
  70. For example if you like to enable VFAT support for your drive C: add the
  71. following option to commandline
  72.    -VFAT:C
  73.  
  74. 2.3 EXT2 support in vfat-os2.ifs
  75. --------------------------------
  76.  
  77. vfat-os2.ifs include the ext2-os2.ifs version 2.40. To enable it you need to
  78. add "BASEDEV=EXT2FLT.FLT" to your config.sys
  79.  
  80.  
  81. 2.4 VFAT_LW.EXE
  82. ---------------
  83.  
  84. VFAT_LW.EXE is a replacement of ext2_lw.exe
  85.  
  86. 2.5 VFAT-OS2.EXE
  87. ----------------
  88.  
  89. VFAT-OS2.EXE is a replacement of EXT2-OS2.EXE
  90.  
  91.  
  92. D. Steiner, 5. January 1998
  93.