Yuriy Vlasov пишет: > Почему-то компы с ОС Windows не могут получить доступ к расшаренным > папкам. Как там правильно настраивать в smb.conf ? > Вот мой конфиг smb.conf:
[global] workgroup = NESNET server string = %h server (Samba, Ubuntu) dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 security = share guest account = nobody invalid users = root wins support = no socket options = TCP_NODELAY IPTOS_LOWDELAY read raw = yes write raw = yes oplocks = yes max xmit = 65535 dead time = 15 getwd cache = yes [share] path=/share/ guest ok = yes read only = no force create mode = 0777 force directory mode = 0777 create mask = 777 directory mask = 777 force user = nobody force group = nogroup -- ubuntu-ru mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru
