Greetings to all,

I would to ask to someone or somebody who is willing to help this novice users of your 
SAMBA apps. 

My problem is that I can not  view any info from my MS windows explorer(98/200/XP) on 
my created shared folder on my REDHAT LINUX 9(2.4.20-8) with SAMBA 3.0.0-2 running to 
it ???

Did I miss something ???

Kindly refer to my attached config file on my samba....

For your kind support and help.



Yours truly,

Mr. Novice Guy (Dodge)
# 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
#
# 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/log.%m
        dns proxy = no
        load printers = yes
        netbios name = dans_samba
        server string = samba server
        socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        path = /var/log
        wins server = 192.68.52.70
        workgroup = hwdesamba
        os level = 20
        printcap name = /etc/printcap
        security = SHARE
        guest ok = yes
        max log size = 50

[homes]
        comment = Home Directories
        browseable = no
        writeable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
;   comment = Network Logon Service
;   path = /home/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /home/profiles
;    browseable = no
;    guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
# Set public = yes to allow user 'guest account' to print
        printable = yes

# This one is useful for people to share files
[tmp]
        comment = Temporary file space
        guest ok = yes
        writeable = yes
        path = /tmp

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to