سلام
من یه smb server روی مانجارو ایجاد کردم. و یه پوشه رو به اشتراک گذاشتم تا با ویندوز ۱۰ بهش دسترسی پیدا کنم. (ویندوز ۱۰ با kvm بالا آوردم). قبلا درست کار میکرد اما حدودا یک ماه ازش استفاده نکردم و الان دیگه در ویندوز نمیشه بهش دسترسی پیدا کرد. میگه اجازه دسترسی ندارید. راهنمایی کنین ممنون میشم. در این مدت هیچ تغییری که مرتبط با این موضوع باشه ندادم. فقط بروزرسانی کردم.
/etc/samba/smb.conf
[global]
workgroup = WORKGROUP
dns proxy = no
log file = /var/log/samba/%m.log
max log size = 1000
client min protocol = SMB2
server role = AUTO
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
pam password change = yes
map to guest = Bad Password
usershare allow guests = yes
name resolve order = lmhosts bcast host wins
security = user
guest account = nobody
usershare path = /var/lib/samba/usershare
usershare max shares = 100
usershare owner only = yes
force create mode = 0070
force directory mode = 0070
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[myfile]
path = /run/media/myfile
guest ok = yes
browseable = yes
read only = no
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
بیشتر این کد پیش فرض بوده و من فقط قسمت [myfile] رو ایجاد کردم