Do you use smbfs or smbclient to view Windows files?

Igor

Joseph Earl wrote:
All,

I can view the Samba shares on any Windows system.  I can not view Windows
files on my Linux system.  Below is my config file.

Thanks in advance,
Jearl



# Global parameters
[global]
        workgroup = DLSMIS
        server string = Joe's Place
        password server = None
        username map = /etc/samba/smbusers
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        os level = 65
        preferred master = No
        domain master = No
        dns proxy = No
        wins server = 180.0.70.41
        ldap ssl = no
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        valid users = jearl, @jearl
        write list = jearl, @jearl
        read only = No

[homes]
        comment = Home Directories
        browseable = No

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

[jearl]
        path = /home/jearl


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