LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba Newbie !!! (https://www.linuxquestions.org/questions/linux-software-2/samba-newbie-306088/)

burki 03-25-2005 06:24 PM

Samba Newbie !!!
 
i have a windows machine and a laptop with ubuntu installed. I connected them with a cable between 2 ethernet cards.

i installed samba and samba-common packages. i read the how to s but didnt get anything. what should i do now to make 2 computers see each others shared folders?

Gero 03-25-2005 06:32 PM

For ease of use you might want to consider downloading smb4k, a frontend for controlling smb.

Otherwise you should edit your smb config file, it's probably located in /etc/samba/smb.conf

mine looks like this:
Code:

[global]
        workgroup = thuis
        password server = None
        username map = /etc/samba/smbusers
        server string = Mainserver
        netbios name = MAINSERVER

[gero]
        path = /home/gero
        writeable = yes
        guest ok = yes

but this is VERY basic

burki 03-25-2005 06:58 PM

ok i didnt know how to start samba and i found it. now everything works fine. thx for the quick reply.


All times are GMT -5. The time now is 12:08 AM.