Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)

Install Samba on Ubuntu 12.04/11.10/11.04/10.10/10.04/Linux Mint/other Distro's 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' then open it. As shown in picture.

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第1张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第2张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第3张图片

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
Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第4张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第5张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第6张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第7张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第8张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第9张图片

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).

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第10张图片
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, Then click on 'Advanced Sharing' or 'Sharing'.

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第11张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第12张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第13张图片

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.

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第14张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第15张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第16张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第17张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第18张图片

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

Configure Samba Sharing between Ubuntu and Windows (Screenshot Tour)_第19张图片
That's it. Enjoy

你可能感兴趣的:(Setup,&,Config)