home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ext2_240.zip / EXT2FLT.DOC < prev    next >
INI File  |  1997-03-16  |  4KB  |  97 lines

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