LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   filesystem as a module? (https://www.linuxquestions.org/questions/linux-newbie-8/filesystem-as-a-module-89414/)

Dirt 09-04-2003 09:39 PM

filesystem as a module?
 
Its my first time recompiling the kernal and I read a lot in the manual about "make sure you dont compile the harddrive or filesystem as a module" well I go in under filesytems and there are about 5 different ones (using menuconfig) ....BFS, AFS ADFS... how do I know which one I have? and second where is the hardrive option?

Thanks,
Dirt

Saraev 09-04-2003 11:49 PM

By "hard drive" option, they probably mean the IDE or SCSI controller. By default it's probably already selected.

As for the filesystem, when it comes to linux, ext2, ext3 and reiserfs are the biggies. ext3 is listed as a journaling ext2 filesystem. If you configure it as a module, you'll need an initrd file. Translation, make it part of the kernel.

jailbait 09-04-2003 11:49 PM

"how do I know which one I have?"
When you installed Red Hat you told Red Hat to format your / partition and told it what file system to use on the / partition. You probably told it ext2 or ext3.

"and second where is the hardrive option?"

Your choice is probably between IDE support and SCSI support. Do you have IDE or SCSI hard drives?


All times are GMT -5. The time now is 09:55 AM.