Не могу настроить доступ из Windows10 в расшаренные папки ArchLinux, на котором установлен Samba-server. Доступ с Windows10 по ssh есть, в cmd Windows10 ArchLinux пингуется по имени. Из ArchLinux шара Windows10 видна и смонтирован доступ из консоли (sudo mount -t cifs //192.168.0.68/code /mnt/smbnet/). А из Windows10 пишет ошибку: Windows не может получить доступ к \\ARCH\pub. Код ошибки 0х80070043
[rv@arch ~]$ testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[pub]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
dos charset = cp866
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 50
printcap name = /etc/printcap
map to guest = Bad Password
security = USER
dns proxy = No
idmap config * : backend = tdb
[homes]
comment = Home Directories
read only = No
[printers]
comment = All Printers
path = /var/spool/samba
browseable = No
printable = Yes
[pub]
comment = Public
path = /home/rv/temp
guest ok = Yes
guest only = Yes
read only = No