Temat: Samba nie jest widoczna w "Otoczeniu sieciowym"
Witam, skonfigurowałem sobie Sambę, wszystko jest w porządku, mam dostęp do dysku przez podanie ścieżki sieciowej, mogę zapisywać-odczytywać pliki i foldery, jednak zasób nie jest widoczny w Otoczeniu sieciowym Windows.
Konfiguracja samby:
[global]
netbios name = OpenWrt
display charset = UTF-8
interfaces = 127.0.0.1/8 lo 192.168.1.1/24 br-lan
server string = OpenWrt
unix charset = UTF-8
workgroup = WORKGROUP
browseable = yes
deadtime = 30
domain master = yes
encrypt passwords = true
enable core files = no
guest account = nobody
guest ok = yes
invalid users = root
local master = yes
load printers = no
map to guest = Bad User
max protocol = SMB2
min receivefile size = 16384
null passwords = yes
obey pam restrictions = yes
os level = 20
passdb backend = smbpasswd
preferred master = yes
printable = no
security = user
smb encrypt = disabled
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY IPTOS_LOWDELAY
syslog = 2
use sendfile = yes
writeable = yes
[homes]
comment = Home Directories
browsable = no
read only = no
create mode = 0750
[OpenWrt]
path = /mnt/wd/files
valid users = nobody
read only = no
guest ok = yes
create mask = 0777
directory mask = 0777Zasób dodany w Gargoyle bez problemu był wyświetlany na tym systemie.