How to install Samba in Ubuntu or Linux and access it in Mac OS and Windows

How to install Samba in Ubuntu or Linux and access it in Mac OS and Windows, Samba permits to proportion documents and printers with different computer systems remotely, regardless their running system (Linux, home windows, Mac.). This manual display the way to install and configure the Samba provider in a Ubuntu system and get entry to it via home windows and mac.

samba filesharing with windows ubuntu mac

Setting up the Samba File Server on Ubuntu/Linux:

  1. Open the terminal
  2. Install samba with the following command:   sudo apt-get install samba smbfs
  3. Configure samba typing: vi /etc/samba/smb.conf
  4. Set your workgroup (if necessary). Go down in the file, until you see :
  5. Set your share folders. Do something like this (change your path and comments)
  6. Restart samba. type: /etc/init.d/smbd restart
  7. Create the share folder: sudo mkdir /your-share-folder
  8. Set the permissions: sudo chmod 0777 /your-share-folder
  9. you are all set in ubuntu
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP

Accessing Samba Server Files from:

Mac OS

  1. Open finder
  2. Menu Go -> Connect to server (command-k)
  3. In the "Server Address" textbox, type: smb://<your-ip-address-to-ubuntu>
  4. Connect
  5. Select guest and OK
  6. Your all set, you'll be able to see /<your-share-folder> from here.

Windows

  1. Start button -> Run
  2. Type: \\<your-ip-address-to-ubuntu>\<your-share-folder>
  3. All set
If you need to enable the samba ports in your firewall these are the ports:

port type    port no
udp        137
udp        138
tcp        139
tcp        445



Add to Google Reader or Homepage

Next Post Previous Post
No Comment
Add Comment
comment url