home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / e2flt12.zip / EXT2FLT.DOC < prev    next >
Text File  |  1995-07-26  |  4KB  |  86 lines

  1.  
  2. NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
  3. NOTE                                                                  NOTE
  4. NOTE       This software is still under development and my contain    NOTE                                                                  NOTE
  5. NOTE       some bugs.                                                 NOTE
  6. NOTE                                                                  NOTE
  7. NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
  8.  
  9. What is ext2flt?
  10. ----------------
  11.  
  12. ext2flt.flt is a filter device driver for OS/2 that makes it possible to
  13. load an IFS for linux partitions. (Without this filter you must patch the
  14. partition table. On many systems doing so may cause LILO to fail.)
  15.  
  16. In addition this driver is capable to control in what order drive letters
  17. are assigned to partitions on fixed disks. It will also allow you to access
  18. hidden primary partitions under OS/2.
  19.  
  20. The goal of this filter is to allow you to use ext2-os2.ifs without breaking
  21. anything else... :-)
  22.  
  23. Conditions of use:
  24. ------------------
  25.  
  26. You are free to use the filter in any way you wish to, free of charge. I
  27. would however like it very much if you can drop me a note on a postcard.
  28. My address is:
  29.     Deon van der Westhuysen
  30.     Keurboomsingel 6
  31.     Plattekloof
  32.     Parow
  33.     7500
  34.     Republic of South Africa
  35.  
  36. How it works:
  37. -------------
  38.  
  39. A virtual fixed disk is created for each partition under control of the driver.
  40. These virtual fixed disks each contain one extended partition with a logical
  41. drive in it. Since OS2DASD.DMD that controls fixed disks first assigns drive
  42. letters to primary partitions the virtual partitions are tacked on at the end
  43. of allocated drive letters. (To control the mounting order of all partitions
  44. OS2DASD is prevented from directly accessing the fixed disks and the filter
  45. presents it with an alternate list of partitions.)
  46.  
  47. Installing the filter:
  48. ----------------------
  49.  
  50. Add a line:
  51.  
  52. BASEDEV= EXT2FLT.FLT <options>
  53.  
  54. to your config.sys file. The following command line options are allowed:
  55.  
  56. /Q              Quiet install. Prevents the filter from displaying messages.
  57. /V              Verbose install. Displays some diagnostic messages.
  58. /W              Allows the virtual partitions to be written to.
  59. /A              Virtualize all partitions found. The only good reason to use
  60.                 this is along with the /M option when you want to control
  61.                 the mounting order of all the partitions. You must use the
  62.                 /W option if you use the /A option; otherwise OS/2 may crash
  63.                 when it tries to write to the partition.
  64. /M <mount list> Mounts the partitions in the order specified in the mount
  65.                 list, which should be a list of numbers separated by commas.
  66.                 The partitions are numbered 0 on a first come basis. (Not
  67.                 the OS/2 uses.)
  68.  
  69. If something goes wrong:
  70. ------------------------
  71.  
  72. I do not accept any repsonsability for any damage that this driver may
  73. cause. (Remember, you installed it...) I would like to hear about it so that
  74. I can try to fix it.
  75.  
  76. Contacting me:
  77. --------------
  78.  
  79. If you have ideas for the driver or feel like general discussion or whatever
  80. you can contact me at vdwest@quark.cs.sun.ac.za. That address will remain
  81. valid until November 95. After that please use the snail mail address.
  82.  
  83. Deon van der Westhuyen
  84. vdwest@quark.cs.sun.ac.za
  85.  
  86.