I'm running into a issue where sometimes from a remote device Android phone and tablet I'm not able to delete the files the perms are set to 777 and owner & group owner is set to root still it fails, its sporadic since the file which wasn't able to delete earlier gets deleted after a while.I checked in windows and i saw the folder attributes said Read Only.One thing which i noticed is the data dir shared is showing reading in attached screenshot.Would setting acl check permissions = no , help ?
Below are samba details.
$this->bbcode_second_pass_code('', '
[root@DINJO /etc/samba]$ pacman -Q samba
samba 3.6.3-4
[root@DINJO /etc/samba]$ more smb.conf
[global]
workgroup = WORKGROUP
server string = DINJO
netbios name = DINJO
security = share
load printers = no
printing = bsd
printcap name = /dev/null
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE
disable netbios = yes
[data]
path = /media/Data/data/torrents
read only = no
create mask = 777
directory mask = 777
public = yes
writable = yes
force user = root
guest ok = yes
')