I see error:
Code: Select all
smbd_calculate_access_mask_fsp: Access denied on file mnt/usb/Fly/2/S2.7z: rejected by share access mask[0x001F00A9] orig[0x0000008B] mapped[0x0000008B] rejec
Only LAN plugin can not write to the share. READ works correctly.
Share is setup like this (Samba config file on nas):
Code: Select all
[Fly]
comment = The USB FLY drive
path = /media/usb
guest ok = Yes
read only = No
valid users = root kdshare
admin users = root
force create mode = 0600
force directory mode = 0700
wide links = yes
follow symlinks = yes
Code: Select all
net use F: \\192.168.3.8\Fly\Fly /persistent:no
Tried search on internet, but was not able to find anything reasonable.
Any ideas what I have wrongly configured? Is this bug? Has anyone seen something similar?