LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't mount Vfat or Msdos Filesystem!! (https://www.linuxquestions.org/questions/linux-software-2/cant-mount-vfat-or-msdos-filesystem-23392/)

RKris 06-14-2002 02:01 AM

Can't mount Vfat or Msdos Filesystem!!
 
Hi,
I compiled the 2.2.6 kernel on RedHat6.0 but I forgot to enable Vfat and Msdos filesystem. I have already compiled the kernel. Is there any way to enable that option in the kernel.
I can't view my dos partition as such.

regards
RKris

DavidPhillips 06-14-2002 11:00 AM

rebuild the kernel :-(

MasterC 06-15-2002 03:17 AM

Which, although may sound like a bad thing, but if that's the only thing you want to change, won't be a big deal at all. All the setting should be just as you left it, as long as you don't run 'make mrproper' before 'make whateverconfig'

Then just copy over the kernel, rerun lilo and there ya go.

Thymox 06-18-2002 06:30 AM

OK, I've never really thought about this, so I'll just throw it in here for you all to discuss...

If you compile a kernel with, say vfat_support=n (or whatever), then you change the config file so that vfat_support=m, and then make modules && make modules_install, without recompiling the kernel itself, would you be able to insmod the vfat module even though the kernel itself did not have module support for vfat? (Try saying all that after a few beers ;))

Aussie 06-18-2002 08:05 AM

Yes, it should work if you do "make menuconfig" (do the changes) and then "make dep", "make modules" and "make modules_install" followed by "depmod -ae".

MartBrooks 06-18-2002 02:44 PM

Actually this may not work. As the module may require additional static glue code in the main kernel.

Regards

DavidPhillips 06-19-2002 04:58 PM

see this link http://www.linuxquestions.org/questi...919#post103919


All times are GMT -5. The time now is 04:34 AM.