Install and Configure Samba on Ubuntu 12.04 and share files with samba from Ubuntu to Windows and Windows to Ubuntu


I wrote tutorials on samba sometime ago but some peoples found that is not useful for them or the method couldn't work properly for them, I also made video on samba sharing.

Now I made complete tutorial on samba configuration to share you data from Ubuntu to Windows and also Windows to Ubuntu, Its mean you can access your Ubuntu shared data from Windows and Windows Shared data from Linux Ubuntu with/without permissions. Permission is up to you, if you want to set permission or not.


Install Samba on Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
  • sudo apt-get install samba samba-common
  • sudo apt-get install python-glade2
  • sudo apt-get install system-config-samba

I made this tutorial on Ubuntu 10.04 LTS and Windows 7, It is working on all Ubuntu versions and all Windows Versions.

Method 1: How to access Ubuntu/Linux shared data from Windows
Method 2: How to access Windows shared data from Ubuntu/Linux

>> First of all How to access Ubuntu Shared Data from Windows.

Now go to Dash and search for 'Samba' than open it. As shown in picture.


samba

When Samba Server Configuration open, Click on 'Add +' button than click on browse >home >select user.
Ubuntu samba

Now go to 'Access' tab and select username from which you want to access sharing.
linux samba

Now set password on your selected username for samba sharing. Enter following command to set password (change noobslab with your selected username).
  • sudo smbpasswd -a noobslab
mint samba

Now right click on Folder which you want to share on network, than select 'Sharing Options'
Windows samba

Here is Folder Sharing options, You can choose and write whatever you want to do. Than click on 'Create Share'
install samba

Now open Terminal and enter following command to know your local network ip. (See the picture below and see red marks)
  • ifconfig
Note your Ubuntu/Linux Machine IP Address
samba

It's time to access your sharing on Windows, Now go to start and open 'Run' than enter ip with double backslash. Like this (\\192.168.1.3)
samba sharing

Now sharing will open, Now click on shared folders than windows will ask for samba username and password. You can share without username and password it's up to you.
samba

When you enter the username and password your shared folder will open. You can write/delete/modify whatever you want to do (It's up to your permission implementations).
samba
That's it.


>> Second How to access Windows Shared Data in Ubuntu

In Windows right click on folder which you want to share on network, Than click on 'Advanced Sharing' or 'Sharing'.

share samba

Select your Username or Everyone, I chose my username cause I want sharing restrictions.
ubuntu samba

Now click on 'Permissions' button and select options as you want.
samba

Now it's time to check your network ip, open Command prompt or go to 'Run' type 'cmd'.
In Windows Command Prompt write following command to know your local network ip.(See Picture Below)
  • ipconfig
Note your IP Address.
linux samba

Now go to Ubuntu, Open File Browser>File Menu > 'Connect to Server'
install samba

Select 'Windows Share' in Service type and Enter Windows IP Address in 'Server' than click on 'Connect'
samba

Enter your Windows Selected Username and Password, than click on 'Connect'. (Not Samba username Password)
samba

After connect you'll see folders, open your shared drive/folder and enter Windows username and password again. (Not Samba username and password)
samba

Here sharing is accessed, You can write/delete/modify whatever you want to do (It's up to your permission implementations).
samba share

1 comments: