Samba: How do you install and set up Samba in linux? [Redhat Enterprise(RHEL), CentOS, Fedora]

Setting up Samba “can” be complicated at times. Especially if you are looking for instructions online where there are WAY too many tutorials which go in to details about what configuration does what, etc. Well, this post is nothing like that. Here I just show you quick and easy way to install Samba, configure it, and set up the drive letter on your XP/Vista. NOTE: for using Samba with Vista, please see my previous post in which I talk about changing settings in Vista so you can connect to your Samba share: Windows Vista Installation

NOTE: This set up is very “open” and should not be used on servers which are facing the world. This is for private network where you trust all the computers and its users.

Installing Samba (using yum on CentOS and Fedora): yum install samba
Installing Samba (using rpm):

  1. Obtain Samba rpm from rhn.redhat.com
  2. rpm -ivh samba*.rpm

Configuring Samba:
cd /etc/samba
mv smb.conf smb.conf.backup
vi smb.conf

Paste content below in to your vi:

[global]
workgroup = wrkgrp
netbios name = smbserver
security = SHARE
load printers = No
default service = global
path = /home
available = No
encrypt passwords = yes
[share]
writeable = yes
admin users = smbuser
path = /home/share
force user = root
valid users = smbuser
public = yes
available = yes

save and exit

adduser smbuser #add unix account
passwd smbuser #set unix account password
smbpasswd -a smbuser #lets create same user account on samba
<put same password as your unix account password>
/etc/init.d/smb restart

Now let us setup drive letter on our Windows so we can easily access these files.

Start -> run -> cmd <enter>

At the prompt type: net use z: \\ip_of_your_samba_server\share /user: smbuser password_you_assigned

That is it! At this point you have successfully set up Samba under Linux and are now successfully connected to your share from your Windows machine.


26 Responses to “ Samba: How do you install and set up Samba in linux? [Redhat Enterprise(RHEL), CentOS, Fedora] ”

  1. Phillip Weingart
    May 31st, 2007 | 11:48 am

    Worked like a champ. Had it configured in less then 10 minutes

  2. September 5th, 2007 | 4:52 pm

    Thank you very much. Your Instructions were excellent.

    Thank you.

    Nick

  3. October 2nd, 2007 | 3:28 am

    cd /etc/samba
    mv smb.conf smb.conf.backup
    vi smb.conf

    Quick update, you might wanna do a CP instead of an MV, or the above series of commands won’t work. :-)

  4. December 10th, 2007 | 12:01 pm

    Michael, yes they do. done it many times.

  5. Tyler
    March 6th, 2008 | 1:00 am

    Great instructions!
    I’m having password issues even after resetting passwd and smbpasswd multiple times, any ideas? iptables set to allow…

  6. March 6th, 2008 | 10:39 am

    Tyler,
    Can you:
    tail /var/log/messages
    and see what errors you are getting. Are you using windows XP? or vista? how are you mapping the drive? via explorer or cmd prompt?

  7. March 26th, 2008 | 12:54 am

    I think michael was right.. it won’t work if you move the configuration file. What will it read if there’s no smb.conf?

  8. March 27th, 2008 | 10:25 pm

    You should try it out Jon. Works fine. Thats why you do “vi smb.conf”

  9. May 1st, 2008 | 9:44 pm

    make sure the directory you are sharing exists /home/share and set with the proper security settings.

    great instructions!

  10. Robert Swan
    July 9th, 2008 | 9:27 pm

    Forcing samba users to be root???

    That is a BAD idea!

  11. July 10th, 2008 | 12:47 pm

    Robert, of course it is bad to force root but as i said in the post: NOTE: This set up is very “open” and should not be used on servers which are facing the world. This is for private network where you trust all the computers and its users.

    This is for people to get samba setup and working and take it from there.

  12. jp
    August 16th, 2008 | 3:36 am

    I have followed above smb.conf and i restarted the smb server after that i tried to access from win xp machine. I opened my network places it shows Wrkgrb i.e name of the work group we mentioned in the smb.conf file It shows error message like “wrkgrp is not accessible. you might not have permission to use this resource……………The device not connected.

    I tried in the explorer typing \\ipaddress of linux box . it tells windows can not find.

    As mentioned in the via cmd it says

    C:\Documents and Settings\smbuser>net use z:\\10.0.0.100\share /user:smbuser
    System error 67 has occurred.

    The network name cannot be found.

    I tried so mamy times but failed.

    Please find out my mistake

  13. Jon
    August 23rd, 2008 | 10:58 am

    I’ve following the above instructions, except the net use; to check if the share exists I used \\, to see if there are any shares however, from my WinXP maching I’m getting an error:
    \\
    Network path not found.

    The same IP address is returning a ping reply. Any ideas?

  14. August 23rd, 2008 | 12:57 pm

    Jon, just type net use

    Nothing should follow after use

  15. Jon
    August 23rd, 2008 | 1:11 pm

    Thanks for correcting my typo. Still can’t access samba share though.

  16. Paul B.
    September 13th, 2008 | 7:28 am

    Yes, it looks curious to start with, but we are not *editing* the config file, but writing a whole *new* one with only the skeleton commands!

    KISS philosophy.

    I’m presently having problems getting SMB to work on Fedora 9. It’s running, share mode, null passwords, suitable workgroup, but just can’t be seen in N. Neighbourhood.

  17. Brandon
    March 3rd, 2009 | 11:44 am

    I had a ton of issues connecting… “wrkgrp is not accessible. you might not have permission to use this resource…The device not connected.

    My fix was actually disabling the SELinux in the firewall.

    system-config-securitylevel-tui (Opens the firewall)
    - Disabled
    - SELinux – disabled

  18. Jimbo
    May 11th, 2009 | 2:30 pm

    Thanks, this was very helpful.

  19. June 22nd, 2009 | 9:51 pm

    [...] configuring Samba in a Linux machine to share the data with other OSs is pretty easy. Please refer Samba: How do you install and set up Samba in linux? [Redhat Enterprise(RHEL), CentOS, Fedora] | Tec… that should help! __________________ Who am [...]

  20. Muc
    July 10th, 2009 | 1:22 pm

    Hi:

    I’m having a problem with this tutorial, I configured the samba server and it seems to be working, but when I try to access it from a WinXP I get a logon failure: unknon user name o bad password. I’m trying to enter as smbuser.
    It gets better :) . I’m using a VM running RHEL 5 on a WinXP host and I’m trying to access a particular directory from the physical machine to the VM… any ideas? Thanks!
    P.S.: The other way around is working just fine. I believe it must be a pwd problem, but I just can’t figure it out…

  21. mehnaz
    July 15th, 2009 | 12:39 am

    i have followed the instructions up to /etc/init.d/smb restart, at this point i am getting error no such file or directory. i have checked init.d but am not able fo find any thing related to samba there lika smb or samba,,i have no idea what should i do as a am totally newbie in linux:(

  22. dinesh rana
    August 25th, 2009 | 8:17 pm

    i want to install linux services eg samba plz how to install samba

  23. harpreet
    September 1st, 2009 | 8:19 pm

    Works great, make sure you have smae work group name in both linux and windows configuration

  24. jessem
    September 24th, 2009 | 8:42 pm

    I keep getting the error:

    system error 64 has occured.

    The specified name is no longer available.

    is this a netbios issue with vista?

  25. September 24th, 2009 | 9:58 pm
  26. October 20th, 2009 | 10:38 am

    For people getting persistent password errors please be sure that you are using the net use command correctly. If it prompts you for the username then windows will submit it incorrectly.

Leave a reply

*
To prove that you're not a bot, enter this code
Anti-Spam Image