In this example, I will show how to install samba and configure network share on Ubuntu 12.04 using GUI(graphical user interface) mode. Samba is a graphical user interface to help with configuration and management, there are several GUI interfaces to Samba available, for me the most simple and powerful one of these tools is samba server configuration tool.
Installing Samba on Ubuntu:
1- Install Samba files
First thing we need to do is to install samba, go to Software center in Ubuntu and search for samba then install the package. If you want to install it via terminal then copy this command :
sudo apt-get install samba samba-common
2- Install some dependencies for Configuration tools (don`t forget to install python-glade2)
sudo apt-get install python-glade2
3- Installing Samba Server configuration Tool :
Now install the graphical interface System-config samba
sudo apt-get install system-config-samba
4- Add a Linux/Unix user:
adduser pirat9
5- Make a Linux/Unix password for user pirat9
passwd pirat9
6- Now open samba configuration tool.

7- Add the folder you want to share and setup the permissions access.

8- Now before to connect to the share, you have to create the samba user :
sudo smbpasswd -a pirat9
New SMB password
retype New SMB Password
Now the configuration is done.
Tip: You can chose any directory you want to share by right click on the folder directory and open the share options

9- Now, let`s test if samba share is working from another Linux Machine, in my case will try to connect from LinuxMint12 machine to Ubuntu 12.04 machine where we just installed samba, from menu open connect to server and type the details of your Ubuntu machine

10-
11-
12- Connect from windows (XP/Vista/7)

Hope the article would be useful.
Incoming search terms:
- samba ubuntu 12 04 (21)
- ubuntu 12 04 samba (21)
- ubuntu 12 04 network share (17)
- how to create user for gui mode in samba (15)
- samba configuration in linux ubuntu step by step pdf (13)
- connect to server ubuntu 12 04 (11)
- install samba ubuntu 12 04 (10)
- ubuntu 12 04 network shares (10)
- ubuntu 12 04 connect network share (9)
- ubuntu 12 04 desktop samba server (7)



May 24th, 2012
Sheikh Khalid






Posted in
Tags: 







