Hi,
I am unable to access the linux file
system through windows using Samba. Here am providing the configuration file
that I used. Can any one point me what went wrong here.
# Global parameters
[global] workgroup = RHIC netbios name = RHIC server string = Rhic Samba Server %v encrypt passwords = Yes load printers = yes # log file = /var/log/samba/log.%m # max log size = 50 # socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 # printcap name = lpstat # preferred master = False # domain master = True # wins support = Yes # hosts allow = 192.168.126 # printing = cups [homes]
comment = Home directories path = /home read only = No public=yes writable=yes [printers]
comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers. lpq command = lpstat -o %p lprm command = cancel %p-%j browseable = No Thanks for your patience to go through
this.
vishist.
|