home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / vfat_005.zip / README.1ST < prev    next >
Text File  |  1998-12-04  |  5KB  |  146 lines

  1.              Welcome to the fith 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.      (add -q to disable startup screen)
  39.  
  40.    3. make a directory to hold vfat-os2 files somewhere but NOT on a VFAT
  41.       partition. 
  42.    4. add this directory at the end of the PATH and LIBPATH statements in
  43.       CONFIG.SYS 
  44.    5. copy the following files to that directory : 
  45.           vfat-os2.ifs 
  46.           vfat-os2.exe 
  47.           vfat_lw.exe
  48.           umount.exe    (only if not already installed together with ext2_240
  49.                                     this version does not use any EMX dll)
  50.           remount.exe   (only if not already installed together with ext2_240
  51.                                     this version does not use any EMX dll and supports
  52.                                     specification of FS type on commandline)
  53.  
  54.    6. add the following lines in your CONFIG.SYS 
  55.  
  56.       IFS=path\vfat-os2.ifs -cache:256 -errors=continue -VFAT:*
  57.       RUN=path\vfat_lw.exe
  58.  
  59.    7. if necessary, adjust vfat-os2.ifs command line parameters (eg. add -q to disable startup screen)
  60.  
  61. Note : In CONFIG.SYS, vfat-os2.ifs MUST be located AFTER the IFS managing the
  62.        boot drive (HPFS.IFS usually).
  63.  
  64. Note: do not specify a VFAT partition in DISKCACHE statement in the CONFIG.SYS
  65.  
  66.  
  67. 2.2 Command line options for vfat-os2
  68. -------------------------------------
  69.  
  70. vfat-os2 accepts the same command line options as ext2-os2 (whose ext2-support
  71. is included in vfat-os2.ifs)
  72.  
  73. see also 
  74.   http://www.geocities.com/SiliconValley/Bay/5313/install.html#450
  75.  
  76. In addition you have to specify which VFAT partition should be supported
  77.  
  78. to use a list of recognized FAT partition as VFAT:
  79.    -VFAT:<drive letter of your vfat partition><drive letter of second vfat partition>...
  80.  
  81. to use all recognized FAT partition as VFAT:
  82.    -VFAT:*
  83.  
  84. to force a FAT partition as VFAT when not automatically recognized:
  85.    -VFAT:C+
  86.  
  87.  
  88. Currently you can't specify the boot partition as VFAT type.
  89.  
  90. For example if you like to enable VFAT support for your drive C: add the
  91. following option to commandline
  92.    -VFAT:C
  93.  
  94.  
  95. 2.3 EXT2 support in vfat-os2.ifs
  96. --------------------------------
  97.  
  98. vfat-os2.ifs includes the ext2-os2.ifs version 2.40. To enable it you need to download from
  99.   http://perso.wanadoo.fr/matthieu.willm/ext2-os2/index.htm (EXT2-OS2 2.40)
  100. and install EXT2FLT and add "BASEDEV=EXT2FLT.FLT" to your config.sys
  101.  
  102. Alternatively you can use the newer version PARTFLT from H. Kelder 
  103.   http://www.os2ss.com/information/kelder/index.html
  104.  
  105. instead of EXT2FLT.
  106.  
  107. 2.4 VFAT_LW.EXE
  108. ---------------
  109.  
  110. VFAT_LW.EXE is a replacement of ext2_lw.exe
  111.  
  112. 2.5 VFAT-OS2.EXE
  113. ----------------
  114.  
  115. VFAT-OS2.EXE is a replacement of EXT2-OS2.EXE
  116.  
  117.  
  118. 3. Read/Write Consideration
  119. ---------------------------
  120.  
  121. For safety reason write-support is disabled but can be enabled by one of two ways.
  122. But don't forget that this version is still beta code and see '1. Warning'.
  123.  
  124. First way:
  125.   add the option '-rw' to the command line of VFAT-OS2.IFS and restart OS/2.
  126.  
  127. Second way:
  128.   start VFAT-OS2.EXE and enable 'read-write' support on the last page. After checking this option
  129.   Write-support is enabled immediatly for writing/creating files but not yet for creating/removing
  130.   directories on all supported drives (VFAT and EXT2).
  131.   To enable full write-support (same as the '-rw'-option) you have to remount the partition using the
  132.   following command sequence:
  133.  
  134.      1. remount <drive letter>:
  135.  
  136. 4. Early NTFS support
  137. ------------------
  138.  
  139. VFAT-OS2 v0.05 has an early readonly support for NTFS file system.
  140. To enable the support add the "-NTFS" option to the commandline in the config.sys
  141. e.g.
  142.       IFS=path\vfat-os2.ifs -cache:256 -errors=continue -NTFS
  143.  
  144.  
  145. D. Steiner, 4. December 1998
  146.