LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vfat under gentoo (https://www.linuxquestions.org/questions/linux-software-2/vfat-under-gentoo-74218/)

Treat84 07-19-2003 11:13 PM

vfat under gentoo
 
I have gentoo running on a vanilla source kernel. My question is this, I have a secondary hard drive and need it to be mounted. Have vfat module loaded, but when modprobed, errors occures. Any recommendations for viewing drive. Altering fstab, won't work cause kernel won't load probe for vfat.

MasterC 07-19-2003 11:15 PM

What's the errors? Without the vfat module, viewing a fat32 partition is going to be pretty grim. You could try the udf filesystem module if you compiled that in, but likely it won't work. Your best bet is going to just head back and recompile the kernel or otherwise fix the error with your vfat module.

:)

Welcome to LQ :)

Cool

Treat84 07-19-2003 11:23 PM

errors
 
am getting these four errors:
/lib/modules/2.4.21/kernel/fs/fat/fat.o: unresolved symbol _mmx_memcpy
/lib/modules/2.4.21/kernel/fs/fat/fat.o: insmod /lib/modules/2.4.21/kernel/fs/fat/fat.o failed
/lib/modules/2.4.21/kernel/fs/fat/fat.o: insmod vfat failed

MasterC 07-19-2003 11:44 PM

That certainly an odd error. What CFLAGS do you have in your make.conf file? Did you adjust your kernel's make flags?

You might wanna go back and re-do the filesystem support on your kernel, finish up the rest of the kernel build and try again (reduce your make flags though *possibly*, I'm not sure exactly what that error means?). Did you select the correct type of processor you have in the CPU support section (at the beginning) of your kernel compile?

Cool

Treat84 07-20-2003 12:05 AM

Have loaded kernel twice with changes, cpu is set as athlon, duron, have athlon 2100. so that is ok. make modules comes clean, no errors

MasterC 07-20-2003 12:10 AM

What about your make.conf CFLAGS?

Cool


All times are GMT -5. The time now is 02:59 PM.