Temat: Problem z SMB
Witam, nam problem z udostępnieniem udziału w sieci (standardowo jest to pendrive 16 GB sformatowany w ext4). Niby wszystko mam zainstalowane i ustawione ale przy próbie połączenia wywala taki błąd:

/etc/config/samba
config samba
option workgroup 'WORKGROUP'
option homes '1'
option name 'OpenWrtShare'
option description 'OpenWrtShare'
config sambashare
option name 'OpenWRT_Disk'
option path '/home'
option read_only 'no'
option guest_ok 'yes'
option create_mask '0700'
option dir_mask '0700'/etc/config/fstab
config mount
option enabled '1'
option uuid 'e5ce712a-dc3b-d101-c0cc-712adc3bd101'
option target '/home'/etc/samba/smb.conf.template
[global]
netbios name = |NAME|
display charset = |CHARSET|
interfaces = |INTERFACES|
server string = |DESCRIPTION|
unix charset = |CHARSET|
workgroup = |WORKGROUP|
browseable = yes
deadtime = 30
domain master = yes
encrypt passwords = true
enable core files = no
guest account = guest
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