LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   [Kernel Guidance] (https://www.linuxquestions.org/questions/linux-general-1/%5Bkernel-guidance%5D-318260/)

Synesthesia 04-28-2005 08:08 PM

[Kernel Guidance]
 
I'm setting up a server (mainly file server) with linux (specifically slackware). It has dual 600 mhz processors, a scsi controller (for the one 8gig scsi drive it came with), and I will add an ata controller (highpoint rocket100) since 8gigs is definitely not enough storage (160gig ide). I was just going to put the OS on the small scsi drive and everything else on the ide drive. Is this a good strategy on linux, or will having both a scsi controller and an ata controller cause problems? Since it's not a cutting edge machine, and because I need the best possible performance (and security), I was going to compile a custom 2.6.11.7 kernel. I don't know what about the kernel I should change besides smp support (it only recognizes one cpu right now). I would appreciate any guidance possible

musicman_ace 04-29-2005 05:47 AM

Re: [Kernel Guidance]
 
Quote:

Originally posted by Synesthesia
will having both a scsi controller and an ata controller cause problems?
No, as long as you have support for both in your kernel, you will be fine.

Quote:

I don't know what about the kernel I should change besides smp support (it only recognizes one cpu right now). I would appreciate any guidance possible
Boot a live CD or something and post the output of the following two commands:

lspci
lsmod

Also list the services you are going to have running, like: NFS, Samba, IPTABLES,etc....
With that info I can either post a .config or give you more info on what you need for your kernel


All times are GMT -5. The time now is 09:07 PM.