| I can access a Windows Xp computer from Linux but not the opposite. When I try to access the shared folder /home/my_name/Downloads from Windows I receive a message about no access rights. I have disabled Firewall. If I search for Network printer inside Windows I cannot find my BROTHER printer. I am sure the solution is simple but I cannot find it...Any ideas? My smb.conf is 
 
 Zitat: 
global]
 server string = host %h Version %v for %I
 map to guest = Bad User
 username map = /etc/samba/smbusers
 socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
 character set = ISO8859-1
 printcap name = cups
 printing = cups
 guest ok = yes
 restrict anonymous = no
 domain master = no
 preferred master = no
 max protocol = NT
 ldap ssl = No
 server signing = Auto
 security = share
 acl compatibility = winnt
 
 [printers]
 printer admin = root
 comment = ALL Printers
 browseable = no
 path = /var/tmp
 printable = yes
 create mask = 0700
 
 [BROTHER]
 printable = yes
 printer name = BROTHER
 
 [Downloads]
 path = /home/my_name/Downloads
 case sensitive = no
 msdfs proxy = no
 strict locking = no
 read only = no
 
 
 |