> My system currently does not have vfat, msdos or any other windows file 
> system supported.  That's the big problem with the floppy.  So that leads me 
> to the problem I posted re: "make boot"  I can't properly recompile the 
> kernel because the script_include.c file that is called by "make boot" 
> cannot locate "errno.h" despite that file being present on my system.  Has 
> anyone recompiled their kernel with success that can help me with this?  i 
> think if I can get past this, then I can solve the floppy problem as well.

ahh... 

no need to recompile the kernel... are you using a stock kernel?  look in
/lib/modules/<linux kernel version>/fs for a 'fat.o' and 'vfat.o' and
'msdos.o'

Or just 'modprobe -a vfat' then mount the floppy.

If that doesn't work, you _might_ be able to just compile the module.
Select no kernel module versions under the module support tab in
[x,menu]config.  then select fat, msdos, and vfat as modules.  do a make
modules modules_install and try the modprobe again.

_____________________   _                    _   _________________________
         Michael Rice  |_|    Collective    |_|  http://www.colltech.com
   [EMAIL PROTECTED]    |_  Technologies  _|    8007598888/8019292 pager 
           Consultant      []            []      "The Power Of Many Minds"   

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to