On Sat, Dec 14, 2002 at 05:57:58PM +0530, Shyam wrote: > I compiled the 2.4.19 giving support to modules , > and choosing among several options , > CONFIG_MSDOS and CONFIG_NTFS etc. > as well as SysRq. > > While I am able to use the Magic keys , > I could not mount a FAT32 partition or an NTFS > partition.
Did you add CONFIG_KMOD (or something similar)? That is required if you want the kernel to load modules on demand - else you have to insmod vfat or whatever before mounting FAT32 volumes. > I tried changing the CONFIG_MSDOS ,CONFIG_FAT32 > and CONFIG_NTFS to y , and recompiled.(previously > I had given =m so that I can have a modular kernel > with those features ) > > On re-booting (into the 2.4.19 kernel I compiled) > I tried lsmod and lsmod did not show any list. =y stuff would not show up in lsmod. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
