Table of Contents

How to Configure Samba to Share Your Home Directory

sudo bash
cp /etc/samba/smb.conf /etc/samba/smb.conf.bak
vi /etc/samba/smb.conf
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
   wins support = yes
[share]
  writable=yes
  path=/home/user/
  valid users = user
/etc/init.d/samba restart

Alternative GUI Method

Open File Manager.

'Right-click' on the folder you wish to share. From the menu, select 'Sharing'.

Please note that this 'Sharing' menu is not always available in 'Advanced Mode' (KDE); if you find it is missing, switch to 'Simple Mode' and it will appear, and if you then switch to 'Advanced Mode' again the 'Sharing' option will remain in place for you.

unlocked unionfs system

If you have unlocked unionfs on your system you will need to do the following before following the above material:

# cd /etc/samba
# mv smb.conf smb.conf_bak
# cp /usr/share/samba/smb.conf .