


The location of the default SMS Samba Share (Shared Subdirectory or Folder) is:
/var/smb/samba

The configuration file is located at:
/etc/samba/smb.conf


# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# For a step to step guide on installing, configuring and using samba,
# read the Samba HOWTO Collection.
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]
        log file = /var/log/samba.%m
        ldap ssl = No
        restrict anonymous = no
        domain master = no
        public = yes
        server string = SMS Samba Server
        max protocol = NT1
        workgroup = WORKGROUP
        acl compatibility = winnt
        server signing = Auto
        security = share

        restrict anonymous = no
        domain master = no
        public = yes
        server string = SMS Samba Server
        max protocol = NT1
        workgroup = WORKGROUP
        acl compatibility = winnt
        server signing = Auto
        security = share
        preferred master = no
        max log size = 50
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow = 192.168.1. 192.168.2. 127.

[Samba @ SMS]
path = /var/smb/samba/
read only = no

[FAXES]
path = /var/spool/hylafax/recvq/
read only = no

[TorrentFlux Downloads]
path = /var/smb/tflux_downloads/
read only = no


After making edits to the smb.conf file you must save the file, and restart the Samba Server with:
/etc/rc.d/rc.samba restart

Other useful commands are:
/etc/rc.d/rc.samba stop
/etc/rc.d/rc.samba start


To connect from a Debian Client (Laptop) go to PLACES -> CONNECT TO SERVER
Select the following:
Windows Share = Service Type
192.168.1.250 = Server
Samba @ SMS = Share


A window will pop up with the files or folders that are located at /var/smb/samba/

Be sure to unmount the share when you are finished copying your information.



