Dear Friends,

I am working in the LAN having Windows 98  and RHL 8.0 as the Clients.

>From the Linux client when I tried to access the windows shared folders
through :

smb://winpc/
It immediatly shows the list of shared folders, but when I try to go
into any folder, browser became mum .................

How can I access files in shared folders of windows PC through Linux PC.

My Samba.conf file is as follows, which i have created for two folders
docs and tmp to be accessable to all

Regards

Arun
======================= Global Settings====================
# Global parameters
[global]
        workgroup = SYSTEMS
        netbios name = arun
        server string = arun
        security = SHARE
        encrypt passwords = Yes
        log file = /var/log/samba/%m.log
        max log size = 0
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        dns proxy = No
        guest account = ftp
        printing = lprng

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0664
        directory mask = 0775
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No
        guest ok = Yes

[docs]
        comment = docs
        path = /docs
        read only = No
        guest ok = Yes

[tmp]
        comment = temperary
        path = /tmp
        guest ok = Yes



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