With minimal knowledge, I'll jump in.  The ext file system is old and
not widely used and probably went into the "unsupported" pile.  It is
different from ext2, which is what 99.99% of the linux installations
use (well, maybe 99.98%).  As a quick hack, I would edit i82365.c and
remove the #include "ext_fs_i.h" line.  You might find something in the
code that then breaks because it relies on definitions in the
ext_fs_i.h file... you will have to resolve those issues too (hack,
hack, hack).

Another possiblility is that you have disabled ext support but the
configuration has a bug in it, causing i82365.c to not pick up the
inhibit.  I've had that problem occasionally with other configuration
items and it has been easier to enable them or make them modules than
fight the code.

gvb


At 12:12 PM 1/28/99 -0600, you wrote:
>I had changed the link when I started.  I even went into the dir that I
>had the source in and checked it out and that file does not exist.  I
>can't figure it out.  I have ext2_fs_i.h, but not ext_fs_i.h.  Do you
>have this file in your dir?
>
>Vijaykumar Krishnaswamy wrote:
>> 
>> /usr/src/linux is a soft link to the linux.x directory, make sure it
>> points to linux2.2.May be it is pointing to 2.0.36
>> 
>> vijay
>>     _       _,-.            __         _,-._                _,-._,-._/|
>> ._,-' \_,-._/   [_,-:_  _,-._> `-^-._,-'   <_,-._/`-^-._,-'           |
>> |  Vijaykumar Krishnaswamy, Phone       : (404) 607 0773(H)           |
>> |    Ph.D. Student          Phone       : (404) 894 6169(O)           |
>> |    Georgia Tech,     .    Email       : [EMAIL PROTECTED]            |
>> | College of Computing |\   Logged onto : skye.cc.gatech.edu          |
>> !_,-._,-^-._,--._/`:_,-' \__,-._/`-^-^-._/\_,-'\__,-^-._/`-._/\_,-'-._|
>> 
>> ---
>>   http://nts.ml.org
>>   FAQ:
http://www.ps.uci.edu/~tomba/inspiron/
>>                                      http://nts.ml.org/inspiron/
>>   List Archives:
http://nts.ml.org/inspiron/maillist.html
>>   To unsubscribe send a message to:
[EMAIL PROTECTED]
>>   List administrator:                [EMAIL PROTECTED]
>
>---
>  http://nts.ml.org                                  
>  FAQ:
http://www.ps.uci.edu/~tomba/inspiron/
>                                     http://nts.ml.org/inspiron/
>  List Archives:
http://nts.ml.org/inspiron/maillist.html
>  To unsubscribe send a message to:  [EMAIL PROTECTED]
>  List administrator:                [EMAIL PROTECTED]
>
>
>


---
  http://nts.ml.org                                  
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives:                     http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]

Reply via email to