Fail deleting from SMB share
#1
ATV 2.3, XMBC BF1

07:55:15 T:2684407808 M: 45895680 ERROR: Delete - Error( Permission denied )
07:55:15 T:2684407808 M: 45895680 ERROR: Delete - Error deleting file smb://KURAINAS/media/episodes/TestShow.avi
07:55:15 T:2684407808 M: 46796800 WARNING: GetLabel - Unknown nodetype requested 12
07:55:16 T:2684407808 M: 47038464 WARNING: GetLabel - Unknown nodetype requested 12

I'm not sure if the last two lines are relevant or not.

TestShow.avi is chmod'd 666

Any ideas?
Reply
#2
Permissions on the directory itself (smb://KURAINAS/media/episodes)
Reply
#3
Code:
root@KuraiNAS:~$ ls -l /mnt/500GBRaid1/video/
drwxr-xr-x    4 1000     1000         4096 Dec 31 19:17 cinema
drwxrwxrwx   37 1000     1000         4096 Jan  1 12:53 episodes
drwxrwxr-x    2 root     47           4096 Mar  5  2004 lost+found
-rw-rw-rw-    1 root     47              0 May 16  2007 nfslockfile.lock

Deletes have worked in the past, but not consistently.
Reply
#4
Smile 
Problem was that samba server was running as nobody:nogroup. I changed it to run as the files's owner, and now things work as expected.
Reply

Logout Mark Read Team Forum Stats Members Help
Fail deleting from SMB share0