LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Newb question about running modules (https://www.linuxquestions.org/questions/linux-software-2/newb-question-about-running-modules-63343/)

natesch 06-02-2003 11:18 PM

Newb question about running modules
 
OK~I know this is a dumb question but I really don't understand it. I installed samba on my mandrake 9.1 box. I am a complete new and have no idea how to actually start the module. what do i need to do to begin running it? Thanx! :)

fancypiper 06-02-2003 11:23 PM

Samba isn't a kernel module, it's a file and print server.

Configure and start it with the Mandrake Control Center and look under services.

natesch 06-02-2003 11:26 PM

What exactly do you mean under services? Like I said I am a complete newb. I am reading the tutorials but none of it seems to work either. I know it is installed. Thanx for the help.

fancypiper 06-02-2003 11:34 PM

I'm not in Mandrake just now, so I can't give you the clickety-clicks needed. Can you find the Mandrake Control Center (I think that's what it's called, if you try one center and it isn't in there. try another center.

To start and stop, these are the commands (but you have to configure it to get it to do what you want before these will really do anything useful):

/etc/rc.d/init.d/smb start
/etc/rc.d/init.d/smb stop
/etc/rc.d/init.d/smb restart

Perhaps these links may help

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc

natesch 06-02-2003 11:51 PM

OK~I think i have all that figured out. I have the SAMBA configuration running now. now I am trying to figure out how to make it see my windows xp box and vice versa! :) Thanx for the help.

InK 07-02-2003 04:20 PM

edit /etc/fstab

/dev/hda* /mnt/win vfat defaults 0 0

where hda* is the partition where you have windows
/mnt/win is the directory where you want to mount it (it must be crated)

alternative in console....
# mount -t vfat /dev/hda* /mnt/win


All times are GMT -5. The time now is 02:49 AM.