Hi!
When I try to create folder or move files from Windows to Linux share, I get Permission Denied. I use password to access Linux share! Heres my smb.conf:
Code:
[global]
workgroup = MYNET
invalid users = root
[tmp]
path = /mnt/sda2
browseable = yes
read only = no
public yes
Whats wrong? Thank you!